You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2013/10/29 22:51:22 UTC

svn commit: r1536902 - /openjpa/branches/2.3.x/pom.xml

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>