Skip to content

Commit

Permalink
Use license plugin version from parent, update THIRD-PARTY.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 6, 2023
1 parent ca98c94 commit 1bf958b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@

<!-- license configuration -->
<license.useMissingFile>true</license.useMissingFile>
<license.failIfWarning>true</license.failIfWarning>
<license.failOnMissing>true</license.failOnMissing>
<license.licenseName>lgpl_v3</license.licenseName>
<licensePluginVersion>1.14</licensePluginVersion>

<plexusComponentVersion>2.1.1</plexusComponentVersion>
<maven-resolver.version>1.3.3</maven-resolver.version>
Expand Down Expand Up @@ -592,7 +591,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.13</version>
<executions>
<execution>
<goals>
Expand All @@ -618,7 +616,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
<reportSets>
<reportSet>
<reports>
Expand Down
7 changes: 3 additions & 4 deletions src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
# Already used licenses in project :
# - Apache License, Version 2.0
# - Apache Public License 2.0
# - Apache Software License, Version 1.1
# - Apache-2.0
# - BSD 4-Clause DOM4J
# - BSD-style license
# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
# - Eclipse Public License 1.0
# - Eclipse Public License, Version 1.0
Expand All @@ -18,8 +17,8 @@
# Please fill the missing licenses for dependencies :
#
#
#Sat Jun 22 16:55:46 CEST 2019
#Tue Jun 06 18:01:37 CEST 2023
commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
dom4j--dom4j--1.1=BSD 4-Clause DOM4J
org.codehaus.plexus--plexus-i18n--1.0-beta-7=The Apache Software License, Version 2.0
org.codehaus.plexus--plexus-i18n--1.0-beta-10=The Apache Software License, Version 2.0
oro--oro--2.0.8=The Apache Software License, Version 2.0

0 comments on commit 1bf958b

Please sign in to comment.