Author: echatellier Date: 2014-05-07 10:28:03 +0200 (Wed, 07 May 2014) New Revision: 273 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/273 Log: Fix release Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-05-07 08:25:45 UTC (rev 272) +++ trunk/pom.xml 2014-05-07 08:28:03 UTC (rev 273) @@ -67,14 +67,14 @@ </developers> <scm> - <url>http://svn.codelutin.com/cantharella/trunk</url> - <connection>scm:svn:http://svn.codelutin.com/cantharella/trunk</connection> - <developerConnection>scm:svn:http://svn.codelutin.com/cantharella/trunk</developerConnection> + <url>https://svn.codelutin.com/cantharella/trunk</url> + <connection>scm:svn:https://svn.codelutin.com/cantharella/trunk</connection> + <developerConnection>scm:svn:https://svn.codelutin.com/cantharella/trunk</developerConnection> </scm> <distributionManagement> <site> - <id>${platform}</id> + <id>doc.${platform}</id> <url>${our.site.repository}/${projectId}</url> </site> </distributionManagement>
participants (1)
-
echatellier@users.forge.codelutin.com