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

Commit

Permalink
Bumps version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcd committed Mar 10, 2021
1 parent eb3ee2e commit 4d2d232
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cakeshop-abi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-parent</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</parent>

<artifactId>cakeshop-abi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cakeshop-api/Cakeshop-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd ~/Projects/cakeshop.git/cakeshop
mvn clean install -DskipTests
cd cakeshop-api
mvn install -DskipTests
java -jar target/cakeshop-0.12.0.war
java -jar target/cakeshop-0.12.1.war
```

## Related projects
Expand Down
4 changes: 2 additions & 2 deletions cakeshop-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-parent</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</parent>

<artifactId>cakeshop</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-abi</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions cakeshop-client-java-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-parent</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</parent>

<artifactId>cakeshop-client-codegen</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-abi</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</dependency>

<!-- JSON processing: jackson -->
Expand Down
4 changes: 2 additions & 2 deletions cakeshop-client-java-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-parent</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</parent>

<artifactId>cakeshop-client-sample</artifactId>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-client</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions cakeshop-client-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-parent</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</parent>

<artifactId>cakeshop-client</artifactId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-abi</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion cakeshop-client-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-parent</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</parent>

<artifactId>cakeshop-client-js</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.jpmorgan</groupId>
<artifactId>cakeshop-parent</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
<packaging>pom</packaging>

<name>cakeshop</name>
Expand Down

0 comments on commit 4d2d232

Please sign in to comment.