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 2016/08/18 12:04:38 UTC

svn commit: r1756764 - /openjpa/branches/2.4.x/pom.xml

Author: struberg
Date: Thu Aug 18 12:04:38 2016
New Revision: 1756764

URL: http://svn.apache.org/viewvc?rev=1756764&view=rev
Log:
OPENJPA-2652 fix SCM and ci sections in pom

Modified:
    openjpa/branches/2.4.x/pom.xml

Modified: openjpa/branches/2.4.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.4.x/pom.xml?rev=1756764&r1=1756763&r2=1756764&view=diff
==============================================================================
--- openjpa/branches/2.4.x/pom.xml (original)
+++ openjpa/branches/2.4.x/pom.xml Thu Aug 18 12:04:38 2016
@@ -115,7 +115,7 @@
 
     <ciManagement>
         <system>Jenkins</system>
-        <url>https://builds.apache.org/job/OpenJPA-trunk-deploy/</url>
+        <url>https://builds.apache.org/job/OpenJPA-2.4.x-deploy/</url>
     </ciManagement>
 
     <inceptionYear>2006</inceptionYear>
@@ -152,9 +152,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.4.x</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/2.4.x</developerConnection>
+        <url>http://svn.apache.org/repos/asf/openjpa/branches/2.4.x</url>
     </scm>
 
     <modules>