Updated Branches: refs/heads/camel-2.10.x 93d0f250f -> 8b0a568e1
upgrade maven release plugin from 2.2.1 to 2.4.1 and switched to our new GIT repo Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/02633e5f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/02633e5f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/02633e5f Branch: refs/heads/camel-2.10.x Commit: 02633e5fa1af0e5d6eda41e72fbd367363550012 Parents: 93d0f25 Author: cmueller <[email protected]> Authored: Wed Jun 19 22:38:38 2013 +0200 Committer: cmueller <[email protected]> Committed: Wed Jun 19 22:38:38 2013 +0200 ---------------------------------------------------------------------- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/02633e5f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f4369a0..4d14c4b 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.10.x</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/camel/branches/camel-2.10.x</developerConnection> - <url>http://svn.apache.org/viewvc/camel/branches/camel-2.10.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.10.x/camel-git</url> </scm> <build> @@ -207,9 +207,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.2.1</version> + <version>2.4.1</version> <configuration> - <tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase> + <localCheckout>true</localCheckout> + <pushChanges>false</pushChanges> <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals>
