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 2016/03/10 15:27:45 UTC

karaf git commit: KARAF-4395 - Upgrade to maven-release-plugin 2.5.3

Repository: karaf
Updated Branches:
  refs/heads/master b8eaca660 -> 424a8300e


KARAF-4395 - Upgrade to maven-release-plugin 2.5.3


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

Branch: refs/heads/master
Commit: 424a8300ebd5d5e901fea7746c17adef4986747a
Parents: b8eaca6
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Mar 10 15:26:47 2016 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Mar 10 15:26:47 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/424a8300/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4941c6a..c434c0cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1809,7 +1809,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5.1</version>
+                    <version>2.5.3</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean install</preparationGoals>