You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/06/21 21:00:54 UTC

[ws-axiom] branch 1.2.x updated: Updating SCM

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

veithen pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/1.2.x by this push:
     new eda7ef5  Updating SCM
eda7ef5 is described below

commit eda7ef51dd8987a1738c21c9694e643e216faf43
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Nov 1 14:26:12 2019 +0000

    Updating SCM
---
 pom.xml                                  | 6 +++---
 src/site/markdown/release-notes/index.md | 2 +-
 src/site/site.xml                        | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index bb97dba..aeaff19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,9 +226,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axiom/branches/1.2.x</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axiom/branches/1.2.x</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/ws-axiom.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ws-axiom.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=ws-axiom.git;a=summary</url>
     </scm>
     <issueManagement>
         <system>JIRA</system>
diff --git a/src/site/markdown/release-notes/index.md b/src/site/markdown/release-notes/index.md
index 29ee86c..175696e 100644
--- a/src/site/markdown/release-notes/index.md
+++ b/src/site/markdown/release-notes/index.md
@@ -4,4 +4,4 @@ Release notes
 Please select the release from the menu on the left. Release notes for older Axiom versions
 can be found in the [source code repository][1].
 
-[1]: https://svn.apache.org/repos/asf/webservices/axiom/tags
+[1]: https://github.com/apache/ws-axiom/tags
diff --git a/src/site/site.xml b/src/site/site.xml
index 97b808a..3328dbd 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -76,7 +76,7 @@
             <item name="Articles" href="articles.html"/>
             <item name="Javadocs" href="/apidocs/index.html"/>
             <item name="FAQ" href="faq.html"/>
-            <item name="View Source" href="http://svn.apache.org/viewvc/webservices/axiom/trunk/?root=Apache-SVN"/>
+            <item name="View Source" href="https://github.com/apache/ws-axiom"/>
             <item name="Code Coverage" href="https://codecov.io/gh/apache/webservices-axiom"/>
             <item name="Privacy Policy" href="privacy-policy.html"/>
         </menu>