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