Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • simplerunner/pom.xml

    r30 r20  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>simplerunner</artifactId>
    8         <version>1.5.9</version> <!-- must equal ${geniusweb.version} -->
     8        <version>1.4.4</version> <!-- must equal ${geniusweb.version} -->
    99        <packaging>jar</packaging>
    1010
     
    1717                <passwd>${env.ARTIFACTORY_PASS}</passwd>
    1818                <jackson-2-version>2.9.10</jackson-2-version>
    19                 <geniusweb.version>1.5.9</geniusweb.version>
     19                <geniusweb.version>1.4.4</geniusweb.version>
    2020        </properties>
    2121
     
    4343                        <artifactId>randomparty</artifactId>
    4444                        <version>${geniusweb.version}</version>
    45                 </dependency>
    46                 <dependency>
    47                         <groupId>geniusweb.exampleparties</groupId>
    48                         <artifactId>comparebids</artifactId>
    49                         <version>${geniusweb.version}</version>
    5045                        <scope>
    5146                                test
     
    5449                <dependency>
    5550                        <groupId>geniusweb.exampleparties</groupId>
    56                         <artifactId>simpleshaop</artifactId>
     51                        <artifactId>comparebids</artifactId>
    5752                        <version>${geniusweb.version}</version>
    5853                        <scope>
     
    6055                        </scope>
    6156                </dependency>
     57                <dependency>
     58                        <groupId>geniusweb.exampleparties</groupId>
     59                        <artifactId>simpleshaop</artifactId>
     60                        <version>${geniusweb.version}</version>
     61                        <scope>
     62                                test
     63                        </scope>
     64                </dependency>
    6265
    6366                <dependency>
    6467                        <groupId>tudelft.utilities</groupId>
    6568                        <artifactId>junit</artifactId>
    66                         <version>1.0.5</version>
     69                        <version>1.0.2</version>
    6770                        <scope>test</scope>
    6871                </dependency>
     
    9295                        </snapshots>
    9396                </repository>
     97
    9498        </repositories>
    9599
    96100        <pluginRepositories>
    97101                <pluginRepository>
    98                         <id>central</id>
    99                         <url>https://repo1.maven.org/</url>
    100                 </pluginRepository>
    101                 <pluginRepository>
    102                         <id>jfrog-plugins-release</id>
    103                         <name>plugins-release</name>
    104                         <url>https://oss.jfrog.org/artifactory/plugins-release</url>
     102                        <id>jcenter</id>
     103                        <url>https://jcenter.bintray.com</url>
    105104                </pluginRepository>
    106105        </pluginRepositories>
     
    140139                                <groupId>org.apache.maven.plugins</groupId>
    141140                                <artifactId>maven-javadoc-plugin</artifactId>
    142                                 <version>3.2.0</version>
     141                                <version>2.10.1</version>
    143142                                <executions>
    144143                                        <execution>
     
    147146                                                        <goal>jar</goal>
    148147                                                </goals>
     148                                                <configuration>
     149                                                        <additionalparam>${javadoc.opts}</additionalparam>
     150                                                        <additionalparam>-Xdoclint:none</additionalparam>
     151                                                </configuration>
    149152                                        </execution>
    150153                                </executions>
Note: See TracChangeset for help on using the changeset viewer.