Author: athimel Date: 2014-05-21 16:42:45 +0200 (Wed, 21 May 2014) New Revision: 2984 Url: http://forge.chorem.org/projects/jtimer/repository/revisions/2984 Log: Clean pom.xml Modified: branches/ng-jtimer/pom.xml Modified: branches/ng-jtimer/pom.xml =================================================================== --- branches/ng-jtimer/pom.xml 2014-05-21 14:08:23 UTC (rev 2983) +++ branches/ng-jtimer/pom.xml 2014-05-21 14:42:45 UTC (rev 2984) @@ -6,12 +6,12 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>5.0.6</version> + <version>5.0.7</version> </parent> <groupId>org.chorem</groupId> <artifactId>jtimer</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <packaging>war</packaging> <name>jTimer</name> @@ -31,6 +31,10 @@ <platform>chorem.org</platform> <license.licenseName>gpl_v3</license.licenseName> <javaVersion>1.7</javaVersion> + <restletVersion>2.2.1</restletVersion> + <gsonVersion>2.2.4</gsonVersion> + <h2Version>1.4.178</h2Version> + <jettyVersion>9.1.5.v20140505</jettyVersion> </properties> <build> @@ -108,7 +112,7 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.1.4.v20140401</version> + <version>${jettyVersion}</version> </plugin> <plugin> <artifactId>maven-war-plugin</artifactId> @@ -161,42 +165,42 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.177</version> + <version>${h2Version}</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.2.4</version> + <version>${gsonVersion}</version> </dependency> <dependency> <groupId>org.restlet.jee</groupId> <artifactId>org.restlet</artifactId> - <version>2.2.0</version> + <version>${restletVersion}</version> </dependency> <dependency> <groupId>org.restlet.jee</groupId> <artifactId>org.restlet.ext.servlet</artifactId> - <version>2.2.0</version> + <version>${restletVersion}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-runner</artifactId> - <version>9.1.4.v20140401</version> + <version>${jettyVersion}</version> <scope>provided</scope> </dependency> </dependencies> <repositories> <repository> - <id>maven-restlet</id> - <name>Public online Restlet repository</name> - <url>http://maven.restlet.org</url> + <id>jtimer-group</id> + <url>http://maven.nuiton.org/nexus/content/groups/jtimer</url> </repository> </repositories> <pluginRepositories> <pluginRepository> - <id>nuiton</id> - <url>http://nexus.nuiton.org/nexus/content/groups/public</url> + <id>jtimer-group</id> + <url>http://maven.nuiton.org/nexus/content/groups/jtimer</url> </pluginRepository> </pluginRepositories> + </project>
participants (1)
-
athimelï¼ users.chorem.org