Skip to content

Commit

Permalink
update version to 10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoch committed Jan 19, 2018
1 parent a488820 commit ecc2305
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions aws-adapter/src/main/resources/input-connector-definition.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<connectorDefinition label="${com.esri.geoevent.adapter.aws-adapter.CONNECTOR_IN_LABEL}"
name="receive-json-from-aws-iot-gateway" type="inbound">
<adapter uri="com.esri.ges.adapter.inbound/Generic-JSON/10.5.0"/>
<transport uri="com.esri.geoevent.transport.aws.inbound/AWS-IoT/10.5.0" />
<adapter uri="com.esri.ges.adapter.inbound/Generic-JSON/10.6.0"/>
<transport uri="com.esri.geoevent.transport.aws.inbound/AWS-IoT/10.6.0" />
<defaultName>aws-json-in</defaultName>
<description>${com.esri.geoevent.adapter.aws-adapter.CONNECTOR_IN_DESC}</description>
<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<connectorDefinition label="${com.esri.geoevent.adapter.aws-adapter.CONNECTOR_OUT_LABEL}"
name="send-json-to-aws-iot-gateway" type="outbound">
<adapter uri="com.esri.ges.adapter.outbound/Generic-JSON/10.5.0"/>
<transport uri="com.esri.geoevent.transport.aws.outbound/AWS-IoT/10.5.0" />
<adapter uri="com.esri.ges.adapter.outbound/Generic-JSON/10.6.0"/>
<transport uri="com.esri.geoevent.transport.aws.outbound/AWS-IoT/10.6.0"/>
<defaultName>json-aws-out</defaultName>
<description>${com.esri.geoevent.adapter.aws-adapter.CONNECTOR_OUT_DESC}</description>
<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<transport name="AWS-IoT"
label="${com.esri.geoevent.transport.aws-transport.TRANSPORT_IN_LBL}"
contact="yourname@yourcompany.com"
version="10.5.0"
version="10.6.0"
domain="com.esri.geoevent.transport.aws.inbound" type="inbound">

<description>${com.esri.geoevent.transport.aws-transport.TRANSPORT_IN_DESC}</description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<transport name="AWS-IoT"
label="${com.esri.geoevent.transport.aws-transport.TRANSPORT_OUT_LBL}"
contact="yourname@yourcompany.com"
version="10.5.0"
version="10.6.0"
domain="com.esri.geoevent.transport.aws.outbound" type="outbound">

<description>${com.esri.geoevent.transport.aws-transport.TRANSPORT_OUT_DESC}</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.esri.geoevent.sdk</groupId>
<artifactId>geoevent-sdk</artifactId>
<version>10.5.1</version>
<version>10.6.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ecc2305

Please sign in to comment.