Repository: jena Updated Branches: refs/heads/master b5224e12e -> ff7ed7292
Update Maven SCM information This commit updates the Maven SCM definitions in the top level POM to point to the new Git repository location in preparation for a 2.12.1 release Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/ff7ed729 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/ff7ed729 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/ff7ed729 Branch: refs/heads/master Commit: ff7ed7292aeef5ca1a8ee625674f21e26bced797 Parents: b5224e1 Author: Rob Vesse <[email protected]> Authored: Tue Sep 30 10:39:05 2014 +0100 Committer: Rob Vesse <[email protected]> Committed: Tue Sep 30 10:39:05 2014 +0100 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/ff7ed729/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 97d8e8f..bd2184c 100644 --- a/pom.xml +++ b/pom.xml @@ -46,9 +46,9 @@ </organization> <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/</developerConnection> - <url>https://svn.apache.org/repos/asf/jena/trunk/</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jena.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jena.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf/jena.git</url> </scm> <profiles>
