You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2015/04/07 14:47:54 UTC

servicemix-specs git commit: Upgrade to maven-release-plugin 2.5.1

Repository: servicemix-specs
Updated Branches:
  refs/heads/master 986f04937 -> ba59a5535


Upgrade to maven-release-plugin 2.5.1


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

Branch: refs/heads/master
Commit: ba59a5535231f581a704fe2ec586c4ea61fbaff9
Parents: 986f049
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Apr 7 14:47:38 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Apr 7 14:47:38 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/ba59a553/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2ea5cc5..559e785 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.4.2</version>
+                    <version>2.5.1</version>
                     <configuration>
                         <preparationGoals>clean install</preparationGoals>
                         <arguments>-Prelease,deploy</arguments>