Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
remisbaima committed Apr 23, 2022
2 parents 8fe2b69 + 7c0a280 commit d37aaa2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.0.9](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/compare/v0.0.8...v0.0.9) (2022-04-23)


### Bug Fixes

* test release ([2b787cb](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/2b787cb91f62db694a9378d57dffa1b3e119b00f))

### [0.0.8](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/compare/v0.0.7...v0.0.8) (2022-04-23)


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>org.remis</groupId>
<artifactId>license-checker-cyclonedx-maven-plugin</artifactId>
<version>0.0.8</version>
<version>0.0.9</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.8</version>
<version>0.0.9</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.8</version>
<version>0.0.9</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.8</version>
<version>0.0.9</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit d37aaa2

Please sign in to comment.