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 2017/11/20 07:43:59 UTC

incubator-tamaya-extensions git commit: TAMAYA-318 Readded Spring example.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master 4e73173ab -> 668053c7c


TAMAYA-318 Readded Spring example.


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/668053c7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/668053c7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/668053c7

Branch: refs/heads/master
Commit: 668053c7c5634918864f0951ded0068ae2d32b53
Parents: 4e73173
Author: Anatole Tresch <an...@apache.org>
Authored: Mon Nov 20 08:43:50 2017 +0100
Committer: Anatole Tresch <an...@apache.org>
Committed: Mon Nov 20 08:43:50 2017 +0100

----------------------------------------------------------------------
 examples/05-spring-example/pom.xml | 3 +--
 examples/pom.xml                   | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/668053c7/examples/05-spring-example/pom.xml
----------------------------------------------------------------------
diff --git a/examples/05-spring-example/pom.xml b/examples/05-spring-example/pom.xml
index e1b61b3..7dd5a18 100644
--- a/examples/05-spring-example/pom.xml
+++ b/examples/05-spring-example/pom.xml
@@ -26,11 +26,10 @@ under the License.
         <groupId>org.apache.tamaya.ext.examples</groupId>
         <artifactId>examples</artifactId>
         <version>0.4-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>05-spring-example</artifactId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>${project.parent.version}</version>
 
     <properties>
         <spring.version>4.3.10.RELEASE</spring.version>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/668053c7/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index b83763c..0023a0f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -41,7 +41,7 @@ under the License.
         <module>02-resolver-example</module>
         <module>03-injection-example</module>
         <module>04-events-example</module>
-        <!--<module>05-spring-example</module>-->
+        <module>05-spring-example</module>
     </modules>
 
 </project>
\ No newline at end of file