Skip to content

Commit ed3d235

Browse files
Roman Kniazevychjjjasper
authored andcommitted
fix & bump the release version. Happens cause some previous versions didn't bump after release
1 parent f318aab commit ed3d235

File tree

10 files changed

+13
-12
lines changed

10 files changed

+13
-12
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ It currently consists of
1616
# Release Notes
1717
BOAT 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`.
2121
Check `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

boat-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

boat-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

boat-quay/boat-quay-lint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

boat-quay/boat-quay-rules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

boat-quay/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

boat-scaffold/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -102,7 +102,7 @@
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>

boat-trail-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)