Author: tchemit Date: 2013-09-12 12:42:14 +0200 (Thu, 12 Sep 2013) New Revision: 845 Url: http://forge.codelutin.com/projects/echobase/repository/revisions/845 Log: ignore xml files on root directory updates to mavenpom 4.1 update scm repository to https Modified: trunk/ trunk/pom.xml Property changes on: trunk ___________________________________________________________________ Modified: svn:ignore - target *.ipr *.iws *.iml *.log .idea + target *.ipr *.iws *.iml *.log .idea *.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-09-11 15:58:38 UTC (rev 844) +++ trunk/pom.xml 2013-09-12 10:42:14 UTC (rev 845) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>4.0</version> + <version>4.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer</groupId> @@ -85,12 +85,12 @@ </developers> <scm> - <url>http://svn.forge.codelutin.com/svn/echobase/trunk</url> + <url>http://forge.codelutin.com/repositories/browse/echobase/trunk</url> <connection> - scm:svn:http://svn.forge.codelutin.com/svn/echobase/trunk + scm:svn:https://forge.codelutin.com/svn/echobase/trunk </connection> <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/echobase/trunk + scm:svn:https://forge.codelutin.com/svn/echobase/trunk </developerConnection> </scm>