Changes in exampleparties/randompartypy/pom.xml [20:30]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exampleparties/randompartypy/pom.xml
r20 r30 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>randompyparty</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 … … 48 48 <groupId>tudelft.utilities</groupId> 49 49 <artifactId>immutablelist</artifactId> 50 <version>1.1. 0</version>50 <version>1.1.2</version> 51 51 </dependency> 52 52 … … 112 112 <groupId>tudelft.utilities</groupId> 113 113 <artifactId>junit</artifactId> 114 <version>1.0. 1</version>114 <version>1.0.5</version> 115 115 <scope>test</scope> 116 116 </dependency> … … 126 126 </snapshots> 127 127 </repository> 128 129 128 </repositories> 130 129 131 130 <pluginRepositories> 132 131 <pluginRepository> 133 <id>jcenter</id> 134 <url>https://jcenter.bintray.com</url> 132 <id>central</id> 133 <url>https://repo1.maven.org/</url> 134 </pluginRepository> 135 <pluginRepository> 136 <id>jfrog-plugins-release</id> 137 <name>plugins-release</name> 138 <url>https://oss.jfrog.org/artifactory/plugins-release</url> 135 139 </pluginRepository> 136 140 </pluginRepositories> 141 137 142 138 143 … … 166 171 <groupId>org.apache.maven.plugins</groupId> 167 172 <artifactId>maven-javadoc-plugin</artifactId> 168 <version> 2.10.1</version>173 <version>3.2.0</version> 169 174 <executions> 170 175 <execution> … … 173 178 <goal>jar</goal> 174 179 </goals> 175 <configuration>176 <additionalparam>${javadoc.opts}</additionalparam>177 <additionalparam>-Xdoclint:none</additionalparam>178 </configuration>179 180 </execution> 180 181 </executions>
Note:
See TracChangeset
for help on using the changeset viewer.