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 2017/07/01 12:21:22 UTC

[1/3] aries-rsa git commit: Update indexer plugin version

Repository: aries-rsa
Updated Branches:
  refs/heads/master bbec05093 -> 1474387eb


Update indexer plugin version


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

Branch: refs/heads/master
Commit: 078b04b486e22509caa0d7c3d05699116212ec98
Parents: bbec050
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Sat Jul 1 14:12:27 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Sat Jul 1 14:12:27 2017 +0200

----------------------------------------------------------------------
 repository/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/078b04b4/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index 6244f7b..854c012 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -37,7 +37,7 @@
             <plugin>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-indexer-maven-plugin</artifactId>
-                <version>3.1.0</version>
+                <version>3.3.0</version>
                 <configuration>
                     <localURLs>${local.url.policy}</localURLs>
                     <includeTransitive>true</includeTransitive>


[2/3] aries-rsa git commit: Remove indexer plugin as it breaks release builds

Posted by cs...@apache.org.
Remove indexer plugin as it breaks release builds


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

Branch: refs/heads/master
Commit: ab30c32c932da745a59ff3a0f29df380bbdfa0dc
Parents: 078b04b
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Sat Jul 1 14:18:00 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Sat Jul 1 14:18:00 2017 +0200

----------------------------------------------------------------------
 repository/pom.xml | 47 -----------------------------------------------
 1 file changed, 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/ab30c32c/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index 854c012..36c66ac 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -9,53 +9,6 @@
     <artifactId>repository</artifactId>
     <packaging>pom</packaging>
     <name>Aries Remote Service Admin Repository</name>
-    <properties>
-        <local.url.policy>REQUIRED</local.url.policy>
-    </properties>
-    <profiles>
-        <profile>
-            <id>RunningInCI</id>
-            <activation>
-                <property>
-                    <name>running.in.ci</name>
-                    <value>true</value>
-                </property>
-            </activation>
-            <properties>
-                <local.url.policy>FORBIDDEN</local.url.policy>
-            </properties>
-        </profile>
-        <profile>
-            <id>apache-release</id>
-            <properties>
-                <local.url.policy>FORBIDDEN</local.url.policy>
-            </properties>
-        </profile>
-    </profiles>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>biz.aQute.bnd</groupId>
-                <artifactId>bnd-indexer-maven-plugin</artifactId>
-                <version>3.3.0</version>
-                <configuration>
-                    <localURLs>${local.url.policy}</localURLs>
-                    <includeTransitive>true</includeTransitive>
-                    <scopes>
-                        <scope>runtime</scope>
-                    </scopes>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>index</id>
-                        <goals>
-                            <goal>index</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
     <dependencies>
         <dependency>
             <groupId>org.apache.aries.rsa</groupId>


[3/3] aries-rsa git commit: [maven-release-plugin] prepare release org.apache.aries.rsa-1.11.0

Posted by cs...@apache.org.
[maven-release-plugin] prepare release org.apache.aries.rsa-1.11.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/1474387e
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/1474387e
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/1474387e

Branch: refs/heads/master
Commit: 1474387eb66356dfcc1279f0cb96a6fbc346fcc9
Parents: ab30c32
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Sat Jul 1 14:21:18 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Sat Jul 1 14:21:18 2017 +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/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 +-
 23 files changed, 24 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/discovery/command/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/command/pom.xml b/discovery/command/pom.xml
index f2fde24..887c68d 100644
--- a/discovery/command/pom.xml
+++ b/discovery/command/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/discovery/config/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/config/pom.xml b/discovery/config/pom.xml
index 4df4e21..7858c8a 100644
--- a/discovery/config/pom.xml
+++ b/discovery/config/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.discovery</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
     </parent>
 
     <groupId>org.apache.aries.rsa.discovery</groupId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/discovery/local/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/local/pom.xml b/discovery/local/pom.xml
index 7ec7cd1..3402634 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.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/discovery/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/pom.xml b/discovery/pom.xml
index 75dc403..4c63ca1 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.12.0-SNAPSHOT</version>
+      <version>1.11.0</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/discovery/zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/discovery/zookeeper/pom.xml b/discovery/zookeeper/pom.xml
index d739c25..9562cfc 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.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/eapub/pom.xml
----------------------------------------------------------------------
diff --git a/eapub/pom.xml b/eapub/pom.xml
index 8099a12..cbaaeaf 100644
--- a/eapub/pom.xml
+++ b/eapub/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
+        <version>1.11.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/1474387e/examples/echotcp/api/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/api/pom.xml b/examples/echotcp/api/pom.xml
index a4caf25..4a3b2d2 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.12.0-SNAPSHOT</version>
+    <version>1.11.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/1474387e/examples/echotcp/consumer/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/consumer/pom.xml b/examples/echotcp/consumer/pom.xml
index 8a9a9b2..77f240e 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.12.0-SNAPSHOT</version>
+        <version>1.11.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/1474387e/examples/echotcp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/pom.xml b/examples/echotcp/pom.xml
index 5cef8b0..44ad709 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.12.0-SNAPSHOT</version>
+        <version>1.11.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/1474387e/examples/echotcp/service/pom.xml
----------------------------------------------------------------------
diff --git a/examples/echotcp/service/pom.xml b/examples/echotcp/service/pom.xml
index ebdd5d1..d855290 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.12.0-SNAPSHOT</version>
+        <version>1.11.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/1474387e/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index c074c15..c2ae904 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.12.0-SNAPSHOT</version>
+      <version>1.11.0</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/features/pom.xml
----------------------------------------------------------------------
diff --git a/features/pom.xml b/features/pom.xml
index 492d26e..e05faf1 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.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/itests/felix/pom.xml
----------------------------------------------------------------------
diff --git a/itests/felix/pom.xml b/itests/felix/pom.xml
index 594d46f..812019c 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.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 900243d..f888c35 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.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index c13180f..ca3b7ad 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.main</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3d3e93c..24cebb3 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.12.0-SNAPSHOT</version>
+    <version>1.11.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.11.0</tag>
     </scm>
 
     <issueManagement>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/provider/fastbin/pom.xml
----------------------------------------------------------------------
diff --git a/provider/fastbin/pom.xml b/provider/fastbin/pom.xml
index b6a2be1..ff6b006 100644
--- a/provider/fastbin/pom.xml
+++ b/provider/fastbin/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/provider/pom.xml
----------------------------------------------------------------------
diff --git a/provider/pom.xml b/provider/pom.xml
index 29dfa23..1146cf4 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.12.0-SNAPSHOT</version>
+      <version>1.11.0</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/provider/tcp/pom.xml
----------------------------------------------------------------------
diff --git a/provider/tcp/pom.xml b/provider/tcp/pom.xml
index a903860..db6b641 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.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index 36c66ac..c3d8409 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.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>repository</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/1474387e/rsa/pom.xml
----------------------------------------------------------------------
diff --git a/rsa/pom.xml b/rsa/pom.xml
index 91906eb..4360842 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.12.0-SNAPSHOT</version>
+        <version>1.11.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/1474387e/spi/pom.xml
----------------------------------------------------------------------
diff --git a/spi/pom.xml b/spi/pom.xml
index b66c259..d8f94fb 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.12.0-SNAPSHOT</version>
+        <version>1.11.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/1474387e/topology-manager/pom.xml
----------------------------------------------------------------------
diff --git a/topology-manager/pom.xml b/topology-manager/pom.xml
index cc63441..3e0ddb5 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.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>