Repository: cxf-fediz Updated Branches: refs/heads/1.2.x-fixes b75009f2b -> 827f47afb
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/827f47af Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/827f47af Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/827f47af Branch: refs/heads/1.2.x-fixes Commit: 827f47afb8a85aea30e8f6a07c1c2b8da2ba9290 Parents: b75009f 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:43 2016 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/827f47af/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1a63946..665bc92 100644 --- a/pom.xml +++ b/pom.xml @@ -302,7 +302,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>
