Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-12-02 11:01:53 +0000
committerDani Megert2014-12-02 11:01:53 +0000
commit05885253a556e32e53892ecaa533db08c13ef6fb (patch)
tree38ea936edf88e4ba7c7c50ee37331b189a67e137 /org.eclipse.help.webapp/pom.xml
parenta62fa3dbe16a5121a518cb038f38fff7e3deab20 (diff)
downloadeclipse.platform.ua-05885253a556e32e53892ecaa533db08c13ef6fb.tar.gz
eclipse.platform.ua-05885253a556e32e53892ecaa533db08c13ef6fb.tar.xz
eclipse.platform.ua-05885253a556e32e53892ecaa533db08c13ef6fb.zip
Diffstat (limited to 'org.eclipse.help.webapp/pom.xml')
-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 9d9ed479f..517ee79fb 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -23,9 +23,9 @@
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.jetty</groupId>
+ <groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
- <version>${jetty-version}</version>
+ <version>8.1.8.v20121106</version>
<executions>
<execution>
<id>jspc</id>

Back to the top