Skip to content

Commit

Permalink
Release 1.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Mar 22, 2018
1 parent 2d13312 commit 9e67181
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
applications:
- name: {your-name}-kit-service
buildpack: java_buildpack
path: target/kit-service-1.0.38.jar
path: target/kit-service-1.0.39.jar
memory: 512M
timeout : 180
services:
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
applications:
- name: {your-name}-kit-service
buildpack: java_buildpack
path: target/kit-service-1.0.38.jar
path: target/kit-service-1.0.39.jar
memory: 512M
timeout : 180
services:
Expand Down
8 changes: 4 additions & 4 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>kit-service</artifactId>
<version>1.0.38</version>
<version>1.0.39</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -16,9 +16,9 @@

<properties>

<asset-bootstrap-client.version>2.0.63</asset-bootstrap-client.version>
<fdh-asset-handler.version>2.0.70</fdh-asset-handler.version>
<timeseries-bootstrap.version>2.1.77</timeseries-bootstrap.version>
<asset-bootstrap-client.version>2.0.64</asset-bootstrap-client.version>
<fdh-asset-handler.version>2.0.71</fdh-asset-handler.version>
<timeseries-bootstrap.version>2.1.78</timeseries-bootstrap.version>
<uaa-lib.version>3.2.2</uaa-lib.version>

<jetty.version>8.1.7.v20120910</jetty.version>
Expand Down

0 comments on commit 9e67181

Please sign in to comment.