Skip to content

Commit

Permalink
chore(main): release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
remisbaima committed Apr 24, 2022
1 parent da0b328 commit dd199a5
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 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))
* update location of hidden comment ([da0b328](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/da0b3284a100c6055b1e3e99002fa0be3b58d517))
* update version in pom.xml ([c2570ad](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/c2570ad420205c71ad81450792bc8c9d685a92de))
* update version in pom.xml ([28f54d5](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/28f54d585ca676417af4349ce74c879d89e0a2b3))
* update version in readme ([3bd6972](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/3bd69727a925ba4d5816c34bc0c837774cf91a81))
* update version in readme ([37fb340](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/37fb340419dc8e87e6d6a3f2d47d240798a04320))
* update version in readme ([a117fb7](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/a117fb72e23cfdf196bd1836af7437419c4a5c98))

### [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 dd199a5

Please sign in to comment.