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

Commit 6430ada

Browse files
author
Vinay Vishal
committed
Update pom with latest copyright plugin version
1 parent 7265df0 commit 6430ada

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

copyright-exclude

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
copyright-exclude
22
LICENSE
3-
README.md
3+
README
44
CONTRIBUTING.md
55
src/main/javadoc/doc-files/expert-draft-bg-blank.graffle
66
src/main/javadoc/doc-files/expert-draft-bg-blank.png

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<findbugs.version>3.0.4</findbugs.version>
6868
<findbugs.exclude>exclude.xml</findbugs.exclude>
6969
<findbugs.threshold>Low</findbugs.threshold>
70-
<copyright-plugin.version>1.41</copyright-plugin.version>
70+
<copyright-plugin.version>1.49</copyright-plugin.version>
7171
</properties>
7272
<name>Java Servlet API</name>
7373

@@ -329,6 +329,7 @@
329329
<excludeFile>
330330
${basedir}/copyright-exclude
331331
</excludeFile>
332+
<ignoreYear>true</ignoreYear>
332333
</configuration>
333334
<executions>
334335
<execution>

0 commit comments

Comments
 (0)