Skip to content

Commit

Permalink
Version Bump: GlassFish Copyright Maven Plugin 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Aug 12, 2023
1 parent 01e6deb commit 4ab081b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -98,6 +98,7 @@
<maven.checkstyle.plugin.version>3.3.0</maven.checkstyle.plugin.version>
<buildnumber.maven.plugin.version>3.2.0</buildnumber.maven.plugin.version>
<build.helper.maven.plugin.version>3.4.0</build.helper.maven.plugin.version>
<glassfish.copyright.maven.plugin>2.4</glassfish.copyright.maven.plugin>

<api.package>jakarta.ws.rs</api.package>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -332,7 +333,7 @@
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>1.39</version>
<version>${glassfish.copyright.maven.plugin}</version>
<configuration>
<excludeFile>${basedir}/../etc/config/copyright-exclude</excludeFile>
<!--svn|mercurial|git - defaults to svn-->
Expand Down

0 comments on commit 4ab081b

Please sign in to comment.