You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/03/08 17:21:32 UTC

[3/5] incubator-tamaya git commit: Removed snapshot versions.

Removed snapshot versions.


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

Branch: refs/heads/master
Commit: 2c72a226310e67d036138a70e5d01067467504de
Parents: ac6854b
Author: anatole <an...@apache.org>
Authored: Tue Mar 8 16:00:45 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Tue Mar 8 16:00:45 2016 +0100

----------------------------------------------------------------------
 modules/integration/cdi-se/pom.xml | 2 +-
 modules/integration/cdi/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/2c72a226/modules/integration/cdi-se/pom.xml
----------------------------------------------------------------------
diff --git a/modules/integration/cdi-se/pom.xml b/modules/integration/cdi-se/pom.xml
index 231e619..57135fd 100644
--- a/modules/integration/cdi-se/pom.xml
+++ b/modules/integration/cdi-se/pom.xml
@@ -153,7 +153,7 @@ under the License.
                 <dependency>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-annotation_1.2_spec</artifactId>
-                    <version>1.0.MR2-SNAPSHOT</version>
+                    <version>1.0</version>
                     <scope>provided</scope>
                 </dependency>
                 <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/2c72a226/modules/integration/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/modules/integration/cdi/pom.xml b/modules/integration/cdi/pom.xml
index 147ac9d..ea1cef6 100644
--- a/modules/integration/cdi/pom.xml
+++ b/modules/integration/cdi/pom.xml
@@ -160,7 +160,7 @@ under the License.
                 <dependency>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-annotation_1.2_spec</artifactId>
-                    <version>1.0.MR2-SNAPSHOT</version>
+                    <version>1.0</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>