Repository: aries-jpa
Updated Branches:
  refs/heads/master 6d855c8a3 -> 3234c6318


Correct the SCM metdata in the parent pom now Aries JPA uses Git


Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/3234c631
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/3234c631
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/3234c631

Branch: refs/heads/master
Commit: 3234c6318c8581d4f8a39ed8f0b50abddf7ee7c8
Parents: 6d855c8
Author: Tim Ward <timothyjw...@apache.org>
Authored: Thu Apr 26 11:11:34 2018 +0100
Committer: Tim Ward <timothyjw...@apache.org>
Committed: Thu Apr 26 11:11:34 2018 +0100

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/3234c631/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9671f3c..7282910 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,9 +37,9 @@
     </properties>
     
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jpa</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/jpa</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/jpa</url>
+        
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/aries-jpa.git</connection>
+        
<developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/aries-jpa.git</developerConnection>
+        <tag>HEAD</tag>
     </scm>
 
     <modules>

Reply via email to