Skip to content

Commit

Permalink
Increase copyright version 2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos committed Jan 4, 2021
1 parent 559c11a commit d307c14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
<inherited>true</inherited>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion etc/travis/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PING_LOOP_PID=$!
mvn -version

if [ "$1" = "glassfish-copyright:check" ]; then
mvn -e $1
mvn -e $1 -Dcopyright.quiet=false
else
mvn -e -U -B clean install $1 >> $BUILD_OUTPUT 2>&1
fi
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
<!--svn|mercurial|git - defaults to svn-->
<scm>git</scm>
<!-- turn on/off debugging -->
<debug>true</debug>
<debug>false</debug>
<!-- skip files not under SCM-->
<scmOnly>true</scmOnly>
<!-- turn off warnings -->
Expand Down

0 comments on commit d307c14

Please sign in to comment.