Repository: aries-rsa
Updated Branches:
  refs/heads/master 1107ed541 -> 8badb18bc


[maven-release-plugin] prepare release org.apache.aries.rsa-1.12.0


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

Branch: refs/heads/master
Commit: 8badb18bc18e88215eeccbfad64155c0d8a96c21
Parents: 1107ed5
Author: Christian Schneider <cschn...@adobe.com>
Authored: Mon Apr 30 14:21:57 2018 +0200
Committer: Christian Schneider <cschn...@adobe.com>
Committed: Mon Apr 30 14:21:57 2018 +0200

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/discovery/command/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/command/pom.xml b/discovery/command/pom.xml
index 1faea67..0e1033c 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/discovery/config/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/config/pom.xml b/discovery/config/pom.xml
index 0bf672e..271d8e5 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
     </parent>
 
     <groupId>org.apache.aries.rsa.discovery</groupId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/discovery/local/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/local/pom.xml b/discovery/local/pom.xml
index b58cdf1..a9de585 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/discovery/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/pom.xml b/discovery/pom.xml
index e12c770..c1dff66 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.13.0-SNAPSHOT</version>
+      <version>1.12.0</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/discovery/zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/zookeeper/pom.xml b/discovery/zookeeper/pom.xml
index b9f9e93..c5665a7 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/eapub/pom.xml
----------------------------------------------------------------------
diff --git a/eapub/pom.xml b/eapub/pom.xml
index 9c39fb4..4cefa0a 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.aries.rsa.eapub</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/examples/echofastbin/fbapi/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echofastbin/fbapi/pom.xml 
b/examples/echofastbin/fbapi/pom.xml
index 6b2dca4..13a6ddb 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.13.0-SNAPSHOT</version>
+    <version>1.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.aries.rsa.examples.echofastbin</groupId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/examples/echofastbin/fbconsumer/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echofastbin/fbconsumer/pom.xml 
b/examples/echofastbin/fbconsumer/pom.xml
index 2d08752..10d2782 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.aries.rsa.examples.echofastbin</groupId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/examples/echofastbin/fbservice/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echofastbin/fbservice/pom.xml 
b/examples/echofastbin/fbservice/pom.xml
index 51c6fe3..484865b 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.aries.rsa.examples.echofastbin</groupId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/examples/echofastbin/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echofastbin/pom.xml b/examples/echofastbin/pom.xml
index 365ba07..d768c2a 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
     </parent>
     <groupId>org.apache.aries.rsa.examples</groupId>
     <artifactId>org.apache.aries.rsa.examples.echofastbin</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/examples/echotcp/api/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/api/pom.xml b/examples/echotcp/api/pom.xml
index a43e123..317726a 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.13.0-SNAPSHOT</version>
+    <version>1.12.0</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/8badb18b/examples/echotcp/consumer/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/consumer/pom.xml 
b/examples/echotcp/consumer/pom.xml
index 9b64b42..05809c3 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</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/8badb18b/examples/echotcp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/pom.xml b/examples/echotcp/pom.xml
index c474e97..5c4897b 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</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/8badb18b/examples/echotcp/service/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/service/pom.xml b/examples/echotcp/service/pom.xml
index 826ce9a..88423e1 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</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/8badb18b/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 9798c6e..cc112bd 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.13.0-SNAPSHOT</version>
+      <version>1.12.0</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/features/pom.xml
----------------------------------------------------------------------
diff --git a/features/pom.xml b/features/pom.xml
index c79fbd3..a734e11 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/itests/felix/pom.xml
----------------------------------------------------------------------
diff --git a/itests/felix/pom.xml b/itests/felix/pom.xml
index 8e3843d..c0e4fae 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index cb58a72..da0c1b5 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 0ab3223..a66ab99 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 551c3ae..d1001ac 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.13.0-SNAPSHOT</version>
+    <version>1.12.0</version>
     <packaging>pom</packaging>
     <name>Aries Remote Service Admin Main</name>
 
     <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>HEAD</tag>
+        <tag>org.apache.aries.rsa-1.12.0</tag>
     </scm>
 
     <issueManagement>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/provider/fastbin/pom.xml
----------------------------------------------------------------------
diff --git a/provider/fastbin/pom.xml b/provider/fastbin/pom.xml
index e7b4126..caaa4c2 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/provider/pom.xml
----------------------------------------------------------------------
diff --git a/provider/pom.xml b/provider/pom.xml
index f26de46..2071c36 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.13.0-SNAPSHOT</version>
+      <version>1.12.0</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/provider/tcp/pom.xml
----------------------------------------------------------------------
diff --git a/provider/tcp/pom.xml b/provider/tcp/pom.xml
index f3d6f68..d6a5bab 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.13.0-SNAPSHOT</version>
+               <version>1.12.0</version>
                <relativePath>../../parent/pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index 377981e..e510cb2 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>repository</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/8badb18b/rsa/pom.xml
----------------------------------------------------------------------
diff --git a/rsa/pom.xml b/rsa/pom.xml
index e6ebb9c..498535c 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</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/8badb18b/spi/pom.xml
----------------------------------------------------------------------
diff --git a/spi/pom.xml b/spi/pom.xml
index 4eaef6b..d12ebe2 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</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/8badb18b/topology-manager/pom.xml
----------------------------------------------------------------------
diff --git a/topology-manager/pom.xml b/topology-manager/pom.xml
index 7fcd56d..185b7ec 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.13.0-SNAPSHOT</version>
+        <version>1.12.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Reply via email to