Author: struberg Date: Tue Oct 29 21:51:21 2013 New Revision: 1536902 URL: http://svn.apache.org/r1536902 Log: fix SCM url for the branch
Modified: openjpa/branches/2.3.x/pom.xml Modified: openjpa/branches/2.3.x/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.3.x/pom.xml?rev=1536902&r1=1536901&r2=1536902&view=diff ============================================================================== --- openjpa/branches/2.3.x/pom.xml (original) +++ openjpa/branches/2.3.x/pom.xml Tue Oct 29 21:51:21 2013 @@ -149,9 +149,9 @@ </distributionManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/trunk</developerConnection> - <url>http://svn.apache.org/repos/asf/openjpa/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/branches/2.3.x</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/2.3.x</developerConnection> + <url>http://svn.apache.org/repos/asf/openjpa/branches/2.3.x</url> </scm> <modules>