Updated Branches: refs/heads/karaf-2.3.x 0bcba6715 -> 849a7c822
[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/849a7c82 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/849a7c82 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/849a7c82 Branch: refs/heads/karaf-2.3.x Commit: 849a7c822ad1805d42e8e5fac3e237186d7d1bd1 Parents: 0bcba67 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jan 22 16:11:01 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jan 22 16:11:01 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/849a7c82/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 60f372f..c7521b9 100644 --- a/pom.xml +++ b/pom.xml @@ -1313,7 +1313,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>
