Author: hadrian
Date: Tue Sep 6 13:33:17 2011
New Revision: 1165665
URL: http://svn.apache.org/viewvc?rev=1165665&view=rev
Log:
Updated release plugin, scm url fixes
Modified:
camel/branches/camel-2.8.x/pom.xml
Modified: camel/branches/camel-2.8.x/pom.xml
URL:
http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/pom.xml?rev=1165665&r1=1165664&r2=1165665&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/pom.xml (original)
+++ camel/branches/camel-2.8.x/pom.xml Tue Sep 6 13:33:17 2011
@@ -121,9 +121,9 @@
</modules>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/camel/tags/camel-2.8.1-SNAPSHOT</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/camel/tags/camel-2.8.1-SNAPSHOT</developerConnection>
- <url>http://svn.apache.org/viewvc/camel/tags/camel-2.8.1-SNAPSHOT</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/camel/branches/camel-2.8.x</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/camel/branches/camel-2.8.x</developerConnection>
+ <url>http://svn.apache.org/viewvc/camel/branches/camel-2.8.x</url>
</scm>
<build>
@@ -205,7 +205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0</version>
+ <version>2.2.1</version>
<configuration>
<!--<tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>-->
<!--<useReleaseProfile>false</useReleaseProfile>-->