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
16
16
# Release Notes
17
17
BOAT is still under development and subject to change.
18
18
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 ` .
21
21
Check ` Property & Enum Name Mappings (new) ` in [ boat-maven-plugin] ( boat-maven-plugin/README.md )
22
+ * fixed release process
22
23
23
24
## 0.17.62
24
25
* Fixed reactive generation of code to not include extra Flux<> to return parameter
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.backbase.oss</groupId >
7
7
<artifactId >backbase-openapi-tools</artifactId >
8
- <version >0.17.63 -SNAPSHOT</version >
8
+ <version >0.17.66 -SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >boat-engine</artifactId >
11
11
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.backbase.oss</groupId >
7
7
<artifactId >backbase-openapi-tools</artifactId >
8
- <version >0.17.63 -SNAPSHOT</version >
8
+ <version >0.17.66 -SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >boat-maven-plugin</artifactId >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.backbase.oss</groupId >
7
7
<artifactId >boat-quay</artifactId >
8
- <version >0.17.63 -SNAPSHOT</version >
8
+ <version >0.17.66 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >boat-quay-lint</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.backbase.oss</groupId >
7
7
<artifactId >boat-quay</artifactId >
8
- <version >0.17.63 -SNAPSHOT</version >
8
+ <version >0.17.66 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >boat-quay-rules</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.backbase.oss</groupId >
7
7
<artifactId >backbase-openapi-tools</artifactId >
8
- <version >0.17.63 -SNAPSHOT</version >
8
+ <version >0.17.66 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.backbase.oss</groupId >
7
7
<artifactId >backbase-openapi-tools</artifactId >
8
- <version >0.17.63 -SNAPSHOT</version >
8
+ <version >0.17.66 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >boat-scaffold</artifactId >
102
102
<dependency >
103
103
<groupId >com.backbase.oss</groupId >
104
104
<artifactId >boat-trail-resources</artifactId >
105
- <version >0.17.63 -SNAPSHOT</version >
105
+ <version >0.17.66 -SNAPSHOT</version >
106
106
<scope >test</scope >
107
107
</dependency >
108
108
<dependency >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.backbase.oss</groupId >
7
7
<artifactId >backbase-openapi-tools</artifactId >
8
- <version >0.17.63 -SNAPSHOT</version >
8
+ <version >0.17.66 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >boat-trail-resources</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.backbase.oss</groupId >
6
6
<artifactId >backbase-openapi-tools</artifactId >
7
- <version >0.17.63 -SNAPSHOT</version >
7
+ <version >0.17.66 -SNAPSHOT</version >
8
8
9
9
<packaging >pom</packaging >
10
10
<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 5
5
<parent >
6
6
<groupId >com.backbase.oss</groupId >
7
7
<artifactId >backbase-openapi-tools</artifactId >
8
- <version >0.17.63 -SNAPSHOT</version >
8
+ <version >0.17.66 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >tests</artifactId >
You can’t perform that action at this time.
0 commit comments