fix SCM url for the branch

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.3.x@1536902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Struberg 2013-10-29 21:51:21 +00:00
parent a24ef499f3
commit d148f39ecb
1 changed files with 3 additions and 3 deletions

View File

@ -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>