Skip to content

Commit

Permalink
Release 1.2.0 (#67)
Browse files Browse the repository at this point in the history
* Limit port range to 50 ports

* Remove trailing comma from config

* Bump version (#66)
  • Loading branch information
baghbidi authored Jul 12, 2019
1 parent b1d383b commit 6e46ec3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.iofog</groupId>
<artifactId>iofog-connector</artifactId>
<version>1.1.0</version>
<version>1.2.0</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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.iofog</groupId>
<artifactId>iofog-connector</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"ports": [
"6000-6001",
"7000-7002",
"30000-39999",
"40000-49999"
"6000-6050"
],
"exclude": [
"7001"
],
"broker":12345,
"address":"127.0.0.1",
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.iofog</groupId>
<artifactId>iofog-connector</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<name>iofog-connector</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 6e46ec3

Please sign in to comment.