I'm adding the Wicket 1.3.x branch to the Continuum build server [1], and it won't build because the SCM tag is incorrect after the branch. Could a committer please change the SCM tag in the parent pom to reflect the correct location? Here's the code:
Change: <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/wicket/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/trunk</developerConnection> <url>http://svn.apache.org/viewvc/wicket/trunk</url> </scm> to: <scm> <connection>scm:svn: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.3.x/</connection> <developerConnection>scm:svn: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.3.x/</developerConnection> <url>http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.x/</url> </scm> [1] - http://www.wickettraining.com/continuum/ Thanks! -- Jeremy Thomerson http://www.wickettraining.com
