Updated Branches: refs/heads/karaf-2.3.x b9ad4ff42 -> 7bdf34391
Update pom and users-guide with git instead of svn Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/7bdf3439 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/7bdf3439 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/7bdf3439 Branch: refs/heads/karaf-2.3.x Commit: 7bdf34391a7df6bd36d7fa19dd0743073c70d5cd Parents: b9ad4ff Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Dec 17 20:43:46 2013 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Dec 17 20:48:40 2013 +0100 ---------------------------------------------------------------------- manual/src/main/webapp/users-guide/installation.conf | 2 +- pom.xml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/7bdf3439/manual/src/main/webapp/users-guide/installation.conf ---------------------------------------------------------------------- diff --git a/manual/src/main/webapp/users-guide/installation.conf b/manual/src/main/webapp/users-guide/installation.conf index bc6d2f0..c73ab4e 100644 --- a/manual/src/main/webapp/users-guide/installation.conf +++ b/manual/src/main/webapp/users-guide/installation.conf @@ -21,7 +21,7 @@ h2. Building from Sources If you intend to build Karaf from the sources, the requirements are a bit different: *Hardware:* -* 200 MB of free disk space for the Apache Karaf x.y source distributions or SVN checkout, the Maven build and the dependencies Maven downloads. +* 200 MB of free disk space for the Apache Karaf x.y source distributions or git clone, the Maven build and the dependencies Maven downloads. *Environment:* * Java SE Developement Kit 1.5.x or greater ([http://www.oracle.com/technetwork/java/javase/]). http://git-wip-us.apache.org/repos/asf/karaf/blob/7bdf3439/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4eb9d7d..99ccf91 100644 --- a/pom.xml +++ b/pom.xml @@ -56,9 +56,10 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/branches/karaf-2.3.x</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/branches/karaf-2.3.x</developerConnection> - <url>http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/karaf.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/karaf.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=summary</url> + <tag>karaf-2.3.x</tag> </scm> <issueManagement>
