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 67c238a + 1025be1 commit e771043
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 7 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog

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


### Features

* add distributionManagement ([b79297e](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/b79297e9406f83a0777705de231a8f78c2092f3c))


### Bug Fixes

* add -DskipTests to Maven build ([69c1e0f](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/69c1e0f7e7882f027648cad575a91e5f27ba0b39))
* add token name ([4815f71](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/4815f71ada05cdd4d5a4b6d1d6568526488b5829))
* bug in github action ([cdf80b1](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/cdf80b1d9b51f8307397055ad095c93d6e424619))
* change pom.xml version to avoid constant updates. ([67775a2](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/67775a2f6d7f627dc3310b70635377bc7486d93f))
* change secret name ([ba215bc](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/ba215bc1c728dd2de1691b969ca1021970631d98))
* cleanup changelog ([1ae0a66](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/1ae0a666e2be8fe4f0affc58285391f593261d1a))
* extend github workflow to publish ([8989786](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/89897860557bef62d466aadac9bcd3a2aaa16059))
* fix github action for publish ([142b771](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/142b771815b343556be682125c25ce3224f1ef09))
* fix mvn deploy ([078da49](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/078da497395b057666da2f76a0f22bfff5b3ca04))
* improve exception handling and test coverage ([3bc9be7](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/3bc9be7fde9f85e17b1bb4b0768c720a2662c8e8))
* improve test coverage ([216f7c3](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/216f7c3cb25b7b229d4140cb51edf41d7f470517))
* listen to release created ([8a156dd](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/8a156dd333c21071d75192daf5779dd5685d36b1))
* output steps variables ([cd36870](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/cd36870aef9e279cda4e62dfab7c0443277558e2))
* pass PAT instead of GH token ([8fe2b69](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/8fe2b69fd531f4aaecbce461f699225e3fb5027c))
* re-org github action ([9fc1aed](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/9fc1aed6eed91e1fbda711b6722a2c3de5478b69))
* remove commented code ([2553cf0](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/2553cf0ed4c0385611d211ae8aa638525ee78744))
* remove echo ([36f0056](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/36f0056983d1cdf5a550c75fd4fdf5f8ad126e47))
* simplify github workflow ([a128208](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/a1282081979ab2297b3aabeb7c4afb6912b2160b))
* step msg ([8e8ffd4](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/8e8ffd47fbfbc79d1a6304c55c3afd66e679132f))
* test release ([2b787cb](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/2b787cb91f62db694a9378d57dffa1b3e119b00f))
* test release ([0e28a13](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/0e28a137f14c67a19e1a01c69a8f1a03c1a5eef0))


### Miscellaneous Chores

* release 0.0.1 ([6756050](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/675605065fb1e1b4f54cc5fa930523aee49eadf7))
* release 0.0.2 ([08b9479](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/08b94798c56f5a494fa6116f5cac92bac7726201))
* release 0.0.2 ([995eeb3](https://github.com/remisbaima/license-checker-cyclonedx-maven-plugin/commit/995eeb3e5e6402be336d631ae7af05f84ba13731))
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

<licenses>
Expand Down

0 comments on commit e771043

Please sign in to comment.