Skip to content

Commit

Permalink
Release 2.0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Mar 23, 2018
1 parent a67249d commit 2b335ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ applications:
buildpack: java_buildpack
memory: 512M
timeout: 180
path: target/data-exchange-2.0.80.jar
path: target/data-exchange-2.0.81.jar
instances : 1
services:
- {uaaService}
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ applications:
buildpack: java_buildpack
memory: 512M
timeout: 180
path: target/data-exchange-2.0.80.jar
path: target/data-exchange-2.0.81.jar
instances : 1
services:
- {uaaService}
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.ge.predix.solsvc</groupId>
<artifactId>data-exchange</artifactId>
<version>2.0.80</version>
<version>2.0.81</version>
<packaging>jar</packaging>

<parent>
Expand All @@ -16,13 +16,13 @@
</parent>

<properties>
<data-exchange-client.version>2.0.71</data-exchange-client.version>
<fdh-asset-handler.version>2.0.71</fdh-asset-handler.version>
<fdh-rabbitmq-handler.version>2.0.71</fdh-rabbitmq-handler.version>
<fdh-timeseries-handler.version>2.0.71</fdh-timeseries-handler.version>
<fdh-eventhub-handler.version>2.0.71</fdh-eventhub-handler.version>
<fdh-websocket-handler.version>2.0.71</fdh-websocket-handler.version>
<fdh-custom-handler.version>2.0.71</fdh-custom-handler.version>
<data-exchange-client.version>2.0.72</data-exchange-client.version>
<fdh-asset-handler.version>2.0.72</fdh-asset-handler.version>
<fdh-rabbitmq-handler.version>2.0.72</fdh-rabbitmq-handler.version>
<fdh-timeseries-handler.version>2.0.72</fdh-timeseries-handler.version>
<fdh-eventhub-handler.version>2.0.72</fdh-eventhub-handler.version>
<fdh-websocket-handler.version>2.0.72</fdh-websocket-handler.version>
<fdh-custom-handler.version>2.0.72</fdh-custom-handler.version>

<jettison.version>1.1</jettison.version>
<cxf.version>3.1.7</cxf.version>
Expand Down

0 comments on commit 2b335ba

Please sign in to comment.