From 671d88208200720508f1d99c4a9bae2ae6d0a0de Mon Sep 17 00:00:00 2001 From: Railag Date: Tue, 30 Oct 2018 20:43:58 +0300 Subject: [PATCH 1/2] fixed default controller url --- iofog-agent-packaging-rpm/etc/iofog-agent/config_new.xml | 2 +- iofog-agent-packaging/etc/iofog-agent/config_new.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iofog-agent-packaging-rpm/etc/iofog-agent/config_new.xml b/iofog-agent-packaging-rpm/etc/iofog-agent/config_new.xml index a6687e03..ce803a07 100644 --- a/iofog-agent-packaging-rpm/etc/iofog-agent/config_new.xml +++ b/iofog-agent-packaging-rpm/etc/iofog-agent/config_new.xml @@ -15,7 +15,7 @@ - http://localhost:54421/api/v2/ + http://localhost:54421/api/v3/ diff --git a/iofog-agent-packaging/etc/iofog-agent/config_new.xml b/iofog-agent-packaging/etc/iofog-agent/config_new.xml index a6687e03..ce803a07 100644 --- a/iofog-agent-packaging/etc/iofog-agent/config_new.xml +++ b/iofog-agent-packaging/etc/iofog-agent/config_new.xml @@ -15,7 +15,7 @@ - http://localhost:54421/api/v2/ + http://localhost:54421/api/v3/ From c734d7eb04c2b49bfcc44728725d89ffcbb3348f Mon Sep 17 00:00:00 2001 From: Railag Date: Tue, 30 Oct 2018 21:05:17 +0300 Subject: [PATCH 2/2] 1.0.1 version --- client/pom.xml | 2 +- daemon/pom.xml | 2 +- iofog_version_controller/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 2d125398..51f6a089 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -16,7 +16,7 @@ org.eclipse iofog-agent - 1.0.0 + 1.0.1 ../pom.xml diff --git a/daemon/pom.xml b/daemon/pom.xml index 5f162a7c..009a2c1e 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -16,7 +16,7 @@ org.eclipse iofog-agent - 1.0.0 + 1.0.1 ../pom.xml diff --git a/iofog_version_controller/pom.xml b/iofog_version_controller/pom.xml index 1836a7d1..defd13fa 100644 --- a/iofog_version_controller/pom.xml +++ b/iofog_version_controller/pom.xml @@ -16,7 +16,7 @@ iofog-agent org.eclipse - 1.0.0 + 1.0.1 4.0.0 diff --git a/pom.xml b/pom.xml index aab6fd6e..c8e08447 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 4.0.0 org.eclipse iofog-agent - 1.0.0 + 1.0.1 iofog-agent pom