Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r5 r7 6 6 <artifactId>runserver</artifactId> 7 7 <packaging>war</packaging> 8 <version>1. 0.0</version>8 <version>1.1.0</version> 9 9 <name>runserver Maven Webapp</name> 10 10 <url>http://maven.apache.org</url> … … 17 17 <basedir>.</basedir> 18 18 <passwd>${env.ARTIFACTORY_PASS}</passwd> 19 <jackson-2-version>2.9. 6</jackson-2-version>19 <jackson-2-version>2.9.10</jackson-2-version> 20 20 <tomcat.version>8.0.53</tomcat.version> 21 21 </properties> … … 53 53 <groupId>geniusweb</groupId> 54 54 <artifactId>profile</artifactId> 55 <version>1. 0.0</version>55 <version>1.1.0</version> 56 56 </dependency> 57 57 … … 59 59 <groupId>geniusweb</groupId> 60 60 <artifactId>party</artifactId> 61 <version>1. 0.0</version>61 <version>1.1.0</version> 62 62 </dependency> 63 63 … … 65 65 <groupId>geniusweb</groupId> 66 66 <artifactId>references</artifactId> 67 <version>1. 0.0</version>67 <version>1.1.0</version> 68 68 </dependency> 69 69 … … 71 71 <groupId>geniusweb</groupId> 72 72 <artifactId>protocol</artifactId> 73 <version>1. 0.0</version>73 <version>1.1.0</version> 74 74 </dependency> 75 75 … … 83 83 <groupId>tudelft.utilities</groupId> 84 84 <artifactId>listener</artifactId> 85 <version>1. 0.0</version>85 <version>1.1.0</version> 86 86 </dependency> 87 87 … … 187 187 <plugin> 188 188 <groupId>org.apache.maven.plugins</groupId> 189 <artifactId>maven-enforcer-plugin</artifactId> 190 <version>3.0.0-M2</version> 191 <executions> 192 <execution> 193 <id>enforce</id> 194 <configuration> 195 <rules> 196 <dependencyConvergence /> 197 </rules> 198 </configuration> 199 <goals> 200 <goal>enforce</goal> 201 </goals> 202 </execution> 203 </executions> 204 </plugin> 205 <plugin> 206 <groupId>org.apache.maven.plugins</groupId> 189 207 <artifactId>maven-source-plugin</artifactId> 190 208 <executions> … … 201 219 <groupId>org.apache.maven.plugins</groupId> 202 220 <artifactId>maven-dependency-plugin</artifactId> 203 <!-- 221 <!-- leave out version to help Eclipse workaround --> 204 222 <executions> 205 223 <execution>
Note:
See TracChangeset
for help on using the changeset viewer.