Release Beryllium-SR3
[controller.git] / opendaylight / config / config-it-base / pom.xml
index def8cd3fd36a302679d3cee3071495428aa3833b..94e9cb68965b6c28cf476d56b63a23c441087a5d 100644 (file)
@@ -11,8 +11,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
-    <relativePath/>
+    <version>0.4.3-Beryllium-SR3</version>
+    <relativePath>../config-parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>config-it-base</artifactId>
@@ -76,10 +76,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <artifactId>junit</artifactId>
         <scope>compile</scope>
     </dependency>
-    <dependency>
-        <groupId>org.apache.karaf.tooling</groupId>
-        <artifactId>karaf-maven-plugin</artifactId>
-        <version>${karaf.version}</version>
-    </dependency>
   </dependencies>
+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+  </build>
 </project>