File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,14 +18,17 @@ The project is very much Work In Progress and will be published on maven central
1818
1919# Release Notes
2020BOAT is still under development and subject to change.
21- ## 0.15.8
21+ ## 0.15.9
2222* Boat Angular generator
2323 * Use ` >= ` for main peer dependency to improve forward compatibility
24+ ## 0.15.8
25+ * * Boat Scaffold*
26+ * Makes sure to not autogenerate examples from schema if examples are already present
2427## 0.15.6
2528* * Maven Plugin*
2629 * Add example of use the additional properties like createApiComponent
27- * Boat Angular generator
28- * Generate an ` ng-package.json ` file for use with the ` ng-package ` CLI
30+ * * Boat Angular generator*
31+ * Generate the ` ng-package.json ` file for use with the ` ng-package ` CLI
2932## 0.15.5
3033* * Boat Lint*
3134 * Bumped version of Zally Linting Libraries that contain several vulnerability fixes
@@ -44,7 +47,7 @@ BOAT is still under development and subject to change.
4447 * Made ` boat:radio ` goal properties w.r.t boat-bay server unique.
4548## 0.15.0
4649* * Maven Plugin*
47- * Added new goal ` boat:radio ` ; see the description in the [ plugin documentation] ( boat-maven-plugin/README.md#boatradio ) .
50+ * Added new goal ` boat:radio ` ; see the description in the [ plugin ** documentation** ] ( boat-maven-plugin/README.md#boatradio ) .
4851## 0.14.12
4952* * Boat Scaffold*
5053 * References to /examples/foo now are also dereferenced
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.15.8 -SNAPSHOT</version >
8+ <version >0.15.9 -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.15.8 -SNAPSHOT</version >
8+ <version >0.15.9 -SNAPSHOT</version >
99 </parent >
1010 <artifactId >boat-maven-plugin</artifactId >
1111
3232 </properties >
3333
3434 <dependencyManagement >
35- <dependencies ></ dependencies >
35+ <dependencies / >
3636 </dependencyManagement >
3737
3838 <dependencies >
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.15.8 -SNAPSHOT</version >
8+ <version >0.15.9 -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.15.8 -SNAPSHOT</version >
8+ <version >0.15.9 -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.15.8 -SNAPSHOT</version >
8+ <version >0.15.9 -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.15.8 -SNAPSHOT</version >
8+ <version >0.15.9 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >boat-scaffold</artifactId >
9999 <dependency >
100100 <groupId >com.backbase.oss</groupId >
101101 <artifactId >boat-trail-resources</artifactId >
102- <version >0.15.8 -SNAPSHOT</version >
102+ <version >0.15.9 -SNAPSHOT</version >
103103 <scope >test</scope >
104104 </dependency >
105105 </dependencies >
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.15.8 -SNAPSHOT</version >
8+ <version >0.15.9 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >boat-terminal</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.15.8 -SNAPSHOT</version >
8+ <version >0.15.9 -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.15.8 -SNAPSHOT</version >
7+ <version >0.15.9 -SNAPSHOT</version >
88
99 <packaging >pom</packaging >
1010 <description >Backbase Open Api Tools will help you converting RAML to OpenAPI plus many more</description >
You can’t perform that action at this time.
0 commit comments