You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2021/08/17 13:35:40 UTC

[aries-jpa] branch master updated: Update SCM section to use https

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bd204d0  Update SCM section to use https
bd204d0 is described below

commit bd204d014cb72ed64f508b8e32c497f7642a355d
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Aug 17 15:35:29 2021 +0200

    Update SCM section to use https
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 377a65c..a300f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,8 +37,8 @@
     </properties>
 
     <scm>
-        <connection>scm:git:git@github.com:apache/aries-jpa.git</connection>
-        <developerConnection>scm:git:git@github.com:apache/aries-jpa.git</developerConnection>
+        <connection>scm:git:https://github.com/apache/aries-jpa.git</connection>
+        <developerConnection>scm:git:https://github.com/apache/aries-jpa.git</developerConnection>
       <tag>HEAD</tag>
   </scm>