Updated Branches:
  refs/heads/master 5d5a43f6c -> 2cca8951d

update the maven-release-plugin configuration to use our new Git repository


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2cca8951
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2cca8951
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2cca8951

Branch: refs/heads/master
Commit: 2cca8951d1bf01a8a4be769815bb49ef6d42d0d0
Parents: 5d5a43f
Author: cmueller <cmuel...@apache.org>
Authored: Sun Jun 30 17:52:48 2013 +0200
Committer: cmueller <cmuel...@apache.org>
Committed: Sun Jun 30 17:52:48 2013 +0200

----------------------------------------------------------------------
 pom.xml | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2cca8951/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 709d053..0f0c7ae 100755
--- a/pom.xml
+++ b/pom.xml
@@ -123,9 +123,9 @@
   </modules>
 
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/camel/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/camel/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/camel/trunk/</url>
+    
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/camel.git</connection>
+    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/camel.git</developerConnection>
+    <url>https://fisheye6.atlassian.com/browse/~br=master/camel-git</url>
   </scm>
 
   <build>
@@ -198,9 +198,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.4</version>
+          <!-- see http://jira.codehaus.org/browse/MRELEASE-812 -->
+          <version>2.4.1</version>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>
+            <localCheckout>true</localCheckout>
+            <pushChanges>false</pushChanges>
+            
<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
             <useReleaseProfile>false</useReleaseProfile>
             <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>

Reply via email to