[Jsptest-svn-commits] SF.net SVN: jsptest:[258] trunk/pom.xml
Status: Alpha
Brought to you by:
lkoskela
From: <lko...@us...> - 2009-11-13 07:50:28
|
Revision: 258 http://jsptest.svn.sourceforge.net/jsptest/?rev=258&view=rev Author: lkoskela Date: 2009-11-13 07:50:22 +0000 (Fri, 13 Nov 2009) Log Message: ----------- Switched the <scm/> element to point to trunk instead of an old tag (jsptest-0.11) Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-13 07:49:44 UTC (rev 257) +++ trunk/pom.xml 2009-11-13 07:50:22 UTC (rev 258) @@ -32,9 +32,9 @@ </repository> </distributionManagement> <scm> - <connection>scm:svn:https://jsptest.svn.sourceforge.net/svnroot/jsptest/tags/jsptest-0.11</connection> - <developerConnection>scm:svn:https://jsptest.svn.sourceforge.net/svnroot/jsptest/tags/jsptest-0.11</developerConnection> - <url>http://jsptest.svn.sourceforge.net/viewvc/jsptest/tags/jsptest-0.11</url> + <connection>scm:svn:https://jsptest.svn.sourceforge.net/svnroot/jsptest/trunk</connection> + <developerConnection>scm:svn:https://jsptest.svn.sourceforge.net/svnroot/jsptest/trunk</developerConnection> + <url>http://jsptest.svn.sourceforge.net/viewvc/jsptest/trunk</url> </scm> <mailingLists/> <developers> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |