Updated Branches: refs/heads/master 312f0182d -> 5fd4eee00
[KARAF-2715] Upgrade to maven-release-plugin 2.4.2 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5fd4eee0 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5fd4eee0 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/5fd4eee0 Branch: refs/heads/master Commit: 5fd4eee00e39c44d5c30eaeab659126b9c6f09b7 Parents: 312f018 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jan 22 16:08:15 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jan 22 16:08:15 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/5fd4eee0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3710cd8..d7c6263 100644 --- a/pom.xml +++ b/pom.xml @@ -1920,7 +1920,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.3.2</version> + <version>2.4.2</version> <configuration> <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals>
