Changes in profileconnection/pom.xml [20:30]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
profileconnection/pom.xml
r20 r30 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>profileconnection</artifactId> 8 <version>1. 4.4</version> <!-- must equal ${geniusweb.version} -->8 <version>1.5.9</version> <!-- must equal ${geniusweb.version} --> 9 9 <packaging>jar</packaging> 10 10 … … 17 17 <passwd>${env.ARTIFACTORY_PASS}</passwd> 18 18 <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> 20 20 </properties> 21 21 … … 38 38 <groupId>tudelft.utilities</groupId> 39 39 <artifactId>logging</artifactId> 40 <version>1.0. 0</version>40 <version>1.0.1</version> 41 41 </dependency> 42 42 … … 94 94 <groupId>tudelft.utilities</groupId> 95 95 <artifactId>junit</artifactId> 96 <version>1.0. 2</version>96 <version>1.0.5</version> 97 97 <scope>test</scope> 98 98 </dependency> … … 122 122 </snapshots> 123 123 </repository> 124 125 124 </repositories> 126 125 127 126 <pluginRepositories> 128 127 <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> 131 135 </pluginRepository> 132 136 </pluginRepositories> … … 162 166 <groupId>org.apache.maven.plugins</groupId> 163 167 <artifactId>maven-javadoc-plugin</artifactId> 164 <version> 2.10.1</version>168 <version>3.2.0</version> 165 169 <executions> 166 170 <execution> … … 169 173 <goal>jar</goal> 170 174 </goals> 171 <configuration>172 <additionalparam>${javadoc.opts}</additionalparam>173 <additionalparam>-Xdoclint:none</additionalparam>174 </configuration>175 175 </execution> 176 176 </executions>
Note:
See TracChangeset
for help on using the changeset viewer.