Repository: karaf-cellar Updated Branches: refs/heads/cellar-2.3.x 2b920267c -> 94a6315b2
Update to Apache POM 15 and maven-release-plugin 2.5.1 Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/94a6315b Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/94a6315b Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/94a6315b Branch: refs/heads/cellar-2.3.x Commit: 94a6315b2033987e25411a55592b8f4fb1cc667f Parents: 2b92026 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jan 19 14:57:57 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jan 19 14:57:57 2015 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/94a6315b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 870366a..56fe1f0 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>14</version> + <version>15</version> <relativePath /> </parent> @@ -365,7 +365,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.4.2</version> + <version>2.5.1</version> <configuration> <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals>
