Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-12-12 21:46:40 +0000
committerJoakim Erdfelt2013-12-12 21:46:40 +0000
commit5941e9db83bcf060ed590e9b5bf8537e981c79cf (patch)
treeac10adddcc62305445c3b905e751b6e463a85726 /pom.xml
parentecf3b8a68fb67971da6d3e218fd08379b28964d8 (diff)
downloadorg.eclipse.jetty.project-5941e9db83bcf060ed590e9b5bf8537e981c79cf.tar.gz
org.eclipse.jetty.project-5941e9db83bcf060ed590e9b5bf8537e981c79cf.tar.xz
org.eclipse.jetty.project-5941e9db83bcf060ed590e9b5bf8537e981c79cf.zip
Fixing various warnings / imports
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 240804a7ed..b789173fa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.1</version>
<executions>
<execution>
<id>enforce-java</id>

Back to the top