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