You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2020/02/29 20:28:53 UTC

[db-jdo] branch master updated: Changed scm entry from svn to gitbox

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

mbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/master by this push:
     new c66cb19  Changed scm entry from svn to gitbox
c66cb19 is described below

commit c66cb191c41dae1ae0cf33e8a0cde3b120ab7e66
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Sat Feb 29 21:28:44 2020 +0100

    Changed scm entry from svn to gitbox
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 04136e6..dd573cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/db/jdo</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/db-jdo.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/db-jdo.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=db-jdo.git</url>
   </scm>
 
   <build>