Skip to content

Commit 5656a6c

Browse files
Release 2.0.91
1 parent 4a35b7e commit 5656a6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ applications:
33
buildpack: java_buildpack
44
memory: 1G
55
timeout: 180
6-
path: target/data-exchange-2.0.90.jar
6+
path: target/data-exchange-2.0.91.jar
77
instances : 1
88
services:
99
- {uaaService}

manifest.yml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ applications:
33
buildpack: java_buildpack
44
memory: 1G
55
timeout: 180
6-
path: target/data-exchange-2.0.90.jar
6+
path: target/data-exchange-2.0.91.jar
77
instances : 1
88
services:
99
- {uaaService}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.ge.predix.solsvc</groupId>
77
<artifactId>data-exchange</artifactId>
8-
<version>2.0.90</version>
8+
<version>2.0.91</version>
99
<packaging>jar</packaging>
1010

1111
<parent>

0 commit comments

Comments
 (0)