Update release plugin version to version that works better with git
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/7e2c6208 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/7e2c6208 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/7e2c6208 Branch: refs/heads/2.7.x-fixes Commit: 7e2c6208d05337cfbd65eaa04c51caa8de957b3f Parents: 2f9206f Author: Daniel Kulp <[email protected]> Authored: Fri Mar 7 15:01:06 2014 -0500 Committer: Daniel Kulp <[email protected]> Committed: Fri Mar 7 16:46:25 2014 -0500 ---------------------------------------------------------------------- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/7e2c6208/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0fdc7a9..710092a 100644 --- a/pom.xml +++ b/pom.xml @@ -495,9 +495,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.3.2</version> + <version>2.5</version> <configuration> - <tagBase>https://svn.apache.org/repos/asf/cxf/tags</tagBase> <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals>
