Bug 453379 - Make sure to precompile jsps with the same Jetty version

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>
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index eeed071..2f5aa30 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>