Repository: aries-rsa Updated Branches: refs/heads/master 473ee5628 -> fe14770a7
[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/fe14770a Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/fe14770a Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/fe14770a Branch: refs/heads/master Commit: fe14770a79fcb66b48809b9de0f4138510f16837 Parents: 473ee56 Author: Christian Schneider <[email protected]> Authored: Wed Jul 6 15:17:00 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Wed Jul 6 15:17:00 2016 +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 | 6 +----- 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(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/discovery/command/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/command/pom.xml b/discovery/command/pom.xml index 80d490e..389e6f2 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/discovery/config/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/config/pom.xml b/discovery/config/pom.xml index 7905a04..26ada7c 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.9.0</version> + <version>1.10-SNAPSHOT</version> </parent> <groupId>org.apache.aries.rsa.discovery</groupId> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/discovery/local/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/local/pom.xml b/discovery/local/pom.xml index 5c09d59..e8ad19d 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/discovery/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/pom.xml b/discovery/pom.xml index be47910..8cfe880 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/discovery/zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/discovery/zookeeper/pom.xml b/discovery/zookeeper/pom.xml index c594a4a..283d890 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/eapub/pom.xml ---------------------------------------------------------------------- diff --git a/eapub/pom.xml b/eapub/pom.xml index ef265ab..9e60751 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.9.0</version> + <version>1.10-SNAPSHOT</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/fe14770a/examples/echotcp/api/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/api/pom.xml b/examples/echotcp/api/pom.xml index 8079c98..749c5e2 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.9.0</version> + <version>1.10-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/fe14770a/examples/echotcp/consumer/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/consumer/pom.xml b/examples/echotcp/consumer/pom.xml index 9017f42..a820ee7 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.9.0</version> + <version>1.10-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/fe14770a/examples/echotcp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/pom.xml b/examples/echotcp/pom.xml index 4fed514..ff5cd8c 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.9.0</version> + <version>1.10-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/fe14770a/examples/echotcp/service/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echotcp/service/pom.xml b/examples/echotcp/service/pom.xml index 4937d30..81bd22e 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.9.0</version> + <version>1.10-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/fe14770a/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 0bf1126..fc3e947 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/features/pom.xml ---------------------------------------------------------------------- diff --git a/features/pom.xml b/features/pom.xml index dd7fb23..9bf5440 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/itests/felix/pom.xml ---------------------------------------------------------------------- diff --git a/itests/felix/pom.xml b/itests/felix/pom.xml index 1132895..024652a 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 745ffe7..f5763f0 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ccd999d..f6d9104 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.9.0</version> + <version>1.10-SNAPSHOT</version> <packaging>pom</packaging> <name>Aries Remote Service Admin Parent</name> @@ -310,8 +310,4 @@ </build> </profile> </profiles> - - <scm> - <tag>org.apache.aries.rsa-1.9.0</tag> - </scm> </project> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4efc68f..ecbb9cd 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.aries.rsa</groupId> <artifactId>org.apache.aries.rsa.parent</artifactId> - <version>1.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>parent/pom.xml</relativePath> </parent> @@ -34,7 +34,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.9.0</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/provider/fastbin/pom.xml ---------------------------------------------------------------------- diff --git a/provider/fastbin/pom.xml b/provider/fastbin/pom.xml index 86224f1..59e5417 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/provider/pom.xml ---------------------------------------------------------------------- diff --git a/provider/pom.xml b/provider/pom.xml index 51fee04..63694f7 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/provider/tcp/pom.xml ---------------------------------------------------------------------- diff --git a/provider/tcp/pom.xml b/provider/tcp/pom.xml index d542e9c..c429e02 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/repository/pom.xml ---------------------------------------------------------------------- diff --git a/repository/pom.xml b/repository/pom.xml index 141fe08..4db1e91 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>repository</artifactId> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/fe14770a/rsa/pom.xml ---------------------------------------------------------------------- diff --git a/rsa/pom.xml b/rsa/pom.xml index 9dfe895..aa632d8 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.9.0</version> + <version>1.10-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/fe14770a/spi/pom.xml ---------------------------------------------------------------------- diff --git a/spi/pom.xml b/spi/pom.xml index 58748a7..bf364aa 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.9.0</version> + <version>1.10-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/fe14770a/topology-manager/pom.xml ---------------------------------------------------------------------- diff --git a/topology-manager/pom.xml b/topology-manager/pom.xml index e1e5d64..ed26eb9 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.9.0</version> + <version>1.10-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent>
