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 2016/03/30 13:05:34 UTC

aries-rsa git commit: [maven-release-plugin] prepare for next development iteration

Repository: aries-rsa
Updated Branches:
  refs/heads/master b87615e27 -> d50f914f4


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


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/d50f914f
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/d50f914f
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/d50f914f

Branch: refs/heads/master
Commit: d50f914f49f662d9100ff6ea39d643676e79b344
Parents: b87615e
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Wed Mar 30 13:05:31 2016 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Wed Mar 30 13:05:31 2016 +0200

----------------------------------------------------------------------
 discovery/local/pom.xml           | 2 +-
 discovery/pom.xml                 | 2 +-
 discovery/zookeeper/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                    | 7 +------
 pom.xml                           | 4 ++--
 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 +-
 19 files changed, 20 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/discovery/local/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/local/pom.xml b/discovery/local/pom.xml
index 64527eb..4522be1 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.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/discovery/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/pom.xml b/discovery/pom.xml
index 0ce67e3..cf9ecab 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.8.0</version>
+      <version>1.9-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/discovery/zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/zookeeper/pom.xml b/discovery/zookeeper/pom.xml
index e5c8bdf..dc23434 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.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/examples/echotcp/api/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/api/pom.xml b/examples/echotcp/api/pom.xml
index 683d6cd..089fa1a 100644
--- a/examples/echotcp/api/pom.xml
+++ b/examples/echotcp/api/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.aries.rsa.examples</groupId>
     <artifactId>org.apache.aries.rsa.examples.echotcp</artifactId>
-    <version>1.8.0</version>
+    <version>1.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.aries.rsa.examples.echotcp</groupId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/examples/echotcp/consumer/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/consumer/pom.xml b/examples/echotcp/consumer/pom.xml
index ac54868..3bf73c5 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.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.aries.rsa.examples.echotcp</groupId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/examples/echotcp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/pom.xml b/examples/echotcp/pom.xml
index f695aa5..f9f02f7 100644
--- a/examples/echotcp/pom.xml
+++ b/examples/echotcp/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.examples</artifactId>
-        <version>1.8.0</version>
+        <version>1.9-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.aries.rsa.examples</groupId>
     <artifactId>org.apache.aries.rsa.examples.echotcp</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/examples/echotcp/service/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/service/pom.xml b/examples/echotcp/service/pom.xml
index 5e1204d..1212766 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.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.aries.rsa.examples.echotcp</groupId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index e0ec0d7..2dc9702 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.8.0</version>
+      <version>1.9-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/features/pom.xml
----------------------------------------------------------------------
diff --git a/features/pom.xml b/features/pom.xml
index 0a0bb43..12cbbaa 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/itests/felix/pom.xml
----------------------------------------------------------------------
diff --git a/itests/felix/pom.xml b/itests/felix/pom.xml
index 9509482..ae15fe7 100644
--- a/itests/felix/pom.xml
+++ b/itests/felix/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.itests</artifactId>
-        <version>1.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index c1de7dc..59ba1e9 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 46038e8..864ccbf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -21,7 +21,7 @@
 
     <groupId>org.apache.aries.rsa</groupId>
     <artifactId>org.apache.aries.rsa.parent</artifactId>
-    <version>1.8.0</version>
+    <version>1.9-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Aries Remote Service Admin Parent</name>
 
@@ -253,9 +253,4 @@
             </releases>
         </pluginRepository>
     </pluginRepositories>
-
-
-  <scm>
-    <tag>org.apache.aries.rsa-1.8.0</tag>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1df3714..50a9476 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.rsa</groupId>
     <artifactId>org.apache.aries.rsa.main</artifactId>
-    <version>1.8.0</version>
+    <version>1.9-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>Aries Remote Service Admin Main</name>
@@ -29,7 +29,7 @@
     <scm>
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/aries-rsa.git</connection>
         <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/aries-rsa.git</developerConnection>
-        <tag>org.apache.aries.rsa-1.8.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <issueManagement>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/provider/pom.xml
----------------------------------------------------------------------
diff --git a/provider/pom.xml b/provider/pom.xml
index f15dd8f..fb6a769 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.8.0</version>
+      <version>1.9-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/provider/tcp/pom.xml
----------------------------------------------------------------------
diff --git a/provider/tcp/pom.xml b/provider/tcp/pom.xml
index 86f25bb..14aad65 100644
--- a/provider/tcp/pom.xml
+++ b/provider/tcp/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index c86bcdf..281de19 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>repository</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/rsa/pom.xml
----------------------------------------------------------------------
diff --git a/rsa/pom.xml b/rsa/pom.xml
index c435cf5..429bf7f 100644
--- a/rsa/pom.xml
+++ b/rsa/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.aries.rsa.core</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/spi/pom.xml
----------------------------------------------------------------------
diff --git a/spi/pom.xml b/spi/pom.xml
index 43b2eb7..f3891c0 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.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.aries.rsa.spi</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/d50f914f/topology-manager/pom.xml
----------------------------------------------------------------------
diff --git a/topology-manager/pom.xml b/topology-manager/pom.xml
index e3b8ccd..5032e7c 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.8.0</version>
+        <version>1.9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>