Repository: commons-lang
Updated Branches:
  refs/heads/master 19dace1b8 -> f8669ed70


Fix source repository location in doap file and on front page


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/f8669ed7
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/f8669ed7
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/f8669ed7

Branch: refs/heads/master
Commit: f8669ed70ac155b8808caee6c3438bd9a429eef1
Parents: 19dace1
Author: Benedikt Ritter <[email protected]>
Authored: Mon May 18 09:13:03 2015 +0200
Committer: Benedikt Ritter <[email protected]>
Committed: Mon May 18 09:13:03 2015 +0200

----------------------------------------------------------------------
 doap_lang.rdf           | 8 ++++----
 src/site/xdoc/index.xml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f8669ed7/doap_lang.rdf
----------------------------------------------------------------------
diff --git a/doap_lang.rdf b/doap_lang.rdf
index 3ac6d64..0356336 100644
--- a/doap_lang.rdf
+++ b/doap_lang.rdf
@@ -32,10 +32,10 @@
         standard as to justify existence in java.lang.
     </description>
     <repository>
-      <SVNRepository>
-        <browse 
rdf:resource="http://svn.apache.org/viewvc/commons/proper/lang/trunk"/>
-        <location 
rdf:resource="http://svn.apache.org/repos/asf/commons/proper/lang"/>
-      </SVNRepository>
+      <GitRepository>
+        <browse 
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=commons-lang.git"/>
+        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/commons-lang.git"/>
+      </GitRepository>
     </repository>
     <release>
       <Version>

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f8669ed7/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 79cb8dd..1d304f4 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -55,8 +55,8 @@ The JavaDoc API documents are available online:
 <li>Older releases - see the <a href="release-history.html">Release 
History</a> page</li>
 </ul>
 <p>
-The <a href="source-repository.html">subversion repository</a> can be
-<a href="http://svn.apache.org/viewvc/commons/proper/lang/trunk/";>browsed</a>, 
or you can browse/contribute via <a 
href="https://github.com/apache/commons-lang";>GitHub</a>.
+The <a href="source-repository.html">git repository</a> can be
+<a 
href="https://git-wip-us.apache.org/repos/asf?p=commons-lang.git";>browsed</a>, 
or you can browse/contribute via <a 
href="https://github.com/apache/commons-lang";>GitHub</a>.
 </p>
 <p>
 The code base is monitored by a Sonar instance running on <a 
href="https://analysis.apache.org/dashboard/index/72046";>analysis.apache.org</a>.

Reply via email to