You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2015/07/03 15:57:48 UTC

cxf-dosgi git commit: Switch back to new release plugin

Repository: cxf-dosgi
Updated Branches:
  refs/heads/master c064fc389 -> 61dbe2bfe


Switch back to new release plugin


Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/61dbe2bf
Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/61dbe2bf
Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/61dbe2bf

Branch: refs/heads/master
Commit: 61dbe2bfee2db1b904f397899615d20407492cae
Parents: c064fc3
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Fri Jul 3 15:57:41 2015 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Fri Jul 3 15:57:41 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/61dbe2bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e6f0c46..af2e6b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.2.1</version>
+                    <version>2.5.2</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean install</preparationGoals>