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 22:07:28 UTC

incubator-tamaya-sandbox git commit: Try to fix build by using most current Tamaya SNAPSHOT

Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/master 3c593a4c0 -> 2c031dcff


Try to fix build by using most current Tamaya SNAPSHOT


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

Branch: refs/heads/master
Commit: 2c031dcffd93e903d342f11caa3004497d598171
Parents: 3c593a4
Author: Phil Ottlinger <po...@apache.org>
Authored: Sat Sep 23 00:07:09 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Sat Sep 23 00:07:09 2017 +0200

----------------------------------------------------------------------
 osgi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/2c031dcf/osgi/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 3ce87c4..5ee5044 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -271,7 +271,7 @@
         <dependency>
             <groupId>org.apache.tamaya</groupId>
             <artifactId>tamaya-api</artifactId>
-            <version>0.3-incubating-SNAPSHOT</version>
+            <version>0.4-incubating-SNAPSHOT</version>
         </dependency>
     </dependencies>