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

Commit 4d2d232

Browse files
committed
Bumps version to 0.12.1
1 parent eb3ee2e commit 4d2d232

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
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.12.0</version>
9+
<version>0.12.1</version>
1010
</parent>
1111

1212
<artifactId>cakeshop-abi</artifactId>

cakeshop-api/Cakeshop-from-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd ~/Projects/cakeshop.git/cakeshop
3838
mvn clean install -DskipTests
3939
cd cakeshop-api
4040
mvn install -DskipTests
41-
java -jar target/cakeshop-0.12.0.war
41+
java -jar target/cakeshop-0.12.1.war
4242
```
4343

4444
## Related projects

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.12.0</version>
9+
<version>0.12.1</version>
1010
</parent>
1111

1212
<artifactId>cakeshop</artifactId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.jpmorgan</groupId>
2424
<artifactId>cakeshop-abi</artifactId>
25-
<version>0.12.0</version>
25+
<version>0.12.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.web3j</groupId>

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.12.0</version>
9+
<version>0.12.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.12.0</version>
25+
<version>0.12.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.12.0</version>
9+
<version>0.12.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.12.0</version>
26+
<version>0.12.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.12.0</version>
9+
<version>0.12.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.12.0</version>
28+
<version>0.12.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.12.0</version>
9+
<version>0.12.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
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.jpmorgan</groupId>
1313
<artifactId>cakeshop-parent</artifactId>
14-
<version>0.12.0</version>
14+
<version>0.12.1</version>
1515
<packaging>pom</packaging>
1616

1717
<name>cakeshop</name>

0 commit comments

Comments
 (0)