Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • exampleparties/randompartypy/pom.xml

    r30 r20  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>randompyparty</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
     
    4848                        <groupId>tudelft.utilities</groupId>
    4949                        <artifactId>immutablelist</artifactId>
    50                         <version>1.1.2</version>
     50                        <version>1.1.0</version>
    5151                </dependency>
    5252
     
    112112                        <groupId>tudelft.utilities</groupId>
    113113                        <artifactId>junit</artifactId>
    114                         <version>1.0.5</version>
     114                        <version>1.0.1</version>
    115115                        <scope>test</scope>
    116116                </dependency>
     
    126126                        </snapshots>
    127127                </repository>
     128
    128129        </repositories>
    129130
    130131        <pluginRepositories>
    131132                <pluginRepository>
    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>
     133                        <id>jcenter</id>
     134                        <url>https://jcenter.bintray.com</url>
    139135                </pluginRepository>
    140136        </pluginRepositories>
    141 
    142137
    143138
     
    171166                                <groupId>org.apache.maven.plugins</groupId>
    172167                                <artifactId>maven-javadoc-plugin</artifactId>
    173                                 <version>3.2.0</version>
     168                                <version>2.10.1</version>
    174169                                <executions>
    175170                                        <execution>
     
    178173                                                        <goal>jar</goal>
    179174                                                </goals>
     175                                                <configuration>
     176                                                        <additionalparam>${javadoc.opts}</additionalparam>
     177                                                        <additionalparam>-Xdoclint:none</additionalparam>
     178                                                </configuration>
    180179                                        </execution>
    181180                                </executions>
Note: See TracChangeset for help on using the changeset viewer.