Skip to content

Commit

Permalink
Bump com.mycila:license-maven-plugin from 4.2 to 4.3 (#3198)
Browse files Browse the repository at this point in the history
* Bump com.mycila:license-maven-plugin from 4.2 to 4.3

Bumps com.mycila:license-maven-plugin from 4.2 to 4.3.

---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove unnecessary error message

The license-maven-plugin now has a message equivalent to the custom one
we previously defined.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefano Cordio <stefano_cordio@epam.com>
  • Loading branch information
dependabot[bot] and scordio committed Sep 28, 2023
1 parent df15f4a commit f38cb0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<rootDirectory>${project.basedir}</rootDirectory>
<spotless.skip>true</spotless.skip>
<!-- Plugin versions -->
<license-maven-plugin.version>4.2</license-maven-plugin.version>
<license-maven-plugin.version>4.3</license-maven-plugin.version>
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
Expand Down Expand Up @@ -219,7 +219,6 @@
</execution>
</executions>
<configuration>
<errorMessage>Some files do not have the expected license header. Run license:format to update them.</errorMessage>
<licenseSets>
<licenseSet>
<inlineHeader><![CDATA[
Expand Down

0 comments on commit f38cb0a

Please sign in to comment.