Skip to content

Commit

Permalink
Merge pull request #4 from remisbaima/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.0.2-SNAPSHOT
  • Loading branch information
remisbaima committed Apr 14, 2022
2 parents 12678a7 + 6a987b0 commit b82e1a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.1</version>
<version>0.0.2-SNAPSHOT</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.1</version>
<version>0.0.2-SNAPSHOT</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.1</version>
<version>0.0.2-SNAPSHOT</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.1</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit b82e1a8

Please sign in to comment.