Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • profileconnection/pom.xml

    r30 r20  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>profileconnection</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
     
    3838                        <groupId>tudelft.utilities</groupId>
    3939                        <artifactId>logging</artifactId>
    40                         <version>1.0.1</version>
     40                        <version>1.0.0</version>
    4141                </dependency>
    4242
     
    9494                        <groupId>tudelft.utilities</groupId>
    9595                        <artifactId>junit</artifactId>
    96                         <version>1.0.5</version>
     96                        <version>1.0.2</version>
    9797                        <scope>test</scope>
    9898                </dependency>
     
    122122                        </snapshots>
    123123                </repository>
     124
    124125        </repositories>
    125126
    126127        <pluginRepositories>
    127128                <pluginRepository>
    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>
     129                        <id>jcenter</id>
     130                        <url>https://jcenter.bintray.com</url>
    135131                </pluginRepository>
    136132        </pluginRepositories>
     
    166162                                <groupId>org.apache.maven.plugins</groupId>
    167163                                <artifactId>maven-javadoc-plugin</artifactId>
    168                                 <version>3.2.0</version>
     164                                <version>2.10.1</version>
    169165                                <executions>
    170166                                        <execution>
     
    173169                                                        <goal>jar</goal>
    174170                                                </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.