Author: michiel Date: 2009-09-08 18:29:05 +0200 (Tue, 08 Sep 2009) New Revision: 38516
Modified: mmbase/trunk/pom.xml Log: correcting the scm properties Modified: mmbase/trunk/pom.xml =================================================================== --- mmbase/trunk/pom.xml 2009-09-08 15:44:17 UTC (rev 38515) +++ mmbase/trunk/pom.xml 2009-09-08 16:29:05 UTC (rev 38516) @@ -57,9 +57,10 @@ </licenses> <scm> - <connection>scm:svn:https://scm.mmbase.org/mmbase/trunk</connection> - <developerConnection>scm:svn:https://scm.mmbase.org/mmbase/trunk</developerConnection> <url>https://scm.mmbase.org/mmbase/trunk</url> + <connection>scm:svn:${project.scm.url}</connection> + <developerConnection>${project.scm.connection}</developerConnection> + </scm> <issueManagement> _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
