Skip to content

Commit e685f6c

Browse files
author
Nicolas Torres
committed
Merge remote-tracking branch 'origin/release' into release-0.15.7
2 parents ec145c5 + 3fb4322 commit e685f6c

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ BOAT is still under development and subject to change.
2424
## 0.15.6
2525
* *Maven Plugin*
2626
* 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
27+
* *Boat Angular generator*
28+
* Generate the `ng-package.json` file for use with the `ng-package` CLI
2929
## 0.15.5
3030
* *Boat Lint*
3131
* Bumped version of Zally Linting Libraries that contain several vulnerability fixes
@@ -44,7 +44,7 @@ BOAT is still under development and subject to change.
4444
* Made `boat:radio` goal properties w.r.t boat-bay server unique.
4545
## 0.15.0
4646
* *Maven Plugin*
47-
* Added new goal `boat:radio`; see the description in the [plugin documentation](boat-maven-plugin/README.md#boatradio).
47+
* Added new goal `boat:radio`; see the description in the [plugin **documentation**](boat-maven-plugin/README.md#boatradio).
4848
## 0.14.12
4949
* *Boat Scaffold*
5050
* References to /examples/foo now are also dereferenced

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@
9999
</plugins>
100100
</build>
101101

102-
</project>
102+
</project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@
172172
</plugins>
173173
</build>
174174

175-
</project>
175+
</project>

boat-quay/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
<module>boat-quay-lint</module>
3030
</modules>
3131

32-
</project>
32+
</project>

boat-scaffold/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>backbase-openapi-tools</artifactId>
88
<version>0.15.7-SNAPSHOT</version>
99
</parent>
10-
10+
1111
<artifactId>boat-scaffold</artifactId>
1212

1313
<packaging>jar</packaging>

boat-trail-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>backbase-openapi-tools</artifactId>
88
<version>0.15.7-SNAPSHOT</version>
99
</parent>
10-
10+
1111
<artifactId>boat-trail-resources</artifactId>
1212

1313
<packaging>jar</packaging>

0 commit comments

Comments
 (0)