Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jetty-toolchain/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-toolchain/pom.xml b/jetty-toolchain/pom.xml
index 07edb15..5d471fa 100644
--- a/jetty-toolchain/pom.xml
+++ b/jetty-toolchain/pom.xml
@@ -21,7 +21,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.5.1</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>

Back to the top