mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16.1 (#1339)
* Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16.1 Bumps org.apache.rat:apache-rat-plugin from 0.15 to 0.16.1. --- updated-dependencies: - dependency-name: org.apache.rat:apache-rat-plugin dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fixes ASF licence reference --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukasz Lenart <lukaszlenart@apache.org>
This commit is contained in:
@@ -282,18 +282,15 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<version>0.15</version>
|
||||
<version>0.16.1</version>
|
||||
<configuration>
|
||||
<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
|
||||
<useIdeaDefaultExcludes>true</useIdeaDefaultExcludes>
|
||||
<useDefaultExcludes>true</useDefaultExcludes>
|
||||
<addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
|
||||
<licenses>
|
||||
<license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
|
||||
</licenses>
|
||||
<licenseFamilies>
|
||||
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
|
||||
</licenseFamilies>
|
||||
<approvedLicenses>
|
||||
<approvedLicense>AL</approvedLicense>
|
||||
</approvedLicenses>
|
||||
<includes>
|
||||
<include>pom.xml</include>
|
||||
<include>src/**</include>
|
||||
|
||||
Reference in New Issue
Block a user