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 2019/01/15 17:22:31 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 7752c88  [maven-release-plugin] prepare for next development iteration
7752c88 is described below

commit 7752c886d9ea2f85c918e6e1b597eb6f3e74e458
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 15 18:22:27 2019 +0100

    [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 aae9055..7706070 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/api/pom.xml b/deployer/api/pom.xml
index 1d9cc52..5d8ceee 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/command/pom.xml b/deployer/command/pom.xml
index ac71e49..20fad4d 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/management/pom.xml b/deployer/management/pom.xml
index d0cf982..0546786 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/pom.xml b/deployer/pom.xml
index 17d630b..5d23b7e 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/service/pom.xml b/deployer/service/pom.xml
index d2d9187..6009585 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/manual/pom.xml b/manual/pom.xml
index a3ed3e3..1528f90 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 6c221f7..3dfaf53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.karaf</groupId>
     <artifactId>cave</artifactId>
-    <version>4.1.2</version>
+    <version>4.1.3-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.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <dependencyManagement>
diff --git a/rest/pom.xml b/rest/pom.xml
index c9f07b9..b22f306 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/api/pom.xml b/server/api/pom.xml
index d2eaf42..d10d12a 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/command/pom.xml b/server/command/pom.xml
index 27bc1f0..79cb1a3 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/http/pom.xml b/server/http/pom.xml
index 8ba8cf3..575c63c 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/management/pom.xml b/server/management/pom.xml
index 774ebf8..5f13167 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/maven/pom.xml b/server/maven/pom.xml
index 731b35a..4eb8ed4 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/pom.xml b/server/pom.xml
index 3aa94ea..6b2f813 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/server/storage/pom.xml b/server/storage/pom.xml
index bb77699..42de020 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.2</version>
+        <version>4.1.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>