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