Skip to content

Commit

Permalink
Release 1.0.11 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Railag authored Jan 29, 2019
1 parent a2bf71d commit e815332
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.10</version>
<version>1.0.11</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.10</version>
<version>1.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion iofog-agent-packaging-rpm/remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rm -rf /var/run/iofog-agent
#rm -rf /var/backups/iofog-agent
rm -rf /usr/share/iofog-agent

docker stop $(docker ps -f name=iofog_)
docker stop $(docker ps -f name=iofog_ -aq)
2 changes: 1 addition & 1 deletion iofog-agent-packaging/remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rm -rf /var/run/iofog-agent
#rm -rf /var/backups/iofog-agent
rm -rf /usr/share/iofog-agent

docker stop $(docker ps -f name=iofog_)
docker stop $(docker ps -f name=iofog_ -aq)
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.10</version>
<version>1.0.11</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.10</version>
<version>1.0.11</version>
<name>iofog-agent</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit e815332

Please sign in to comment.