This repository was archived by the owner on May 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
cakeshop-client-java-codegen
cakeshop-client-java-sample Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ cd ~/Projects/cakeshop.git/cakeshop
3838mvn clean install -DskipTests
3939cd cakeshop-api
4040mvn 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 -->
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments