Author: echatellier Date: 2014-03-18 17:32:26 +0100 (Tue, 18 Mar 2014) New Revision: 2955 Url: http://forge.chorem.org/projects/jtimer/repository/revisions/2955 Log: Update lib & js libs Modified: branches/ng-jtimer/jtimer-server/pom.xml branches/ng-jtimer/pom.xml Modified: branches/ng-jtimer/jtimer-server/pom.xml =================================================================== --- branches/ng-jtimer/jtimer-server/pom.xml 2014-02-11 23:20:29 UTC (rev 2954) +++ branches/ng-jtimer/jtimer-server/pom.xml 2014-03-18 16:32:26 UTC (rev 2955) @@ -30,17 +30,17 @@ <dependency> <groupId>org.restlet.jee</groupId> <artifactId>org.restlet</artifactId> - <version>2.2-M6</version> + <version>2.2-RC3</version> </dependency> <dependency> <groupId>org.restlet.jee</groupId> <artifactId>org.restlet.ext.servlet</artifactId> - <version>2.2-M6</version> + <version>2.2-RC3</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-runner</artifactId> - <version>9.1.1.v20140108</version> + <version>9.1.3.v20140225</version> <scope>provided</scope> </dependency> </dependencies> @@ -50,7 +50,7 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.1.1.v20140108</version> + <version>9.1.3.v20140225</version> </plugin> <plugin> <groupId>ro.isdc.wro4j</groupId> Modified: branches/ng-jtimer/pom.xml =================================================================== --- branches/ng-jtimer/pom.xml 2014-02-11 23:20:29 UTC (rev 2954) +++ branches/ng-jtimer/pom.xml 2014-03-18 16:32:26 UTC (rev 2955) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>4.7</version> + <version>5.0.1</version> </parent> <groupId>org.chorem</groupId> @@ -53,7 +53,7 @@ <dependency> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-angularjs</artifactId> - <version>1.2.11-1</version> + <version>1.3.0-beta.2-1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.nuiton.js</groupId>