Changes in simplerunner/pom.xml [30:20]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simplerunner/pom.xml
r30 r20 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>simplerunner</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 … … 43 43 <artifactId>randomparty</artifactId> 44 44 <version>${geniusweb.version}</version> 45 </dependency>46 <dependency>47 <groupId>geniusweb.exampleparties</groupId>48 <artifactId>comparebids</artifactId>49 <version>${geniusweb.version}</version>50 45 <scope> 51 46 test … … 54 49 <dependency> 55 50 <groupId>geniusweb.exampleparties</groupId> 56 <artifactId> simpleshaop</artifactId>51 <artifactId>comparebids</artifactId> 57 52 <version>${geniusweb.version}</version> 58 53 <scope> … … 60 55 </scope> 61 56 </dependency> 57 <dependency> 58 <groupId>geniusweb.exampleparties</groupId> 59 <artifactId>simpleshaop</artifactId> 60 <version>${geniusweb.version}</version> 61 <scope> 62 test 63 </scope> 64 </dependency> 62 65 63 66 <dependency> 64 67 <groupId>tudelft.utilities</groupId> 65 68 <artifactId>junit</artifactId> 66 <version>1.0. 5</version>69 <version>1.0.2</version> 67 70 <scope>test</scope> 68 71 </dependency> … … 92 95 </snapshots> 93 96 </repository> 97 94 98 </repositories> 95 99 96 100 <pluginRepositories> 97 101 <pluginRepository> 98 <id>central</id> 99 <url>https://repo1.maven.org/</url> 100 </pluginRepository> 101 <pluginRepository> 102 <id>jfrog-plugins-release</id> 103 <name>plugins-release</name> 104 <url>https://oss.jfrog.org/artifactory/plugins-release</url> 102 <id>jcenter</id> 103 <url>https://jcenter.bintray.com</url> 105 104 </pluginRepository> 106 105 </pluginRepositories> … … 140 139 <groupId>org.apache.maven.plugins</groupId> 141 140 <artifactId>maven-javadoc-plugin</artifactId> 142 <version> 3.2.0</version>141 <version>2.10.1</version> 143 142 <executions> 144 143 <execution> … … 147 146 <goal>jar</goal> 148 147 </goals> 148 <configuration> 149 <additionalparam>${javadoc.opts}</additionalparam> 150 <additionalparam>-Xdoclint:none</additionalparam> 151 </configuration> 149 152 </execution> 150 153 </executions>
Note:
See TracChangeset
for help on using the changeset viewer.