Repository: aries-rsa Updated Branches: refs/heads/master 60b09c81a -> 6a0d72e13
[maven-release-plugin] prepare release org.apache.aries.rsa-1.10.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/6a0d72e1 Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/6a0d72e1 Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/6a0d72e1 Branch: refs/heads/master Commit: 6a0d72e13e5f50c23a0ac50b982fc946def92901 Parents: 60b09c8 Author: Christian Schneider <[email protected]> Authored: Wed Feb 22 11:06:32 2017 +0100 Committer: Christian Schneider <[email protected]> Committed: Wed Feb 22 11:06:32 2017 +0100 ---------------------------------------------------------------------- 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/6a0d72e1/discovery/command/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/command/pom.xml b/discovery/command/pom.xml index 7c590a4..af1c3d4 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/discovery/config/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/config/pom.xml b/discovery/config/pom.xml index a96f9a8..4150366 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> </parent> <groupId>org.apache.aries.rsa.discovery</groupId> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/discovery/local/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/local/pom.xml b/discovery/local/pom.xml index 0244147..ded7d2e 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/discovery/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/pom.xml b/discovery/pom.xml index 6d0abc9..96a0f60 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/discovery/zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/zookeeper/pom.xml b/discovery/zookeeper/pom.xml index 2ffc51a..2badbb1 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/eapub/pom.xml ---------------------------------------------------------------------- diff --git a/eapub/pom.xml b/eapub/pom.xml index b6ee866..6ecc077 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.11.0-SNAPSHOT</version> + <version>1.10.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/6a0d72e1/examples/echotcp/api/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/api/pom.xml b/examples/echotcp/api/pom.xml index 5148c7b..fed4fa2 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.11.0-SNAPSHOT</version> + <version>1.10.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/6a0d72e1/examples/echotcp/consumer/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/consumer/pom.xml b/examples/echotcp/consumer/pom.xml index 7aac4ed..166d2d2 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.11.0-SNAPSHOT</version> + <version>1.10.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/6a0d72e1/examples/echotcp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/pom.xml b/examples/echotcp/pom.xml index 8748246..61c67f4 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.11.0-SNAPSHOT</version> + <version>1.10.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/6a0d72e1/examples/echotcp/service/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/service/pom.xml b/examples/echotcp/service/pom.xml index 0e67e48..9d0a76a 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.11.0-SNAPSHOT</version> + <version>1.10.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/6a0d72e1/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 450f4f0..9d0f99e 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/features/pom.xml ---------------------------------------------------------------------- diff --git a/features/pom.xml b/features/pom.xml index 4650872..560c321 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/itests/felix/pom.xml ---------------------------------------------------------------------- diff --git a/itests/felix/pom.xml b/itests/felix/pom.xml index adf5cbe..799c696 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index bb915ef..eea535f 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index c751153..92980c8 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8211ccf..e26ecf2 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.11.0-SNAPSHOT</version> + <version>1.10.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.10.0</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/provider/fastbin/pom.xml ---------------------------------------------------------------------- diff --git a/provider/fastbin/pom.xml b/provider/fastbin/pom.xml index 47168db..55e4d12 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/provider/pom.xml ---------------------------------------------------------------------- diff --git a/provider/pom.xml b/provider/pom.xml index 42e61da..f89d13d 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/provider/tcp/pom.xml ---------------------------------------------------------------------- diff --git a/provider/tcp/pom.xml b/provider/tcp/pom.xml index eeadba9..b0ca1f0 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index 5953bc1..72e843b 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>repository</artifactId> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/6a0d72e1/rsa/pom.xml ---------------------------------------------------------------------- diff --git a/rsa/pom.xml b/rsa/pom.xml index c17cd4e..35f1fa1 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.11.0-SNAPSHOT</version> + <version>1.10.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/6a0d72e1/spi/pom.xml ---------------------------------------------------------------------- diff --git a/spi/pom.xml b/spi/pom.xml index 8acc886..3a1830a 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.11.0-SNAPSHOT</version> + <version>1.10.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/6a0d72e1/topology-manager/pom.xml ---------------------------------------------------------------------- diff --git a/topology-manager/pom.xml b/topology-manager/pom.xml index 81c8ec5..72310a4 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.11.0-SNAPSHOT</version> + <version>1.10.0</version> <relativePath>../parent/pom.xml</relativePath> </parent>
