Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-01-13 08:20:35 +0000
committerAlexander Kurtakov2017-01-13 08:21:18 +0000
commite74a94f3ce5c57af1227e6cb3f5a01a3bb5beb59 (patch)
treef5ffc3695c86bcaaa3979e17b023012311ff5350
parent785320693f898e232cc65a68cd1b39acce72769c (diff)
downloadeclipse.platform.ua-e74a94f3ce5c57af1227e6cb3f5a01a3bb5beb59.tar.gz
eclipse.platform.ua-e74a94f3ce5c57af1227e6cb3f5a01a3bb5beb59.tar.xz
eclipse.platform.ua-e74a94f3ce5c57af1227e6cb3f5a01a3bb5beb59.zip
Small incremental update to jetty-jspc-maven-plugin 9.0.7 (the latest that produces correct package names) to at least have the same groupId (important for building from source groups). Change-Id: I9085ecb15491ff1179211402900e0bb484822791 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.help.webapp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index eeed071a7..2f5aa3057 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -23,9 +23,9 @@
<build>
<plugins>
<plugin>
- <groupId>org.mortbay.jetty</groupId>
+ <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
- <version>8.1.8.v20121106</version>
+ <version>9.0.7.v20131107</version>
<executions>
<execution>
<id>jspc</id>

Back to the top