Author: tchemit Date: 2010-03-07 18:32:52 +0100 (Sun, 07 Mar 2010) New Revision: 1760 Log: - Evolution #349: Use nuiton-utils 1.2 and nuiton-i18n 1.1 - push back scm trunk values Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-03-06 14:17:59 UTC (rev 1759) +++ trunk/pom.xml 2010-03-07 17:32:52 UTC (rev 1760) @@ -362,8 +362,8 @@ <!-- pour un muli module on doit fixer le projectId --> <projectId>jaxx</projectId> - <lutinutil.version>1.1.0</lutinutil.version> - <i18n.version>1.0.1</i18n.version> + <lutinutil.version>1.2-SNAPSHOT</lutinutil.version> + <i18n.version>1.1-SNAPSHOT</i18n.version> <jxlayer.version>3.0.3</jxlayer.version> @@ -414,9 +414,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/jaxx/tags/jaxx-2.0.0-beta-6</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/jaxx/tags/jaxx-2.0.0-beta-6</developerConnection> - <url>http://www.nuiton.org/repositories/browse/jaxx/tags/jaxx-2.0.0-beta-6</url> + <connection>scm:svn:http://svn.nuiton.org/svn/jaxx/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/jaxx/trunk</developerConnection> + <url>http://www.nuiton.org/repositories/browse/jaxx/trunk</url> </scm> </project>