Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 6c7a88e

Browse files
committed
Version bump to 0.9.1
1 parent e82a29d commit 6c7a88e

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

cakeshop-abi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.jpmorgan</groupId>
88
<artifactId>cakeshop-parent</artifactId>
9-
<version>0.9.0</version>
9+
<version>0.9.1</version>
1010
</parent>
1111

1212
<artifactId>cakeshop-abi</artifactId>

cakeshop-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.jpmorgan</groupId>
88
<artifactId>cakeshop-parent</artifactId>
9-
<version>0.9.0</version>
9+
<version>0.9.1</version>
1010
</parent>
1111

1212
<artifactId>cakeshop</artifactId>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.jpmorgan</groupId>
6767
<artifactId>cakeshop-abi</artifactId>
68-
<version>0.9.0</version>
68+
<version>0.9.1</version>
6969
</dependency>
7070

7171
<!-- SPRING & SPRING BOOT -->

cakeshop-client-java-codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.jpmorgan</groupId>
88
<artifactId>cakeshop-parent</artifactId>
9-
<version>0.9.0</version>
9+
<version>0.9.1</version>
1010
</parent>
1111

1212
<artifactId>cakeshop-client-codegen</artifactId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.jpmorgan</groupId>
2424
<artifactId>cakeshop-abi</artifactId>
25-
<version>0.9.0</version>
25+
<version>0.9.1</version>
2626
</dependency>
2727

2828
<!-- JSON processing: jackson -->

cakeshop-client-java-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.jpmorgan</groupId>
88
<artifactId>cakeshop-parent</artifactId>
9-
<version>0.9.0</version>
9+
<version>0.9.1</version>
1010
</parent>
1111

1212
<artifactId>cakeshop-client-sample</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.jpmorgan</groupId>
2525
<artifactId>cakeshop-client</artifactId>
26-
<version>0.9.0</version>
26+
<version>0.9.1</version>
2727
</dependency>
2828

2929
<dependency>

cakeshop-client-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.jpmorgan</groupId>
88
<artifactId>cakeshop-parent</artifactId>
9-
<version>0.9.0</version>
9+
<version>0.9.1</version>
1010
</parent>
1111

1212
<artifactId>cakeshop-client</artifactId>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.jpmorgan</groupId>
2727
<artifactId>cakeshop-abi</artifactId>
28-
<version>0.9.0</version>
28+
<version>0.9.1</version>
2929
</dependency>
3030

3131
<dependency>

cakeshop-client-js/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.jpmorgan</groupId>
88
<artifactId>cakeshop-parent</artifactId>
9-
<version>0.9.0</version>
9+
<version>0.9.1</version>
1010
</parent>
1111

1212
<artifactId>cakeshop-client-js</artifactId>

pom.xml

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

1313
<groupId>com.jpmorgan</groupId>
1414
<artifactId>cakeshop-parent</artifactId>
15-
<version>0.9.0</version>
15+
<version>0.9.1</version>
1616
<packaging>pom</packaging>
1717

1818
<name>cakeshop</name>

0 commit comments

Comments
 (0)