You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/01/20 10:08:08 UTC

karaf git commit: [KARAF-3452] Upgrade to Apache POM 14 and maven-release-plugin 2.5.1

Repository: karaf
Updated Branches:
  refs/heads/karaf-2.3.x 1561cb8c8 -> d615d2feb


[KARAF-3452] Upgrade to Apache POM 14 and maven-release-plugin 2.5.1


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/d615d2fe
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/d615d2fe
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/d615d2fe

Branch: refs/heads/karaf-2.3.x
Commit: d615d2feb604e0850ff6c3f3194e7f611973e580
Parents: 1561cb8
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Jan 20 10:07:23 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Jan 20 10:07:23 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/d615d2fe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d7c6149..5b12be8 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>
 
@@ -1319,7 +1319,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>