Repository: incubator-tamaya Updated Branches: refs/heads/master 0ebb2d69c -> 0402fd349
Set version information to the next development version. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/0402fd34 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/0402fd34 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/0402fd34 Branch: refs/heads/master Commit: 0402fd349e7d38f7397ca7a5618b4e93e2846192 Parents: 0ebb2d6 Author: Oliver B. Fischer <[email protected]> Authored: Mon Jun 5 16:23:56 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Mon Jun 5 16:23:56 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/0402fd34/buildconfigurations/pom.xml ---------------------------------------------------------------------- diff --git a/buildconfigurations/pom.xml b/buildconfigurations/pom.xml index 3dcd579..ac695e5 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</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <artifactId>buildconfigurations</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0402fd34/code/api/pom.xml ---------------------------------------------------------------------- diff --git a/code/api/pom.xml b/code/api/pom.xml index 2af6ee1..d37ba4a 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</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <artifactId>tamaya-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0402fd34/code/core/pom.xml ---------------------------------------------------------------------- diff --git a/code/core/pom.xml b/code/core/pom.xml index 147082f..295b521 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</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <artifactId>tamaya-core</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0402fd34/code/pom.xml ---------------------------------------------------------------------- diff --git a/code/pom.xml b/code/pom.xml index c02fee1..aba365b 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</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <artifactId>tamaya-code</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0402fd34/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 56fbe8e..ed78530 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</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <artifactId>tamaya-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0402fd34/examples/01-minimal/pom.xml ---------------------------------------------------------------------- diff --git a/examples/01-minimal/pom.xml b/examples/01-minimal/pom.xml index 52a1b32..e1d8a71 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</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.tamaya.examples</groupId> <artifactId>01-minimal</artifactId> - <version>0.3-incubating</version> + <version>0.4-incubating-SNAPSHOT</version> <name>Apache Tamaya Minimal Example</name> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0402fd34/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 fc664b2..4fe43b4 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</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <artifactId>02-custom-property-source</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0402fd34/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 9372266..0a2e67f 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</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.tamaya.examples</groupId> <artifactId>examples</artifactId> - <version>0.3-incubating</version> + <version>0.4-incubating-SNAPSHOT</version> <name>Apache Tamaya Core Examples</name> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0402fd34/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fcb62cb..c9cba10 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</version> + <version>0.4-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Tamaya Base</name>
