Skip to content

Commit

Permalink
upgrade maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Mar 21, 2023
1 parent 59107fb commit 58962ac
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions pom.xml
Expand Up @@ -74,23 +74,27 @@
<target>1.7</target>
</configuration>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.codehaus.mojo</groupId>-->
<!-- <artifactId>buildnumber-maven-plugin</artifactId>-->
<!-- <version>3.0.0</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <phase>validate</phase>-->
<!-- <goals>-->
<!-- <goal>create</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- <configuration>-->
<!-- <doCheck>false</doCheck>-->
<!-- <doUpdate>true</doUpdate>-->
<!-- </configuration>-->
<!-- </plugin>-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>create</goal>
</goals>
</execution>
</executions>
<configuration>
<doCheck>false</doCheck>
<doUpdate>true</doUpdate>
<format>yyyyMMddHHmmss</format>
<items>
<item>timestamp</item>
</items>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
Expand Down

0 comments on commit 58962ac

Please sign in to comment.