Skip to content

Commit

Permalink
Bump apache-rat-plugin from 0.13 to 0.14 and adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Jul 2, 2022
1 parent 4f84a97 commit 2f9d862
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
*.png binary
*.jpg binary
*.gif binary
Expand Down
3 changes: 2 additions & 1 deletion build-files/rat-exclusions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@

## Databases
**/DB/**/*
**/tdb*.cfg
**/run/**/*
## JSON
**/tdb*.cfg

## Cached classpath for commands - autogenerated
**/*.classpath
Expand Down
2 changes: 2 additions & 0 deletions jena-arq/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
##
# Some tests require exact line endings
# GIT will by default override the line endings with the platform default
# So tell it not to for those files.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.13</version>
<version>0.14</version>
<!--
Run only if maven is running from this POM,
not when run in a sub-module with this as parent.
Expand Down Expand Up @@ -1129,7 +1129,7 @@
<pluginExecutionFilter>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<versionRange>[0.11,)</versionRange>
<versionRange>[0.14,)</versionRange>
<goals>
<goal>check</goal>
</goals>
Expand Down

0 comments on commit 2f9d862

Please sign in to comment.