We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c248fe commit f737876Copy full SHA for f737876
api/pom.xml
@@ -435,16 +435,12 @@
435
<plugin>
436
<groupId>org.glassfish.copyright</groupId>
437
<artifactId>glassfish-copyright-maven-plugin</artifactId>
438
- <version>1.50</version>
+ <version>2.3</version>
439
<configuration>
440
<excludeFile>${basedir}/../etc/config/copyright-exclude</excludeFile>
441
- <!--svn|mercurial|git - defaults to svn-->
442
<scm>git</scm>
443
- <!-- turn on/off debugging -->
444
<debug>false</debug>
445
- <!-- skip files not under SCM-->
446
<scmOnly>true</scmOnly>
447
- <!-- turn off warnings -->
448
<warn>false</warn>
449
<!-- for use with repair -->
450
<update>false</update>
0 commit comments