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 f4293f8 commit 59107fb
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions pom.xml
Expand Up @@ -40,7 +40,6 @@
<url>https://github.com/paultuckey/urlrewritefilter</url>
<connection>scm:git:https://github.com/paultuckey/urlrewritefilter.git</connection>
<developerConnection>scm:git:https://github.com/paultuckey/urlrewritefilter.git</developerConnection>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down Expand Up @@ -75,23 +74,23 @@
<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>-->
<!-- </configuration>-->
<!-- </plugin>-->
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
Expand Down

0 comments on commit 59107fb

Please sign in to comment.