TAMAYA-294: Update to 0.4 and httpclient
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/d0397ac6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/d0397ac6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/d0397ac6 Branch: refs/heads/master Commit: d0397ac621e6c8833377c0d0d27b7d880e1f3541 Parents: cd70a9c Author: Phil Ottlinger <[email protected]> Authored: Fri Sep 22 21:59:50 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Fri Sep 22 21:59:50 2017 +0200 ---------------------------------------------------------------------- etcd/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/d0397ac6/etcd/pom.xml ---------------------------------------------------------------------- diff --git a/etcd/pom.xml b/etcd/pom.xml index 376a469..a5fb0c3 100644 --- a/etcd/pom.xml +++ b/etcd/pom.xml @@ -22,8 +22,7 @@ under the License. <parent> <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-sandbox</artifactId> - <version>0.3-incubating-SNAPSHOT</version> - <relativePath>..</relativePath> + <version>0.4-incubating-SNAPSHOT</version> </parent> <artifactId>tamaya-etcd_beta</artifactId> @@ -58,7 +57,7 @@ under the License. <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient-osgi</artifactId> - <version>4.5.1</version> + <version>4.5.3</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId>
