You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2019/05/16 13:03:39 UTC

[aries-rsa] branch master updated: [maven-release-plugin] prepare for next development iteration

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

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git


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

commit 935f977cf788b6a2e1a039afb753d61ad4762972
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Thu May 16 15:03:33 2019 +0200

    [maven-release-plugin] prepare for next development iteration
---
 discovery/command/pom.xml               | 2 +-
 discovery/config/pom.xml                | 2 +-
 discovery/local/pom.xml                 | 2 +-
 discovery/pom.xml                       | 2 +-
 discovery/zookeeper/pom.xml             | 2 +-
 eapub/pom.xml                           | 2 +-
 examples/echofastbin/fbapi/pom.xml      | 2 +-
 examples/echofastbin/fbconsumer/pom.xml | 2 +-
 examples/echofastbin/fbservice/pom.xml  | 2 +-
 examples/echofastbin/pom.xml            | 2 +-
 examples/echotcp/api/pom.xml            | 2 +-
 examples/echotcp/consumer/pom.xml       | 2 +-
 examples/echotcp/pom.xml                | 2 +-
 examples/echotcp/service/pom.xml        | 2 +-
 examples/pom.xml                        | 2 +-
 features/pom.xml                        | 2 +-
 itests/felix/pom.xml                    | 2 +-
 itests/pom.xml                          | 2 +-
 parent/pom.xml                          | 2 +-
 pom.xml                                 | 4 ++--
 provider/fastbin/pom.xml                | 2 +-
 provider/pom.xml                        | 2 +-
 provider/tcp/pom.xml                    | 2 +-
 repository/pom.xml                      | 2 +-
 rsa/pom.xml                             | 2 +-
 spi/pom.xml                             | 2 +-
 topology-manager/pom.xml                | 2 +-
 27 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/discovery/command/pom.xml b/discovery/command/pom.xml
index 8fef317..7ca5301 100644
--- a/discovery/command/pom.xml
+++ b/discovery/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/discovery/config/pom.xml b/discovery/config/pom.xml
index 24538cf..2ee2848 100644
--- a/discovery/config/pom.xml
+++ b/discovery/config/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.discovery</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.aries.rsa.discovery</groupId>
diff --git a/discovery/local/pom.xml b/discovery/local/pom.xml
index 06b0248..aff4451 100644
--- a/discovery/local/pom.xml
+++ b/discovery/local/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/discovery/pom.xml b/discovery/pom.xml
index c170b3a..6706855 100644
--- a/discovery/pom.xml
+++ b/discovery/pom.xml
@@ -23,7 +23,7 @@
     <parent>
       <groupId>org.apache.aries.rsa</groupId>
       <artifactId>org.apache.aries.rsa.parent</artifactId>
-      <version>1.14.0</version>
+      <version>1.15.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/discovery/zookeeper/pom.xml b/discovery/zookeeper/pom.xml
index 9eb30ee..466c350 100644
--- a/discovery/zookeeper/pom.xml
+++ b/discovery/zookeeper/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/eapub/pom.xml b/eapub/pom.xml
index 640b640..ae3594f 100644
--- a/eapub/pom.xml
+++ b/eapub/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.aries.rsa.eapub</artifactId>
diff --git a/examples/echofastbin/fbapi/pom.xml b/examples/echofastbin/fbapi/pom.xml
index 96c5d9c..2b5bc13 100644
--- a/examples/echofastbin/fbapi/pom.xml
+++ b/examples/echofastbin/fbapi/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.aries.rsa.examples</groupId>
     <artifactId>org.apache.aries.rsa.examples.echofastbin</artifactId>
-    <version>1.14.0</version>
+    <version>1.15.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.aries.rsa.examples.echofastbin</groupId>
diff --git a/examples/echofastbin/fbconsumer/pom.xml b/examples/echofastbin/fbconsumer/pom.xml
index 00e4289..4155d3a 100644
--- a/examples/echofastbin/fbconsumer/pom.xml
+++ b/examples/echofastbin/fbconsumer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.rsa.examples</groupId>
         <artifactId>org.apache.aries.rsa.examples.echofastbin</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.aries.rsa.examples.echofastbin</groupId>
diff --git a/examples/echofastbin/fbservice/pom.xml b/examples/echofastbin/fbservice/pom.xml
index 4e7f8cb..60ff116 100644
--- a/examples/echofastbin/fbservice/pom.xml
+++ b/examples/echofastbin/fbservice/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.rsa.examples</groupId>
         <artifactId>org.apache.aries.rsa.examples.echofastbin</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.aries.rsa.examples.echofastbin</groupId>
diff --git a/examples/echofastbin/pom.xml b/examples/echofastbin/pom.xml
index 43e0056..a135eb7 100644
--- a/examples/echofastbin/pom.xml
+++ b/examples/echofastbin/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.examples</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.aries.rsa.examples</groupId>
     <artifactId>org.apache.aries.rsa.examples.echofastbin</artifactId>
diff --git a/examples/echotcp/api/pom.xml b/examples/echotcp/api/pom.xml
index 5294241..fc3e58d 100644
--- a/examples/echotcp/api/pom.xml
+++ b/examples/echotcp/api/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.aries.rsa.examples</groupId>
     <artifactId>org.apache.aries.rsa.examples.echotcp</artifactId>
-    <version>1.14.0</version>
+    <version>1.15.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.aries.rsa.examples.echotcp</groupId>
diff --git a/examples/echotcp/consumer/pom.xml b/examples/echotcp/consumer/pom.xml
index f431171..d51d92d 100644
--- a/examples/echotcp/consumer/pom.xml
+++ b/examples/echotcp/consumer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.rsa.examples</groupId>
         <artifactId>org.apache.aries.rsa.examples.echotcp</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.aries.rsa.examples.echotcp</groupId>
diff --git a/examples/echotcp/pom.xml b/examples/echotcp/pom.xml
index 9f0e9a7..185049f 100644
--- a/examples/echotcp/pom.xml
+++ b/examples/echotcp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.examples</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.aries.rsa.examples</groupId>
     <artifactId>org.apache.aries.rsa.examples.echotcp</artifactId>
diff --git a/examples/echotcp/service/pom.xml b/examples/echotcp/service/pom.xml
index 5aa8edc..58352b1 100644
--- a/examples/echotcp/service/pom.xml
+++ b/examples/echotcp/service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.rsa.examples</groupId>
         <artifactId>org.apache.aries.rsa.examples.echotcp</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.aries.rsa.examples.echotcp</groupId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 64db1e5..4615203 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,7 +24,7 @@
     <parent>
       <groupId>org.apache.aries.rsa</groupId>
       <artifactId>org.apache.aries.rsa.parent</artifactId>
-      <version>1.14.0</version>
+      <version>1.15.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/features/pom.xml b/features/pom.xml
index 044a541..3badfe2 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/itests/felix/pom.xml b/itests/felix/pom.xml
index 1ff86d1..04b8dbc 100644
--- a/itests/felix/pom.xml
+++ b/itests/felix/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.itests</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/itests/pom.xml b/itests/pom.xml
index 2d926f6..b02256d 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 11f6e4b..b7c12d6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.main</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 70fa306..0c69766 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,14 +29,14 @@
 
     <groupId>org.apache.aries.rsa</groupId>
     <artifactId>org.apache.aries.rsa.main</artifactId>
-    <version>1.14.0</version>
+    <version>1.15.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Aries Remote Service Admin Main</name>
 
     <scm>
         <connection>scm:git:git@github.com:apache/aries-rsa.git</connection>
         <developerConnection>scm:git:git@github.com:apache/aries-rsa.git</developerConnection>
-        <tag>org.apache.aries.rsa-1.14.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <issueManagement>
diff --git a/provider/fastbin/pom.xml b/provider/fastbin/pom.xml
index c12b8bf..70f8579 100644
--- a/provider/fastbin/pom.xml
+++ b/provider/fastbin/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/provider/pom.xml b/provider/pom.xml
index 7a2e3b9..888ac83 100644
--- a/provider/pom.xml
+++ b/provider/pom.xml
@@ -24,7 +24,7 @@
     <parent>
       <groupId>org.apache.aries.rsa</groupId>
       <artifactId>org.apache.aries.rsa.parent</artifactId>
-      <version>1.14.0</version>
+      <version>1.15.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/provider/tcp/pom.xml b/provider/tcp/pom.xml
index 41715a7..c8abc67 100644
--- a/provider/tcp/pom.xml
+++ b/provider/tcp/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.rsa</groupId>
 		<artifactId>org.apache.aries.rsa.parent</artifactId>
-		<version>1.14.0</version>
+		<version>1.15.0-SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 
diff --git a/repository/pom.xml b/repository/pom.xml
index 4bcb6f4..986bc55 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>repository</artifactId>
diff --git a/rsa/pom.xml b/rsa/pom.xml
index 9895c00..85da581 100644
--- a/rsa/pom.xml
+++ b/rsa/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.aries.rsa.core</artifactId>
diff --git a/spi/pom.xml b/spi/pom.xml
index 80c0341..47b1ddd 100644
--- a/spi/pom.xml
+++ b/spi/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.aries.rsa.spi</artifactId>
diff --git a/topology-manager/pom.xml b/topology-manager/pom.xml
index 4ececd8..d731e70 100644
--- a/topology-manager/pom.xml
+++ b/topology-manager/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>