From: <sha...@us...> - 2010-11-10 21:34:11
|
Revision: 2419 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2419&view=rev Author: shadowtm Date: 2010-11-10 21:34:05 +0000 (Wed, 10 Nov 2010) Log Message: ----------- Added SCM info to parent pom so we can use the maven release plugin to create a branch. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-27 13:15:37 UTC (rev 2418) +++ trunk/pom.xml 2010-11-10 21:34:05 UTC (rev 2419) @@ -32,6 +32,14 @@ <module>autosparql</module> </modules> + + <!--This is the SCM information, which needs to be here so we can use the maven release plugin--> + <scm> + <connection>scm:svn:https://dl-learner.svn.sourceforge.net/svnroot/dl-learner/trunk</connection> + <developerConnection>scm:svn:https://dl-learner.svn.sourceforge.net/svnroot/dl-learner/trunk</developerConnection> + <url>https://dl-learner.svn.sourceforge.net/svnroot/dl-learner/trunk</url> + </scm> + <build> <!-- - Plugin Management defines the plugins that the child components can use This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |