Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 585167aa8 -> 6d15f753d


TAMAYA-52 Reset version back.  Removed toolchain for now to avoid local env 
setup issues.


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

Branch: refs/heads/master
Commit: 6d15f753d5a4fefa9c4ae1d4a4e1b26d2dc0b723
Parents: 585167a
Author: John D. Ament <johndam...@apache.org>
Authored: Wed Jan 7 21:34:26 2015 -0500
Committer: John D. Ament <johndam...@apache.org>
Committed: Wed Jan 7 21:34:26 2015 -0500

----------------------------------------------------------------------
 docs/pom.xml              |  2 +-
 java7/api/pom.xml         |  2 +-
 java7/pom.xml             | 27 +--------------------------
 java8/api/pom.xml         |  2 +-
 java8/core/pom.xml        |  2 +-
 java8/pom.xml             |  2 +-
 modules/formats/pom.xml   |  2 +-
 modules/json/pom.xml      |  2 +-
 modules/pom.xml           |  2 +-
 modules/resolver/pom.xml  |  2 +-
 modules/resources/pom.xml |  2 +-
 pom.xml                   |  2 +-
 12 files changed, 12 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index d3646fd..5a7f955 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-all</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/java7/api/pom.xml
----------------------------------------------------------------------
diff --git a/java7/api/pom.xml b/java7/api/pom.xml
index 3dbfa4c..cb34185 100644
--- a/java7/api/pom.xml
+++ b/java7/api/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-java7</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/java7/pom.xml
----------------------------------------------------------------------
diff --git a/java7/pom.xml b/java7/pom.xml
index df137c2..2bf889f 100644
--- a/java7/pom.xml
+++ b/java7/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-all</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -40,29 +40,4 @@ under the License.
         <module>core</module>
 -->
     </modules>
-
-    <build>
-        <plugins>
-            <plugin>
-                <!-- use java7 to compile the modules in this tree -->
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-toolchains-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>toolchain</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <toolchains>
-                        <jdk>
-                            <version>[1.7,)</version>
-                        </jdk>
-                    </toolchains>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/java8/api/pom.xml
----------------------------------------------------------------------
diff --git a/java8/api/pom.xml b/java8/api/pom.xml
index 6f40b45..0ee64d9 100644
--- a/java8/api/pom.xml
+++ b/java8/api/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-java8</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/java8/core/pom.xml
----------------------------------------------------------------------
diff --git a/java8/core/pom.xml b/java8/core/pom.xml
index 7949c3c..b0ac449 100644
--- a/java8/core/pom.xml
+++ b/java8/core/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-java8</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/java8/pom.xml
----------------------------------------------------------------------
diff --git a/java8/pom.xml b/java8/pom.xml
index 52ce40a..5a5f633 100644
--- a/java8/pom.xml
+++ b/java8/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-all</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/modules/formats/pom.xml
----------------------------------------------------------------------
diff --git a/modules/formats/pom.xml b/modules/formats/pom.xml
index 40fd059..5c98c76 100644
--- a/modules/formats/pom.xml
+++ b/modules/formats/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-extensions</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-formats</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/modules/json/pom.xml
----------------------------------------------------------------------
diff --git a/modules/json/pom.xml b/modules/json/pom.xml
index 16c5f74..4927958 100644
--- a/modules/json/pom.xml
+++ b/modules/json/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>tamaya-extensions</artifactId>
         <groupId>org.apache.tamaya.ext</groupId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>json</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/modules/pom.xml
----------------------------------------------------------------------
diff --git a/modules/pom.xml b/modules/pom.xml
index c5671d2..bf7d619 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-all</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/modules/resolver/pom.xml
----------------------------------------------------------------------
diff --git a/modules/resolver/pom.xml b/modules/resolver/pom.xml
index 65029b7..48b91c2 100644
--- a/modules/resolver/pom.xml
+++ b/modules/resolver/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-extensions</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-resolver</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/modules/resources/pom.xml
----------------------------------------------------------------------
diff --git a/modules/resources/pom.xml b/modules/resources/pom.xml
index 652556a..fa1f34e 100644
--- a/modules/resources/pom.xml
+++ b/modules/resources/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
         <artifactId>tamaya-extensions</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-resources</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d15f753/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6cb1699..d02a156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
     </parent>
     <groupId>org.apache.tamaya</groupId>
     <artifactId>tamaya-all</artifactId>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache Tamaya</name>

Reply via email to