Author: echatellier Date: 2014-05-07 12:08:45 +0200 (Wed, 07 May 2014) New Revision: 411 Url: http://forge.nuiton.org/projects/nuiton-js/repository/revisions/411 Log: Fix release Modified: nuiton-js-jquery/trunk/pom.xml Modified: nuiton-js-jquery/trunk/pom.xml =================================================================== --- nuiton-js-jquery/trunk/pom.xml 2014-05-07 10:06:45 UTC (rev 410) +++ nuiton-js-jquery/trunk/pom.xml 2014-05-07 10:08:45 UTC (rev 411) @@ -14,7 +14,7 @@ </parent> <artifactId>nuiton-js-jquery</artifactId> - <version>2.1.0-2-SNAPSHOT</version> + <version>1.11.1-1-SNAPSHOT</version> <name>Nuiton JS :: JQuery</name> <description>JQuery jar packaging</description> @@ -29,15 +29,15 @@ </licenses> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-js/nuiton-js-jquery/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-js/nuiton-js-jquery/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/nuiton-js/nuiton-js-jquery/trunk</url> + <connection>scm:svn:https://svn.nuiton.org/nuiton-js/nuiton-js-jquery/trunk</connection> + <developerConnection>scm:svn:https://svn.nuiton.org/nuiton-js/nuiton-js-jquery/trunk</developerConnection> + <url>https://forge.nuiton.org/projects/nuiton-js/repository/show/nuiton-js-jquery/trunk</url> </scm> <properties> <license.licenseName>mit</license.licenseName> - <upstreamVersion>2.1.0</upstreamVersion> + <upstreamVersion>1.11.1</upstreamVersion> <upstreamUrl>http://code.jquery.com/</upstreamUrl> <upstreamFile>jquery-${upstreamVersion}.js</upstreamFile> <destDir>${project.build.outputDirectory}/META-INF/resources/${project.artifactId}</destDir>