Author: janne
Date: Tue Nov  7 14:08:07 2006
New Revision: 472296

URL: http://svn.apache.org/viewvc?view=rev&rev=472296
Log:
fixed the scm urls

Modified:
    incubator/wicket/trunk/wicket-parent/pom.xml

Modified: incubator/wicket/trunk/wicket-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-parent/pom.xml?view=diff&rev=472296&r1=472295&r2=472296
==============================================================================
--- incubator/wicket/trunk/wicket-parent/pom.xml (original)
+++ incubator/wicket/trunk/wicket-parent/pom.xml Tue Nov  7 14:08:07 2006
@@ -30,9 +30,9 @@
        </issueManagement>
 
        <scm>
-               
<connection>scm:svn:https://svn.sourceforge.net/svnroot/wicket/branches/wicket-1.x/${project.artifactId}</connection>
-               
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wicket/branches/wicket-1.x/${project.artifactId}</developerConnection>
-               
<url>http://svn.sourceforge.net/viewcvs.py/wicket/branches/wicket-1.x/${project.artifactId}</url>
+               
<connection>scm:svn:http://svn.sourceforge.net/svnroot/wicket/trunk/${project.artifactId}</connection>
+               
<developerConnection>scm:svn:http://svn.sourceforge.net/svnroot/wicket/trunk/${project.artifactId}</developerConnection>
+               
<url>http://svn.sourceforge.net/viewcvs.py/wicket/trunk/${project.artifactId}</url>
        </scm>
 
        <mailingLists>


Reply via email to