Repository: cxf-fediz Updated Branches: refs/heads/master ef7d68995 -> c535a50a2
Fixing release plugin version Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/c535a50a Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/c535a50a Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/c535a50a Branch: refs/heads/master Commit: c535a50a2181bc11bdf197e58b3a93aacfb4dbb7 Parents: ef7d689 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Feb 9 11:26:21 2016 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Feb 9 11:26:21 2016 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c535a50a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 627e471..1d2ce8f 100644 --- a/pom.xml +++ b/pom.xml @@ -303,7 +303,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.6</version> + <version>2.5.3</version> <configuration> <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals>
