Author: echatellier Date: 2014-05-07 12:11:30 +0200 (Wed, 07 May 2014) New Revision: 415 Url: http://forge.nuiton.org/projects/nuiton-js/repository/revisions/415 Log: Update version to 2.1.1 Modified: nuiton-js-jquery/trunk/pom.xml Modified: nuiton-js-jquery/trunk/pom.xml =================================================================== --- nuiton-js-jquery/trunk/pom.xml 2014-05-07 10:09:31 UTC (rev 414) +++ nuiton-js-jquery/trunk/pom.xml 2014-05-07 10:11:30 UTC (rev 415) @@ -14,7 +14,7 @@ </parent> <artifactId>nuiton-js-jquery</artifactId> - <version>1.11.1-2-SNAPSHOT</version> + <version>2.1.1-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.1</upstreamVersion> + <upstreamVersion>2.1.1</upstreamVersion> <upstreamUrl>http://code.jquery.com/</upstreamUrl> <upstreamFile>jquery-${upstreamVersion}.js</upstreamFile> <destDir>${project.build.outputDirectory}/META-INF/resources/${project.artifactId}</destDir>