Skip to content

Commit

Permalink
fixed default controller url (#116) (#117)
Browse files Browse the repository at this point in the history
* fixed default controller url (#116)

* 1.0.1 (#118)

* fixed default controller url

* 1.0.1 version
  • Loading branch information
epankou authored and dbusel committed Oct 30, 2018
1 parent 00b015d commit 1a234e7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>iofog-agent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>iofog-agent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion iofog-agent-packaging-rpm/etc/iofog-agent/config_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<config>
<access_token/>

<controller_url>http://localhost:54421/api/v2/</controller_url>
<controller_url>http://localhost:54421/api/v3/</controller_url>

<iofog_uuid/>

Expand Down
2 changes: 1 addition & 1 deletion iofog-agent-packaging/etc/iofog-agent/config_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<config>
<access_token/>

<controller_url>http://localhost:54421/api/v2/</controller_url>
<controller_url>http://localhost:54421/api/v3/</controller_url>

<iofog_uuid/>

Expand Down
2 changes: 1 addition & 1 deletion iofog_version_controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>iofog-agent</artifactId>
<groupId>org.eclipse</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse</groupId>
<artifactId>iofog-agent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>iofog-agent</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 1a234e7

Please sign in to comment.