You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2019/03/05 03:26:47 UTC

[metamodel] branch master updated: Updated scm url to be gitbox based in pom.xml

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

kaspersor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git


The following commit(s) were added to refs/heads/master by this push:
     new 85bd58a  Updated scm url to be gitbox based in pom.xml
85bd58a is described below

commit 85bd58adb2060e859e2b7a4cb13fc88f1ac84d2e
Author: Kasper Sørensen <i....@gmail.com>
AuthorDate: Mon Mar 4 19:26:40 2019 -0800

    Updated scm url to be gitbox based in pom.xml
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6b4a65c..2892a9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,9 @@ under the License.
 		<version>21</version>
 	</parent>
 	<scm>
-		<url>https://git-wip-us.apache.org/repos/asf?p=metamodel.git</url>
-		<connection>scm:git:http://git-wip-us.apache.org/repos/asf/metamodel.git</connection>
-		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/metamodel.git</developerConnection>
+		<url>https://gitbox.apache.org/repos/asf/metamodel.git</url>
+		<connection>https://gitbox.apache.org/repos/asf/metamodel.git</connection>
+		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/metamodel.git</developerConnection>
 		<tag>HEAD</tag>
 	</scm>
 	<groupId>org.apache.metamodel</groupId>