You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2018/01/23 07:20:51 UTC

[struts-archetypes] 04/04: Uses proper urls for SCM

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git

commit ed21791ce109bccdf6db2eb599f01ba835250d0b
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Jan 23 08:20:39 2018 +0100

    Uses proper urls for SCM
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8de9c4f..3e4a855 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,9 +36,9 @@
     <name>Struts 2 Maven Archetypes</name>
 
     <scm>
-        <connection>scm:git:git://git.apache.org/struts-archetypes.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-archetypes.git</developerConnection>
-        <url>http://git.apache.org/struts-archetypes.git</url>
+        <connection>scm:git:https://gitbox.apache.org/struts-archetypes.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts-archetypes.git</developerConnection>
+        <url>https://github.com/apache/struts-archetypes.git</url>
         <tag>HEAD</tag>
     </scm>
 

-- 
To stop receiving notification emails like this one, please contact
lukaszlenart@apache.org.