Author: echatellier Date: 2014-06-10 10:07:39 +0200 (Tue, 10 Jun 2014) New Revision: 494 Url: http://forge.nuiton.org/projects/nuiton-js/repository/revisions/494 Log: Fix scm urls Modified: nuiton-js-html5shiv/trunk/pom.xml Modified: nuiton-js-html5shiv/trunk/pom.xml =================================================================== --- nuiton-js-html5shiv/trunk/pom.xml 2014-06-10 08:05:03 UTC (rev 493) +++ nuiton-js-html5shiv/trunk/pom.xml 2014-06-10 08:07:39 UTC (rev 494) @@ -14,7 +14,7 @@ </parent> <artifactId>nuiton-js-html5shiv</artifactId> - <version>3.7.2-1</version> + <version>3.7.2-1-SNAPSHOT</version> <name>Nuiton JS :: html5shiv</name> <description>Enable use of HTML5 sectioning elements in legacy Internet Explorer</description> @@ -38,9 +38,9 @@ </properties> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-js/nuiton-js-html5shiv/tags/nuiton-js-html5shiv-3.7.2-1</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-js/nuiton-js-html5shiv/tags/nuiton-js-html5shiv-3.7.2-1</developerConnection> - <url>http://www.nuiton.org/repositories/browse/nuiton-js/nuiton-js-html5shiv/tags/nuiton-js-html5shiv-3.7.2-1</url> + <connection>scm:svn:http://svn.nuiton.org/nuiton-js/nuiton-js-html5shiv/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/nuiton-js/nuiton-js-html5shiv/trunk</developerConnection> + <url>http://www.nuiton.org/repositories/browse/nuiton-js/nuiton-js-html5shiv/trunk</url> </scm> <dependencies>