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 2017/02/11 17:11:44 UTC

cxf-dosgi git commit: [maven-release-plugin] prepare for next development iteration

Repository: cxf-dosgi
Updated Branches:
  refs/heads/master f33a99717 -> e905ac13d


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: e905ac13d048e3c968029d878143d751f8c1c0df
Parents: f33a997
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Sat Feb 11 18:11:40 2017 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Sat Feb 11 18:11:40 2017 +0100

----------------------------------------------------------------------
 common/pom.xml                    | 2 +-
 decorator/pom.xml                 | 2 +-
 distribution/features/pom.xml     | 2 +-
 distribution/multi-bundle/pom.xml | 2 +-
 distribution/pom.xml              | 4 ++--
 distribution/repository/pom.xml   | 2 +-
 distribution/sources/pom.xml      | 4 ++--
 itests/multi-bundle/pom.xml       | 2 +-
 itests/pom.xml                    | 4 ++--
 parent/pom.xml                    | 2 +-
 pom.xml                           | 4 ++--
 provider-rs/pom.xml               | 2 +-
 provider-ws/pom.xml               | 2 +-
 samples/features/pom.xml          | 2 +-
 samples/pom.xml                   | 2 +-
 samples/repository/pom.xml        | 2 +-
 samples/rest/api/pom.xml          | 2 +-
 samples/rest/client/pom.xml       | 2 +-
 samples/rest/impl/pom.xml         | 2 +-
 samples/rest/pom.xml              | 2 +-
 samples/security_filter/pom.xml   | 2 +-
 samples/soap/api/pom.xml          | 2 +-
 samples/soap/client/pom.xml       | 2 +-
 samples/soap/impl/pom.xml         | 2 +-
 samples/soap/pom.xml              | 2 +-
 25 files changed, 29 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 2f24986..d8d8164 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/decorator/pom.xml
----------------------------------------------------------------------
diff --git a/decorator/pom.xml b/decorator/pom.xml
index 996b4e1..ba3ebf6 100644
--- a/decorator/pom.xml
+++ b/decorator/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/distribution/features/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/features/pom.xml b/distribution/features/pom.xml
index d08f83d..0cef2e8 100644
--- a/distribution/features/pom.xml
+++ b/distribution/features/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-distribution-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/distribution/multi-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/multi-bundle/pom.xml b/distribution/multi-bundle/pom.xml
index e2260e8..58cb4db 100644
--- a/distribution/multi-bundle/pom.xml
+++ b/distribution/multi-bundle/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-distribution-parent</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 80962c0..fc6ca57 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-distribution-parent</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>CXF DOSGi Distribution Parent</name>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-parent</artifactId>
-      <version>2.1.0</version>
+      <version>2.2.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/distribution/repository/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/repository/pom.xml b/distribution/repository/pom.xml
index 9f1b720..45eb4da 100644
--- a/distribution/repository/pom.xml
+++ b/distribution/repository/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-dosgi-repository</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/distribution/sources/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/sources/pom.xml b/distribution/sources/pom.xml
index 9f37249..ce35ddb 100644
--- a/distribution/sources/pom.xml
+++ b/distribution/sources/pom.xml
@@ -22,14 +22,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-source-distribution</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0-SNAPSHOT</version>
     <name>CXF DOSGi Source Distribution</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-distribution-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/itests/multi-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/itests/multi-bundle/pom.xml b/itests/multi-bundle/pom.xml
index a048692..68d4fda 100644
--- a/itests/multi-bundle/pom.xml
+++ b/itests/multi-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 72334ea..ac6eeed 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-itests</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>CXF DOSGi Integration Tests</name>

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index e92b891..f53b33d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-main</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8e0517f..720b44a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-main</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>CXF DOSGi main</name>
@@ -29,7 +29,7 @@
     <scm>
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-dosgi.git</connection>
         <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-dosgi.git</developerConnection>
-      <tag>cxf-dosgi-2.1.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <issueManagement>

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/provider-rs/pom.xml
----------------------------------------------------------------------
diff --git a/provider-rs/pom.xml b/provider-rs/pom.xml
index 40328c7..e60fee3 100644
--- a/provider-rs/pom.xml
+++ b/provider-rs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/provider-ws/pom.xml
----------------------------------------------------------------------
diff --git a/provider-ws/pom.xml b/provider-ws/pom.xml
index 9f984cc..91173f8 100644
--- a/provider-ws/pom.xml
+++ b/provider-ws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/features/pom.xml
----------------------------------------------------------------------
diff --git a/samples/features/pom.xml b/samples/features/pom.xml
index 735f2d9..6664863 100644
--- a/samples/features/pom.xml
+++ b/samples/features/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index 05745d4..7f62cab 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -29,7 +29,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-parent</artifactId>
-      <version>2.1.0</version>
+      <version>2.2.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
 
     </parent>

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/repository/pom.xml
----------------------------------------------------------------------
diff --git a/samples/repository/pom.xml b/samples/repository/pom.xml
index 26126f6..4efeffe 100644
--- a/samples/repository/pom.xml
+++ b/samples/repository/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-dosgi-samples-repository</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/rest/api/pom.xml
----------------------------------------------------------------------
diff --git a/samples/rest/api/pom.xml b/samples/rest/api/pom.xml
index 7af88de..3be339c 100644
--- a/samples/rest/api/pom.xml
+++ b/samples/rest/api/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/rest/client/pom.xml
----------------------------------------------------------------------
diff --git a/samples/rest/client/pom.xml b/samples/rest/client/pom.xml
index bb78abb..d5ecae9 100644
--- a/samples/rest/client/pom.xml
+++ b/samples/rest/client/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/rest/impl/pom.xml
----------------------------------------------------------------------
diff --git a/samples/rest/impl/pom.xml b/samples/rest/impl/pom.xml
index b9756ee..5e28d36 100644
--- a/samples/rest/impl/pom.xml
+++ b/samples/rest/impl/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/rest/pom.xml
----------------------------------------------------------------------
diff --git a/samples/rest/pom.xml b/samples/rest/pom.xml
index 1303a05..12c8c25 100644
--- a/samples/rest/pom.xml
+++ b/samples/rest/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/security_filter/pom.xml
----------------------------------------------------------------------
diff --git a/samples/security_filter/pom.xml b/samples/security_filter/pom.xml
index 14678b0..c0f233d 100644
--- a/samples/security_filter/pom.xml
+++ b/samples/security_filter/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/soap/api/pom.xml
----------------------------------------------------------------------
diff --git a/samples/soap/api/pom.xml b/samples/soap/api/pom.xml
index 90b0820..ace1f23 100644
--- a/samples/soap/api/pom.xml
+++ b/samples/soap/api/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-samples-soap-parent</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/soap/client/pom.xml
----------------------------------------------------------------------
diff --git a/samples/soap/client/pom.xml b/samples/soap/client/pom.xml
index 3e5cb16..3c394af 100644
--- a/samples/soap/client/pom.xml
+++ b/samples/soap/client/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-soap-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/soap/impl/pom.xml
----------------------------------------------------------------------
diff --git a/samples/soap/impl/pom.xml b/samples/soap/impl/pom.xml
index 5dc8132..3302e3f 100644
--- a/samples/soap/impl/pom.xml
+++ b/samples/soap/impl/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-samples-soap-parent</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/e905ac13/samples/soap/pom.xml
----------------------------------------------------------------------
diff --git a/samples/soap/pom.xml b/samples/soap/pom.xml
index 63ceab6..383ce83 100644
--- a/samples/soap/pom.xml
+++ b/samples/soap/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>