File tree Expand file tree Collapse file tree 10 files changed +13
-12
lines changed Expand file tree Collapse file tree 10 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ It currently consists of
1616# Release Notes
1717BOAT is still under development and subject to change.
1818
19- ## 0.17.63
20- Add support params of openapi-generator ` name-mappings ` and ` enum-name-mappings ` .
19+ ## 0.17.66
20+ * Add support params of openapi-generator ` name-mappings ` and ` enum-name-mappings ` .
2121Check ` Property & Enum Name Mappings (new) ` in [ boat-maven-plugin] ( boat-maven-plugin/README.md )
22+ * fixed release process
2223
2324## 0.17.62
2425* Fixed reactive generation of code to not include extra Flux<> to return parameter
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.63 -SNAPSHOT</version >
8+ <version >0.17.66 -SNAPSHOT</version >
99 </parent >
1010 <artifactId >boat-engine</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.63 -SNAPSHOT</version >
8+ <version >0.17.66 -SNAPSHOT</version >
99 </parent >
1010 <artifactId >boat-maven-plugin</artifactId >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >boat-quay</artifactId >
8- <version >0.17.63 -SNAPSHOT</version >
8+ <version >0.17.66 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >boat-quay-lint</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >boat-quay</artifactId >
8- <version >0.17.63 -SNAPSHOT</version >
8+ <version >0.17.66 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >boat-quay-rules</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.63 -SNAPSHOT</version >
8+ <version >0.17.66 -SNAPSHOT</version >
99 </parent >
1010
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.63 -SNAPSHOT</version >
8+ <version >0.17.66 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >boat-scaffold</artifactId >
102102 <dependency >
103103 <groupId >com.backbase.oss</groupId >
104104 <artifactId >boat-trail-resources</artifactId >
105- <version >0.17.63 -SNAPSHOT</version >
105+ <version >0.17.66 -SNAPSHOT</version >
106106 <scope >test</scope >
107107 </dependency >
108108 <dependency >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.63 -SNAPSHOT</version >
8+ <version >0.17.66 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >boat-trail-resources</artifactId >
Original file line number Diff line number Diff line change 44
55 <groupId >com.backbase.oss</groupId >
66 <artifactId >backbase-openapi-tools</artifactId >
7- <version >0.17.63 -SNAPSHOT</version >
7+ <version >0.17.66 -SNAPSHOT</version >
88
99 <packaging >pom</packaging >
1010 <description >Backbase Open Api Tools is a collection of tools to work with Open API</description >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.backbase.oss</groupId >
77 <artifactId >backbase-openapi-tools</artifactId >
8- <version >0.17.63 -SNAPSHOT</version >
8+ <version >0.17.66 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >tests</artifactId >
You can’t perform that action at this time.
0 commit comments