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/11/27 22:25:27 UTC

incubator-tamaya-extensions git commit: TAMAYA-318: Remove redundant version

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master ab0343305 -> d9988db92


TAMAYA-318: Remove redundant version


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

Branch: refs/heads/master
Commit: d9988db922971eea83cce40eb6fb4bda3699db9a
Parents: ab03433
Author: Phil Ottlinger <po...@apache.org>
Authored: Mon Nov 27 23:25:05 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Mon Nov 27 23:25:05 2017 +0100

----------------------------------------------------------------------
 examples/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/d9988db9/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 0023a0f..551df9b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -30,7 +30,6 @@ under the License.
 
     <groupId>org.apache.tamaya.ext.examples</groupId>
     <artifactId>examples</artifactId>
-    <version>0.4-incubating-SNAPSHOT</version>
 
     <name>Apache Tamaya Extensions Examples</name>
 
@@ -44,4 +43,4 @@ under the License.
         <module>05-spring-example</module>
     </modules>
 
-</project>
\ No newline at end of file
+</project>