Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • simplerunner/pom.xml

    r20 r30  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>simplerunner</artifactId>
    8         <version>1.4.4</version> <!-- must equal ${geniusweb.version} -->
     8        <version>1.5.9</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.4.4</geniusweb.version>
     19                <geniusweb.version>1.5.9</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>
    4550                        <scope>
    4651                                test
     
    4954                <dependency>
    5055                        <groupId>geniusweb.exampleparties</groupId>
    51                         <artifactId>comparebids</artifactId>
     56                        <artifactId>simpleshaop</artifactId>
    5257                        <version>${geniusweb.version}</version>
    5358                        <scope>
     
    5560                        </scope>
    5661                </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>
    6562
    6663                <dependency>
    6764                        <groupId>tudelft.utilities</groupId>
    6865                        <artifactId>junit</artifactId>
    69                         <version>1.0.2</version>
     66                        <version>1.0.5</version>
    7067                        <scope>test</scope>
    7168                </dependency>
     
    9592                        </snapshots>
    9693                </repository>
    97 
    9894        </repositories>
    9995
    10096        <pluginRepositories>
    10197                <pluginRepository>
    102                         <id>jcenter</id>
    103                         <url>https://jcenter.bintray.com</url>
     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>
    104105                </pluginRepository>
    105106        </pluginRepositories>
     
    139140                                <groupId>org.apache.maven.plugins</groupId>
    140141                                <artifactId>maven-javadoc-plugin</artifactId>
    141                                 <version>2.10.1</version>
     142                                <version>3.2.0</version>
    142143                                <executions>
    143144                                        <execution>
     
    146147                                                        <goal>jar</goal>
    147148                                                </goals>
    148                                                 <configuration>
    149                                                         <additionalparam>${javadoc.opts}</additionalparam>
    150                                                         <additionalparam>-Xdoclint:none</additionalparam>
    151                                                 </configuration>
    152149                                        </execution>
    153150                                </executions>
Note: See TracChangeset for help on using the changeset viewer.