You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/06/29 11:53:45 UTC

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

Updated Branches:
  refs/heads/camel-2.11.x ace5a3adc -> 13b0d4656


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

Branch: refs/heads/camel-2.11.x
Commit: 13b0d46561c26c0bbb9b97dbc0a7d5ec6da48d9a
Parents: ace5a3a
Author: cmueller <cm...@apache.org>
Authored: Sat Jun 29 11:53:35 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sat Jun 29 11:53:35 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/13b0d465/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9e436da..1f545db 100755
--- a/pom.xml
+++ b/pom.xml
@@ -123,9 +123,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/camel/branches/camel-2.11.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/camel/branches/camel-2.11.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/camel/branches/camel-2.11.x</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=camel-2.11.x/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>