Use parent pom 4

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1723477 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/parent/pom.xml b/http/parent/pom.xml
index f42dc55..1132a9c 100755
--- a/http/parent/pom.xml
+++ b/http/parent/pom.xml
@@ -23,12 +23,11 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>3</version>
+        <version>4-SNAPSHOT</version>
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
     <name>Apache Felix Http Parent POM</name>
-    <groupId>org.apache.felix</groupId>
     <artifactId>org.apache.felix.http.parent</artifactId>
     <version>9-SNAPSHOT</version>
     <packaging>pom</packaging>
@@ -89,42 +88,6 @@
                         </instructions>                        
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.rat</groupId>
-                    <artifactId>apache-rat-plugin</artifactId>
-                    <configuration>
-                        <excludes combine.children="append">
-                            <!--  Used by maven-remote-resources-plugin -->
-                            <exclude>src/main/appended-resources/META-INF/*</exclude>
-                            <!--  Generated by maven-remote-resources-plugin -->
-                            <exclude>velocity.log</exclude>
-                            <!-- don't check anything in target -->
-                            <exclude>target/*</exclude>
-                            <!-- README files in markdown format -->
-                            <exclude>README.md</exclude>
-                            <!-- Ignore files generated bei IDE plugins e.g. maven-eclipse-plugin -->
-                            <exclude>maven-eclipse.xml</exclude>
-                            <exclude>.*</exclude>
-                            <exclude>.*/**</exclude>
-                            <!-- Exclude all JSON files -->
-                            <exclude>**/*.json</exclude>
-                            <!-- Generated for release source archives -->
-                            <exclude>DEPENDENCIES</exclude>
-                            <!-- .rej files from svn/patch -->
-                            <exclude>**/*.rej</exclude>
-                            <!-- Exclude Java crash log files -->
-                            <exclude>hs_err_*.log</exclude>
-                        </excludes>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <phase>verify</phase>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
             </plugins>
         </pluginManagement>
     </build>