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 2018/09/04 16:32:56 UTC

[karaf-cave] branch master updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-cave.git


The following commit(s) were added to refs/heads/master by this push:
     new 53a35a0  [maven-release-plugin] prepare for next development iteration
53a35a0 is described below

commit 53a35a0c9204f84b51f33bd3bf7d4d3fc0dbe8cd
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Sep 4 18:32:55 2018 +0200

    [maven-release-plugin] prepare for next development iteration
---
 assembly/pom.xml            | 2 +-
 deployer/api/pom.xml        | 2 +-
 deployer/command/pom.xml    | 2 +-
 deployer/management/pom.xml | 2 +-
 deployer/pom.xml            | 2 +-
 deployer/service/pom.xml    | 2 +-
 manual/pom.xml              | 2 +-
 pom.xml                     | 4 ++--
 rest/pom.xml                | 2 +-
 server/api/pom.xml          | 2 +-
 server/command/pom.xml      | 2 +-
 server/http/pom.xml         | 2 +-
 server/management/pom.xml   | 2 +-
 server/maven/pom.xml        | 2 +-
 server/pom.xml              | 2 +-
 server/storage/pom.xml      | 2 +-
 16 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 78da294..cdcb579 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>cave</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/api/pom.xml b/deployer/api/pom.xml
index 945fbf6..d7855a4 100644
--- a/deployer/api/pom.xml
+++ b/deployer/api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.cave</groupId>
         <artifactId>org.apache.karaf.cave.deployer</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/command/pom.xml b/deployer/command/pom.xml
index 22b930b..0d9d2a0 100644
--- a/deployer/command/pom.xml
+++ b/deployer/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.cave</groupId>
         <artifactId>org.apache.karaf.cave.deployer</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/management/pom.xml b/deployer/management/pom.xml
index a93a226..b2c598a 100644
--- a/deployer/management/pom.xml
+++ b/deployer/management/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.cave</groupId>
         <artifactId>org.apache.karaf.cave.deployer</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/pom.xml b/deployer/pom.xml
index 908f304..734a090 100644
--- a/deployer/pom.xml
+++ b/deployer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>cave</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/service/pom.xml b/deployer/service/pom.xml
index 129b33e..0ca25a6 100644
--- a/deployer/service/pom.xml
+++ b/deployer/service/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.cave</groupId>
         <artifactId>org.apache.karaf.cave.deployer</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/manual/pom.xml b/manual/pom.xml
index de44612..675ef54 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>cave</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 88beb86..af053fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.karaf</groupId>
     <artifactId>cave</artifactId>
-    <version>4.1.1</version>
+    <version>4.1.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Karaf :: Cave</name>
 
@@ -63,7 +63,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/karaf-cave.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/karaf-cave.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=karaf-cave.git;a=summary</url>
-      <tag>cave-4.1.1</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <dependencyManagement>
diff --git a/rest/pom.xml b/rest/pom.xml
index 4f67cea..c55d262 100644
--- a/rest/pom.xml
+++ b/rest/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>cave</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/api/pom.xml b/server/api/pom.xml
index 98ca4fc..2f7482f 100644
--- a/server/api/pom.xml
+++ b/server/api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.cave</groupId>
         <artifactId>org.apache.karaf.cave.server</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/command/pom.xml b/server/command/pom.xml
index 4e701de..7fe5f6e 100644
--- a/server/command/pom.xml
+++ b/server/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.cave</groupId>
         <artifactId>org.apache.karaf.cave.server</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/http/pom.xml b/server/http/pom.xml
index e0f9992..a872283 100644
--- a/server/http/pom.xml
+++ b/server/http/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.cave</groupId>
         <artifactId>org.apache.karaf.cave.server</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/management/pom.xml b/server/management/pom.xml
index 80379f7..61c227c 100644
--- a/server/management/pom.xml
+++ b/server/management/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.cave</groupId>
         <artifactId>org.apache.karaf.cave.server</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/maven/pom.xml b/server/maven/pom.xml
index e6f37bc..450c168 100644
--- a/server/maven/pom.xml
+++ b/server/maven/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.cave</groupId>
         <artifactId>org.apache.karaf.cave.server</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/pom.xml b/server/pom.xml
index e5403a0..0ed188f 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>cave</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/storage/pom.xml b/server/storage/pom.xml
index 5e8c532..e1f186d 100644
--- a/server/storage/pom.xml
+++ b/server/storage/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.cave</groupId>
         <artifactId>org.apache.karaf.cave.server</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>