Repository: incubator-tamaya Updated Branches: refs/heads/vote-02-tamaya-0.3-incubating [created] 0ebb2d69c
Prepared the next release. Set the version to 0.3-incubating. This will be the second vote for this release. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/0ebb2d69 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/0ebb2d69 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/0ebb2d69 Branch: refs/heads/vote-02-tamaya-0.3-incubating Commit: 0ebb2d69cd88ed0c23abdcdb9714c889494e7b5a Parents: b391284 Author: Oliver B. Fischer <[email protected]> Authored: Thu May 25 20:32:19 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Thu May 25 20:32:19 2017 +0200 ---------------------------------------------------------------------- buildconfigurations/pom.xml | 2 +- code/api/pom.xml | 2 +- code/core/pom.xml | 2 +- code/pom.xml | 2 +- distribution/pom.xml | 2 +- examples/01-minimal/pom.xml | 4 ++-- examples/02-custom-property-source/pom.xml | 2 +- examples/pom.xml | 4 ++-- pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0ebb2d69/buildconfigurations/pom.xml ---------------------------------------------------------------------- diff --git a/buildconfigurations/pom.xml b/buildconfigurations/pom.xml index da51621..3dcd579 100644 --- a/buildconfigurations/pom.xml +++ b/buildconfigurations/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.tamaya</groupId> <artifactId>tamaya-all</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>buildconfigurations</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0ebb2d69/code/api/pom.xml ---------------------------------------------------------------------- diff --git a/code/api/pom.xml b/code/api/pom.xml index e9f2ad9..2af6ee1 100644 --- a/code/api/pom.xml +++ b/code/api/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.tamaya</groupId> <artifactId>tamaya-code</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>tamaya-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0ebb2d69/code/core/pom.xml ---------------------------------------------------------------------- diff --git a/code/core/pom.xml b/code/core/pom.xml index f9566c7..147082f 100644 --- a/code/core/pom.xml +++ b/code/core/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.tamaya</groupId> <artifactId>tamaya-code</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>tamaya-core</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0ebb2d69/code/pom.xml ---------------------------------------------------------------------- diff --git a/code/pom.xml b/code/pom.xml index 9d227bb..c02fee1 100644 --- a/code/pom.xml +++ b/code/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.tamaya</groupId> <artifactId>tamaya-all</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>tamaya-code</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0ebb2d69/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index fde9f87..56fbe8e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.tamaya</groupId> <artifactId>tamaya-all</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>tamaya-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0ebb2d69/examples/01-minimal/pom.xml ---------------------------------------------------------------------- diff --git a/examples/01-minimal/pom.xml b/examples/01-minimal/pom.xml index ee8844d..52a1b32 100644 --- a/examples/01-minimal/pom.xml +++ b/examples/01-minimal/pom.xml @@ -25,12 +25,12 @@ under the License. <parent> <groupId>org.apache.tamaya.examples</groupId> <artifactId>examples</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <groupId>org.apache.tamaya.examples</groupId> <artifactId>01-minimal</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <name>Apache Tamaya Minimal Example</name> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0ebb2d69/examples/02-custom-property-source/pom.xml ---------------------------------------------------------------------- diff --git a/examples/02-custom-property-source/pom.xml b/examples/02-custom-property-source/pom.xml index ce64331..fc664b2 100644 --- a/examples/02-custom-property-source/pom.xml +++ b/examples/02-custom-property-source/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.tamaya.examples</groupId> <artifactId>examples</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>02-custom-property-source</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0ebb2d69/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 06f5647..9372266 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -25,13 +25,13 @@ under the License. <parent> <groupId>org.apache.tamaya</groupId> <artifactId>tamaya-all</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <groupId>org.apache.tamaya.examples</groupId> <artifactId>examples</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <name>Apache Tamaya Core Examples</name> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0ebb2d69/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 636dea7..fcb62cb 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ </parent> <groupId>org.apache.tamaya</groupId> <artifactId>tamaya-all</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <packaging>pom</packaging> <name>Apache Tamaya Base</name>
