Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • profileconnection/pom.xml

    r20 r30  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>profileconnection</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
     
    3838                        <groupId>tudelft.utilities</groupId>
    3939                        <artifactId>logging</artifactId>
    40                         <version>1.0.0</version>
     40                        <version>1.0.1</version>
    4141                </dependency>
    4242
     
    9494                        <groupId>tudelft.utilities</groupId>
    9595                        <artifactId>junit</artifactId>
    96                         <version>1.0.2</version>
     96                        <version>1.0.5</version>
    9797                        <scope>test</scope>
    9898                </dependency>
     
    122122                        </snapshots>
    123123                </repository>
    124 
    125124        </repositories>
    126125
    127126        <pluginRepositories>
    128127                <pluginRepository>
    129                         <id>jcenter</id>
    130                         <url>https://jcenter.bintray.com</url>
     128                        <id>central</id>
     129                        <url>https://repo1.maven.org/</url>
     130                </pluginRepository>
     131                <pluginRepository>
     132                        <id>jfrog-plugins-release</id>
     133                        <name>plugins-release</name>
     134                        <url>https://oss.jfrog.org/artifactory/plugins-release</url>
    131135                </pluginRepository>
    132136        </pluginRepositories>
     
    162166                                <groupId>org.apache.maven.plugins</groupId>
    163167                                <artifactId>maven-javadoc-plugin</artifactId>
    164                                 <version>2.10.1</version>
     168                                <version>3.2.0</version>
    165169                                <executions>
    166170                                        <execution>
     
    169173                                                        <goal>jar</goal>
    170174                                                </goals>
    171                                                 <configuration>
    172                                                         <additionalparam>${javadoc.opts}</additionalparam>
    173                                                         <additionalparam>-Xdoclint:none</additionalparam>
    174                                                 </configuration>
    175175                                        </execution>
    176176                                </executions>
Note: See TracChangeset for help on using the changeset viewer.