Updated Branches: refs/heads/master bde7577f9 -> 3365b56b6
Update pom and documentation to refer 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/3365b56b Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/3365b56b Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/3365b56b Branch: refs/heads/master Commit: 3365b56b6e44aaeadf3c201746a8466ef2555a47 Parents: bde7577 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Dec 17 19:11:23 2013 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Dec 17 19:11:23 2013 +0100 ---------------------------------------------------------------------- manual/src/main/webapp/users-guide/installation.conf | 8 ++++---- pom.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/3365b56b/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 6d29349..18940b2 100644 --- a/manual/src/main/webapp/users-guide/installation.conf +++ b/manual/src/main/webapp/users-guide/installation.conf @@ -84,9 +84,9 @@ h3. Building on Windows platform # You can get the Apache Karaf sources from: * the sources distribution {{apache-karaf-3.0.0-src.zip}} available at [http://karaf.apache.org/index/community/download.html]. Extract the files in the directory of your choice. -* by checkout of the subversion repository: +* by checkout of the git repository: {code} -svn co https://svn.apache.org/repos/asf/karaf/trunk karaf +git clone https://git-wip-us.apache.org/repos/asf/karaf.git karaf {code} # Use Apache Maven to build Apache Karaf: {code} @@ -102,9 +102,9 @@ h3. Building on Unix platforms # You can get the Apache Karaf sources from: * the sources distribution {{apache-karaf-3.0.0-src.tar.gz}} available at [http://karaf.apache.org/index/community/download.html]. Extract the files in the directory of your choice. -* by checkout of the subversion repository: +* by checkout of the git repository: {code} -svn co https://svn.apache.org/repos/asf/karaf/trunk karaf +git clone https://git-wip-us.apache.org/repos/asf/karaf.git karaf {code} # Use Apache Maven to build Apache Karaf: {code} http://git-wip-us.apache.org/repos/asf/karaf/blob/3365b56b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 66615b0..2ae7643 100644 --- a/pom.xml +++ b/pom.xml @@ -73,9 +73,9 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/karaf/trunk/</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> </scm> <issueManagement>
