Repository: commons-math Updated Branches: refs/heads/master 241dccdca -> cf571ba2a
Fix repository location in doap file Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/cf571ba2 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/cf571ba2 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/cf571ba2 Branch: refs/heads/master Commit: cf571ba2a63651ad7cf1407c10847eb1d2898a5b Parents: 241dccd Author: Benedikt Ritter <[email protected]> Authored: Mon May 18 09:17:18 2015 +0200 Committer: Benedikt Ritter <[email protected]> Committed: Mon May 18 09:17:18 2015 +0200 ---------------------------------------------------------------------- doap_math.rdf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/cf571ba2/doap_math.rdf ---------------------------------------------------------------------- diff --git a/doap_math.rdf b/doap_math.rdf index ea3368f..85c4a08 100644 --- a/doap_math.rdf +++ b/doap_math.rdf @@ -30,10 +30,10 @@ <shortdesc xml:lang="en">Apache Commons Math</shortdesc> <description xml:lang="en">The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description> <repository> - <SVNRepository> - <browse rdf:resource="http://svn.apache.org/viewvc/commons/proper/math/trunk/"/> - <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/math"/> - </SVNRepository> + <GitRepository> + <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=commons-math.git"/> + <location rdf:resource="https://git-wip-us.apache.org/repos/asf/commons-math.git"/> + </GitRepository> </repository> <release> <Version>
