Updated Branches: refs/heads/karaf-2.x dfc820179 -> 5ff93fe03
[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/5ff93fe0 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5ff93fe0 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/5ff93fe0 Branch: refs/heads/karaf-2.x Commit: 5ff93fe03d4427bb7d18cccd94c54be2bf5ee43f Parents: dfc8201 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jan 22 16:09:47 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jan 22 16:09:47 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/5ff93fe0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 253649b..7beef8e 100644 --- a/pom.xml +++ b/pom.xml @@ -1303,7 +1303,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>
