Changes in exampleparties/conceder/pom.xml [30:20]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exampleparties/conceder/pom.xml
r30 r20 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>conceder</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 … … 39 39 <groupId>tudelft.utilities</groupId> 40 40 <artifactId>logging</artifactId> 41 <version>1.0. 1</version>41 <version>1.0.0</version> 42 42 </dependency> 43 43 … … 53 53 </snapshots> 54 54 </repository> 55 55 56 </repositories> 56 57 57 58 <pluginRepositories> 58 59 <pluginRepository> 59 <id>central</id> 60 <url>https://repo1.maven.org/</url> 61 </pluginRepository> 62 <pluginRepository> 63 <id>jfrog-plugins-release</id> 64 <name>plugins-release</name> 65 <url>https://oss.jfrog.org/artifactory/plugins-release</url> 60 <id>jcenter</id> 61 <url>https://jcenter.bintray.com</url> 66 62 </pluginRepository> 67 63 </pluginRepositories> 68 69 64 70 65 … … 110 105 <groupId>org.apache.maven.plugins</groupId> 111 106 <artifactId>maven-javadoc-plugin</artifactId> 112 <version> 3.2.0</version>107 <version>2.10.1</version> 113 108 <executions> 114 109 <execution> … … 117 112 <goal>jar</goal> 118 113 </goals> 114 <configuration> 115 <additionalparam>${javadoc.opts}</additionalparam> 116 <additionalparam>-Xdoclint:none</additionalparam> 117 </configuration> 119 118 </execution> 120 119 </executions>
Note:
See TracChangeset
for help on using the changeset viewer.