Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Update pom with latest copyright plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Vishal committed Apr 20, 2018
1 parent 7265df0 commit 6430ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion copyright-exclude
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
copyright-exclude
LICENSE
README.md
README
CONTRIBUTING.md
src/main/javadoc/doc-files/expert-draft-bg-blank.graffle
src/main/javadoc/doc-files/expert-draft-bg-blank.png
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<findbugs.version>3.0.4</findbugs.version>
<findbugs.exclude>exclude.xml</findbugs.exclude>
<findbugs.threshold>Low</findbugs.threshold>
<copyright-plugin.version>1.41</copyright-plugin.version>
<copyright-plugin.version>1.49</copyright-plugin.version>
</properties>
<name>Java Servlet API</name>

Expand Down Expand Up @@ -329,6 +329,7 @@
<excludeFile>
${basedir}/copyright-exclude
</excludeFile>
<ignoreYear>true</ignoreYear>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 6430ada

Please sign in to comment.