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/461d1181 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/461d1181 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/461d1181 Branch: refs/heads/2.6.x-fixes Commit: 461d11811b089d418a4cb40b0677b388706e159f Parents: bb2330d Author: Daniel Kulp <[email protected]> Authored: Fri Mar 7 15:01:06 2014 -0500 Committer: Daniel Kulp <[email protected]> Committed: Mon Mar 17 11:18:12 2014 -0400 ---------------------------------------------------------------------- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/461d1181/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 34afe35..5e1c236 100644 --- a/pom.xml +++ b/pom.xml @@ -504,9 +504,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>
