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 <[email protected]> Authored: Sat Sep 23 00:07:09 2017 +0200 Committer: Phil Ottlinger <[email protected]> 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>
