Changes in profileconnection/pom.xml [30:20]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
profileconnection/pom.xml
r30 r20 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>profileconnection</artifactId> 8 <version>1. 5.9</version> <!-- must equal ${geniusweb.version} -->8 <version>1.4.4</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. 5.9</geniusweb.version>19 <geniusweb.version>1.4.4</geniusweb.version> 20 20 </properties> 21 21 … … 38 38 <groupId>tudelft.utilities</groupId> 39 39 <artifactId>logging</artifactId> 40 <version>1.0. 1</version>40 <version>1.0.0</version> 41 41 </dependency> 42 42 … … 94 94 <groupId>tudelft.utilities</groupId> 95 95 <artifactId>junit</artifactId> 96 <version>1.0. 5</version>96 <version>1.0.2</version> 97 97 <scope>test</scope> 98 98 </dependency> … … 122 122 </snapshots> 123 123 </repository> 124 124 125 </repositories> 125 126 126 127 <pluginRepositories> 127 128 <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> 135 131 </pluginRepository> 136 132 </pluginRepositories> … … 166 162 <groupId>org.apache.maven.plugins</groupId> 167 163 <artifactId>maven-javadoc-plugin</artifactId> 168 <version> 3.2.0</version>164 <version>2.10.1</version> 169 165 <executions> 170 166 <execution> … … 173 169 <goal>jar</goal> 174 170 </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.