You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2018/12/03 16:04:08 UTC

[aries-jpa] 02/02: Adjust for committing to github

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jpa.git

commit 7229fdf8aa77c84103155da444e2c9127a4eff93
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Mon Dec 3 17:03:54 2018 +0100

    Adjust for committing to github
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ecb0a52..fb6cde0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,10 +35,10 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
-    
+
     <scm>
-        <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>
+        <connection>scm:git:git@github.com:apache/aries-jpa.git</connection>
+        <developerConnection>scm:git:git@github.com:apache/aries-jpa.git</developerConnection>
         <tag>aries-jpa-2.7.1</tag>
     </scm>
 
@@ -58,4 +58,3 @@
     </modules>
 
 </project>
-