Author: tchemit Date: 2013-12-23 15:05:10 +0100 (Mon, 23 Dec 2013) New Revision: 3864 Url: http://chorem.org/projects/pollen/repository/revisions/3864 Log: fix scm section Modified: branches/pollen-1.5.x/pom.xml Modified: branches/pollen-1.5.x/pom.xml =================================================================== --- branches/pollen-1.5.x/pom.xml 2013-12-23 14:01:20 UTC (rev 3863) +++ branches/pollen-1.5.x/pom.xml 2013-12-23 14:05:10 UTC (rev 3864) @@ -539,11 +539,15 @@ </build> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/pollen/trunk</connection> + <connection> + scm:svn:http://svn.chorem.org/svn/pollen/branches/pollen-1.5.x + </connection> <developerConnection> - scm:svn:http://svn.chorem.org/svn/pollen/trunk + scm:svn:http://svn.chorem.org/svn/pollen/branches/pollen-1.5.x </developerConnection> - <url>http://www.chorem.org/repositories/browse/pollen/trunk</url> + <url> + http://chorem.org/projects/pollen/repository/show/branches/pollen-1.5.x + </url> </scm> <distributionManagement>