Updated Branches:
  refs/heads/karaf-2.x 1aaac5001 -> 13ac82343

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/13ac8234
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/13ac8234
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/13ac8234

Branch: refs/heads/karaf-2.x
Commit: 13ac82343273eca3f8508d5001eaf4cf28a649ff
Parents: 1aaac50
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:43:46 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/13ac8234/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/13ac8234/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3b32f5c..bccec2c 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.x</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/branches/karaf-2.x</developerConnection>
-        <url>http://svn.apache.org/viewvc/karaf/branches/karaf-2.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.x</tag>
     </scm>
 
     <issueManagement>

Reply via email to