Skip to content

Commit

Permalink
Merge pull request #44 from remisbaima/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.0.4
  • Loading branch information
remisbaima committed Apr 24, 2022
2 parents 2e606dd + de405f1 commit 68fee5b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [0.0.4](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/compare/v0.0.3...v0.0.4) (2022-04-24)


### Miscellaneous Chores

* release 0.0.4 ([d01198a](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/d01198a8d481a07de9f1de22bb2f0ef5ab1fa361))


### Documentation

* add comments in readme to update version ([64b1490](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/64b14904dc721d1b72aa6801b65aa11dd1cc4f33))
* add x-release-please-version to auto update version in readme ([baa3edb](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/baa3edb5df456f4a09e87ac7a47a661e97eb4f0b))

### [0.0.3](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/compare/v0.0.2...v0.0.3) (2022-04-24)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Maven plugin to check if dependencies in CycloneDX BOM files use only allowed li
<plugin>
<groupId>io.github.remisbaima</groupId>
<artifactId>license-checker-cyclonedx-maven-plugin</artifactId>
<version>0.0.3</version> <!-- x-release-please-version -->
<version>0.0.4</version> <!-- x-release-please-version -->
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.remisbaima</groupId>
<artifactId>license-checker-cyclonedx-maven-plugin</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<packaging>maven-plugin</packaging>

<name>License Checker for CycloneDX Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/basic-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.example</groupId>
<artifactId>test-project</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<packaging>jar</packaging>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/complex-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.example</groupId>
<artifactId>test-project</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<packaging>jar</packaging>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/empty-config-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.example</groupId>
<artifactId>test-project</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit 68fee5b

Please sign in to comment.