Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • exampleparties/randompartypy/pom.xml

    r20 r30  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>randompyparty</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
     
    4848                        <groupId>tudelft.utilities</groupId>
    4949                        <artifactId>immutablelist</artifactId>
    50                         <version>1.1.0</version>
     50                        <version>1.1.2</version>
    5151                </dependency>
    5252
     
    112112                        <groupId>tudelft.utilities</groupId>
    113113                        <artifactId>junit</artifactId>
    114                         <version>1.0.1</version>
     114                        <version>1.0.5</version>
    115115                        <scope>test</scope>
    116116                </dependency>
     
    126126                        </snapshots>
    127127                </repository>
    128 
    129128        </repositories>
    130129
    131130        <pluginRepositories>
    132131                <pluginRepository>
    133                         <id>jcenter</id>
    134                         <url>https://jcenter.bintray.com</url>
     132                        <id>central</id>
     133                        <url>https://repo1.maven.org/</url>
     134                </pluginRepository>
     135                <pluginRepository>
     136                        <id>jfrog-plugins-release</id>
     137                        <name>plugins-release</name>
     138                        <url>https://oss.jfrog.org/artifactory/plugins-release</url>
    135139                </pluginRepository>
    136140        </pluginRepositories>
     141
    137142
    138143
     
    166171                                <groupId>org.apache.maven.plugins</groupId>
    167172                                <artifactId>maven-javadoc-plugin</artifactId>
    168                                 <version>2.10.1</version>
     173                                <version>3.2.0</version>
    169174                                <executions>
    170175                                        <execution>
     
    173178                                                        <goal>jar</goal>
    174179                                                </goals>
    175                                                 <configuration>
    176                                                         <additionalparam>${javadoc.opts}</additionalparam>
    177                                                         <additionalparam>-Xdoclint:none</additionalparam>
    178                                                 </configuration>
    179180                                        </execution>
    180181                                </executions>
Note: See TracChangeset for help on using the changeset viewer.