You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/09/22 20:05:19 UTC

[2/4] incubator-tamaya-sandbox git commit: TAMAYA-294: Update release version reference

TAMAYA-294: Update release version reference


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

Branch: refs/heads/master
Commit: cd70a9c3860722bdcbbf78c10776b0da05dbc4bf
Parents: 4bf921f
Author: Phil Ottlinger <po...@apache.org>
Authored: Fri Sep 22 21:56:20 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Fri Sep 22 21:56:20 2017 +0200

----------------------------------------------------------------------
 apache-commons/pom.xml      | 3 +--
 camel/pom.xml               | 3 +--
 configured-sysprops/pom.xml | 3 +--
 microprofile/pom.xml        | 3 +--
 osgi/common/pom.xml         | 2 +-
 osgi/karaf-features/pom.xml | 2 +-
 osgi/pom.xml                | 3 +--
 propertysources/pom.xml     | 3 +--
 remote/pom.xml              | 3 +--
 server/pom.xml              | 3 +--
 ui/base/pom.xml             | 3 +--
 ui/events/pom.xml           | 3 +--
 ui/mutableconfig/pom.xml    | 3 +--
 ui/pom.xml                  | 2 +-
 uom/pom.xml                 | 4 ++--
 usagetracker/pom.xml        | 5 ++---
 validation/pom.xml          | 5 ++---
 vertx/pom.xml               | 3 +--
 18 files changed, 21 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/apache-commons/pom.xml
----------------------------------------------------------------------
diff --git a/apache-commons/pom.xml b/apache-commons/pom.xml
index 8f4d945..e6097d7 100644
--- a/apache-commons/pom.xml
+++ b/apache-commons/pom.xml
@@ -23,8 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>tamaya-commons-config_beta</artifactId>
     <name>Apache Tamaya Modules - Apache Commons</name>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/camel/pom.xml
----------------------------------------------------------------------
diff --git a/camel/pom.xml b/camel/pom.xml
index 2dcdc60..a3831a8 100644
--- a/camel/pom.xml
+++ b/camel/pom.xml
@@ -22,8 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-camel_beta</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/configured-sysprops/pom.xml
----------------------------------------------------------------------
diff --git a/configured-sysprops/pom.xml b/configured-sysprops/pom.xml
index 884007f..283e349 100644
--- a/configured-sysprops/pom.xml
+++ b/configured-sysprops/pom.xml
@@ -23,8 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>tamaya-sysprops_beta</artifactId>
     <name>Apache Tamaya Modules - Configured System Properties</name>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/microprofile/pom.xml
----------------------------------------------------------------------
diff --git a/microprofile/pom.xml b/microprofile/pom.xml
index 1b5d808..aadfab7 100644
--- a/microprofile/pom.xml
+++ b/microprofile/pom.xml
@@ -22,8 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-microprofile_alpha</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/osgi/common/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/common/pom.xml b/osgi/common/pom.xml
index 89dabcd..e0a5411 100644
--- a/osgi/common/pom.xml
+++ b/osgi/common/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-osgi-all</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-osgi_alpha</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/osgi/karaf-features/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf-features/pom.xml b/osgi/karaf-features/pom.xml
index e1f00ea..b7cc919 100644
--- a/osgi/karaf-features/pom.xml
+++ b/osgi/karaf-features/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-osgi-all</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-karaf-features</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/osgi/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 07a5a3b..3ce87c4 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -24,8 +24,7 @@
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-osgi-all</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/propertysources/pom.xml
----------------------------------------------------------------------
diff --git a/propertysources/pom.xml b/propertysources/pom.xml
index ae50287..c3f47a1 100644
--- a/propertysources/pom.xml
+++ b/propertysources/pom.xml
@@ -23,8 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>tamaya-propertysources_alpha</artifactId>
     <name>Apache Tamaya Modules - PropertySources</name>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/remote/pom.xml
----------------------------------------------------------------------
diff --git a/remote/pom.xml b/remote/pom.xml
index 51c9680..49aa089 100644
--- a/remote/pom.xml
+++ b/remote/pom.xml
@@ -23,8 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-remote_alpha</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index f67fb8c..4d63770 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -22,8 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-server_alpha</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/ui/base/pom.xml
----------------------------------------------------------------------
diff --git a/ui/base/pom.xml b/ui/base/pom.xml
index c300feb..ebad135 100644
--- a/ui/base/pom.xml
+++ b/ui/base/pom.xml
@@ -24,8 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-ui-parent</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/ui/events/pom.xml
----------------------------------------------------------------------
diff --git a/ui/events/pom.xml b/ui/events/pom.xml
index cfcc815..3ee1b0d 100644
--- a/ui/events/pom.xml
+++ b/ui/events/pom.xml
@@ -24,8 +24,7 @@
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-ui-parent</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/ui/mutableconfig/pom.xml
----------------------------------------------------------------------
diff --git a/ui/mutableconfig/pom.xml b/ui/mutableconfig/pom.xml
index df8b166..9752654 100644
--- a/ui/mutableconfig/pom.xml
+++ b/ui/mutableconfig/pom.xml
@@ -24,8 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-ui-parent</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index 9214a84..2835676 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-ui-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/uom/pom.xml
----------------------------------------------------------------------
diff --git a/uom/pom.xml b/uom/pom.xml
index e0e2e3d..8b29c85 100644
--- a/uom/pom.xml
+++ b/uom/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>tamaya-uom_beta</artifactId>
     <name>Apache Tamaya Modules - Units of Measurement Support</name>
@@ -73,4 +73,4 @@
             <version>${jsr363.ri.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/usagetracker/pom.xml
----------------------------------------------------------------------
diff --git a/usagetracker/pom.xml b/usagetracker/pom.xml
index 7399a36..d35c348 100644
--- a/usagetracker/pom.xml
+++ b/usagetracker/pom.xml
@@ -22,8 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-usagetracker_beta</artifactId>
@@ -71,7 +70,7 @@ under the License.
         <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-core</artifactId>
-            <version>0.9-incubating</version>
+            <version>${johnzon.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/validation/pom.xml
----------------------------------------------------------------------
diff --git a/validation/pom.xml b/validation/pom.xml
index 15bf254..9bc5c55 100644
--- a/validation/pom.xml
+++ b/validation/pom.xml
@@ -22,8 +22,7 @@
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-validation_alpha</artifactId>
@@ -70,7 +69,7 @@
         <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-core</artifactId>
-            <version>0.9-incubating</version>
+            <version>${johnzon.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/cd70a9c3/vertx/pom.xml
----------------------------------------------------------------------
diff --git a/vertx/pom.xml b/vertx/pom.xml
index 058fbd3..48ae036 100644
--- a/vertx/pom.xml
+++ b/vertx/pom.xml
@@ -22,8 +22,7 @@
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-sandbox</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tamaya-vertx-alpha</artifactId>