You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2017/08/13 00:10:06 UTC

[1/2] incubator-tamaya git commit: Set version to 0.4-incubating-SNAPSHOT for the next development version.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 0402fd349 -> 91c8eb438


Set version to 0.4-incubating-SNAPSHOT for 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/77933f55
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/77933f55
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/77933f55

Branch: refs/heads/master
Commit: 77933f5516d6fcf6d3c1a92b960d9fbda3ac0d42
Parents: 0ebb2d6
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Aug 13 02:08:38 2017 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Aug 13 02:08:38 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/77933f55/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/77933f55/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/77933f55/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/77933f55/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/77933f55/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/77933f55/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/77933f55/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/77933f55/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/77933f55/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>


[2/2] incubator-tamaya git commit: Merge branch 'release-0.3-incubating'

Posted by pl...@apache.org.
Merge branch 'release-0.3-incubating'


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/91c8eb43
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/91c8eb43
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/91c8eb43

Branch: refs/heads/master
Commit: 91c8eb438e775bc0488cd9895f1238f346e8c835
Parents: 0402fd3 77933f5
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Aug 13 02:09:36 2017 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Aug 13 02:09:36 2017 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------