Repository: aries-rsa Updated Branches: refs/heads/master 9a68f12a2 -> 2d0c7b995
[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/2d0c7b99 Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/2d0c7b99 Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/2d0c7b99 Branch: refs/heads/master Commit: 2d0c7b9958ad518dad751b394224c5f5c6df5bc7 Parents: 9a68f12 Author: Christian Schneider <[email protected]> Authored: Thu Apr 26 18:57:38 2018 +0200 Committer: Christian Schneider <[email protected]> Committed: Thu Apr 26 18:57:38 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 | 4 ++-- provider/pom.xml | 2 +- provider/tcp/pom.xml | 5 ++--- repository/pom.xml | 2 +- rsa/pom.xml | 2 +- spi/pom.xml | 2 +- topology-manager/pom.xml | 2 +- 27 files changed, 30 insertions(+), 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2d0c7b99/discovery/command/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/command/pom.xml b/discovery/command/pom.xml index f2fde24..cc1b17d 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.12.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2d0c7b99/discovery/config/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/config/pom.xml b/discovery/config/pom.xml index 4df4e21..5abf696 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.12.0</version> </parent> <groupId>org.apache.aries.rsa.discovery</groupId> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2d0c7b99/discovery/local/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/local/pom.xml b/discovery/local/pom.xml index 7ec7cd1..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.12.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/2d0c7b99/discovery/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/pom.xml b/discovery/pom.xml index 75dc403..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.12.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/2d0c7b99/discovery/zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/zookeeper/pom.xml b/discovery/zookeeper/pom.xml index 655b86a..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.12.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/2d0c7b99/eapub/pom.xml ---------------------------------------------------------------------- diff --git a/eapub/pom.xml b/eapub/pom.xml index 8099a12..b5c2007 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.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/2d0c7b99/examples/echofastbin/fbapi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echofastbin/fbapi/pom.xml b/examples/echofastbin/fbapi/pom.xml index 61bd816..caf173f 100644 --- a/examples/echofastbin/fbapi/pom.xml +++ b/examples/echofastbin/fbapi/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.aries.rsa.examples</groupId> <artifactId>org.apache.aries.rsa.examples.echofastbin</artifactId> - <version>1.12.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/2d0c7b99/examples/echofastbin/fbconsumer/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echofastbin/fbconsumer/pom.xml b/examples/echofastbin/fbconsumer/pom.xml index c218040..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.12.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/2d0c7b99/examples/echofastbin/fbservice/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echofastbin/fbservice/pom.xml b/examples/echofastbin/fbservice/pom.xml index 6d4b476..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.12.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/2d0c7b99/examples/echofastbin/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echofastbin/pom.xml b/examples/echofastbin/pom.xml index 5049a84..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.12.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/2d0c7b99/examples/echotcp/api/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/api/pom.xml b/examples/echotcp/api/pom.xml index a4caf25..83e4191 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.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/2d0c7b99/examples/echotcp/consumer/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/consumer/pom.xml b/examples/echotcp/consumer/pom.xml index 8a9a9b2..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.12.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/2d0c7b99/examples/echotcp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/pom.xml b/examples/echotcp/pom.xml index eb91144..f9e7482 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.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/2d0c7b99/examples/echotcp/service/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/service/pom.xml b/examples/echotcp/service/pom.xml index ebdd5d1..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.12.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/2d0c7b99/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 1afc27d..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.12.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/2d0c7b99/features/pom.xml ---------------------------------------------------------------------- diff --git a/features/pom.xml b/features/pom.xml index 69409ff..9ce17df 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.12.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2d0c7b99/itests/felix/pom.xml ---------------------------------------------------------------------- diff --git a/itests/felix/pom.xml b/itests/felix/pom.xml index 482a9d6..0b333a0 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.12.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2d0c7b99/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 900243d..7245587 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.12.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2d0c7b99/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index e86cafc..668c709 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.12.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2d0c7b99/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b797312..97fb6c7 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.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/2d0c7b99/provider/fastbin/pom.xml ---------------------------------------------------------------------- diff --git a/provider/fastbin/pom.xml b/provider/fastbin/pom.xml index 4b273bf..2ab37a7 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.12.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> @@ -123,7 +123,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2d0c7b99/provider/pom.xml ---------------------------------------------------------------------- diff --git a/provider/pom.xml b/provider/pom.xml index 29dfa23..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.12.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/2d0c7b99/provider/tcp/pom.xml ---------------------------------------------------------------------- diff --git a/provider/tcp/pom.xml b/provider/tcp/pom.xml index 072fc25..f0edad6 100644 --- a/provider/tcp/pom.xml +++ b/provider/tcp/pom.xml @@ -1,10 +1,9 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.aries.rsa</groupId> <artifactId>org.apache.aries.rsa.parent</artifactId> - <version>1.12.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/2d0c7b99/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index 36c66ac..28a8470 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.12.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>repository</artifactId> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/2d0c7b99/rsa/pom.xml ---------------------------------------------------------------------- diff --git a/rsa/pom.xml b/rsa/pom.xml index 91906eb..f65283a 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.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/2d0c7b99/spi/pom.xml ---------------------------------------------------------------------- diff --git a/spi/pom.xml b/spi/pom.xml index b66c259..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.12.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/2d0c7b99/topology-manager/pom.xml ---------------------------------------------------------------------- diff --git a/topology-manager/pom.xml b/topology-manager/pom.xml index 43a0582..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.12.0-SNAPSHOT</version> + <version>1.12.0</version> <relativePath>../parent/pom.xml</relativePath> </parent>
