FELIX-3258 Refer to new parent POM and reduce reactor POM to just listing child modules
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1210494 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/base/pom.xml b/http/base/pom.xml
index a8e427f..b27c5df 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -21,13 +21,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.http</artifactId>
- <version>2.2.1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
+ <artifactId>org.apache.felix.http.parent</artifactId>
+ <version>1-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<name>Apache Felix Http Base</name>
<artifactId>org.apache.felix.http.base</artifactId>
+ <version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<build>
diff --git a/http/base/src/test/resources/org/apache/felix/http/base/internal/context/resource.txt b/http/base/src/test/resources/org/apache/felix/http/base/internal/context/resource.txt
index f99bfac..bba492d 100644
--- a/http/base/src/test/resources/org/apache/felix/http/base/internal/context/resource.txt
+++ b/http/base/src/test/resources/org/apache/felix/http/base/internal/context/resource.txt
@@ -1 +1,17 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
Dummy resource...