Author: echatellier Date: 2014-01-21 16:18:03 +0100 (Tue, 21 Jan 2014) New Revision: 351 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/351 Log: Update to version 1.11.0-rc1 Modified: nuiton-js-jquery/trunk/pom.xml Modified: nuiton-js-jquery/trunk/pom.xml =================================================================== --- nuiton-js-jquery/trunk/pom.xml 2014-01-13 14:46:21 UTC (rev 350) +++ nuiton-js-jquery/trunk/pom.xml 2014-01-21 15:18:03 UTC (rev 351) @@ -10,11 +10,11 @@ <parent> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-lib</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>nuiton-js-jquery</artifactId> - <version>1.11.0-beta2-1-SNAPSHOT</version> + <version>1.11.0-rc1-1-SNAPSHOT</version> <name>Nuiton JS :: JQuery</name> <description>JQuery jar packaging</description> @@ -37,7 +37,7 @@ <properties> <license.licenseName>mit</license.licenseName> - <upstreamVersion>1.11.0-beta2</upstreamVersion> + <upstreamVersion>1.11.0-rc1</upstreamVersion> <upstreamUrl>http://code.jquery.com/</upstreamUrl> <upstreamFile>jquery-${upstreamVersion}.js</upstreamFile> <destDir>${project.build.outputDirectory}/META-INF/resources/${project.artifactId}</destDir> @@ -47,7 +47,7 @@ <dependency> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-test</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</version> <scope>test</scope> </dependency> </dependencies>
participants (1)
-
echatellier@users.nuiton.org