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/19 19:36:39 UTC

karaf git commit: [KARAF-3452] Upgrade to maven-release-plugin 2.5.1

Repository: karaf
Updated Branches:
  refs/heads/master 83c70959e -> e76a12b9a


[KARAF-3452] Upgrade to 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/e76a12b9
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e76a12b9
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/e76a12b9

Branch: refs/heads/master
Commit: e76a12b9a590d4746165fd2ff4f64e47327b99e5
Parents: 83c7095
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Jan 19 19:36:09 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Jan 19 19:36:09 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/e76a12b9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 89ad7cf..7196a7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1882,7 +1882,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>