Changes in exampleparties/humangui/pom.xml [30:20]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exampleparties/humangui/pom.xml
r30 r20 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>humangui</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.6</jackson-2-version> 19 <geniusweb.version>1. 5.9</geniusweb.version>19 <geniusweb.version>1.4.4</geniusweb.version> 20 20 </properties> 21 21 … … 49 49 <dependency> 50 50 <groupId>tudelft.utilities</groupId> 51 <artifactId>immutablelist</artifactId> 52 <version>1.1.0</version> 53 </dependency> 54 <dependency> 55 <groupId>tudelft.utilities</groupId> 51 56 <artifactId>logging</artifactId> 52 <version>1.0. 1</version>57 <version>1.0.0</version> 53 58 </dependency> 54 59 … … 115 120 <groupId>tudelft.utilities</groupId> 116 121 <artifactId>junit</artifactId> 117 <version>1.0.5</version> 118 <scope>test</scope> 119 </dependency> 122 <version>1.0.1</version> 123 <scope>test</scope> 124 </dependency> 125 120 126 </dependencies> 121 127 … … 129 135 </snapshots> 130 136 </repository> 137 131 138 </repositories> 132 139 133 140 <pluginRepositories> 134 141 <pluginRepository> 135 <id>central</id> 136 <url>https://repo1.maven.org/</url> 137 </pluginRepository> 138 <pluginRepository> 139 <id>jfrog-plugins-release</id> 140 <name>plugins-release</name> 141 <url>https://oss.jfrog.org/artifactory/plugins-release</url> 142 <id>jcenter</id> 143 <url>https://jcenter.bintray.com</url> 142 144 </pluginRepository> 143 145 </pluginRepositories> … … 185 187 <groupId>org.apache.maven.plugins</groupId> 186 188 <artifactId>maven-javadoc-plugin</artifactId> 187 <version> 3.2.0</version>189 <version>2.10.1</version> 188 190 <executions> 189 191 <execution> … … 192 194 <goal>jar</goal> 193 195 </goals> 196 <configuration> 197 <additionalparam>${javadoc.opts}</additionalparam> 198 <additionalparam>-Xdoclint:none</additionalparam> 199 </configuration> 194 200 </execution> 195 201 </executions>
Note:
See TracChangeset
for help on using the changeset viewer.