Author: clement
Date: Thu Feb 28 07:19:14 2013
New Revision: 1451122
URL: http://svn.apache.org/r1451122
Log:
FELIX-3903 - declare the parent pom in the event admin integration tests
Modified:
felix/trunk/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
felix/trunk/ipojo/handler/eventadmin/pom.xml
Modified: felix/trunk/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml?rev=1451122&r1=1451121&r2=1451122&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
(original)
+++ felix/trunk/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml Thu Feb
28 07:19:14 2013
@@ -18,10 +18,15 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix-parent</artifactId>
+ <version>1.2.1</version>
+ <relativePath>../../../../pom/pom.xml</relativePath>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
- <groupId>org.apache.felix</groupId>
<name>Apache Felix iPOJO Event Admin Handler - Integration Test</name>
<artifactId>org.apache.felix.ipojo.handler.eventadmin-it</artifactId>
<version>1.9.0-SNAPSHOT</version>
Modified: felix/trunk/ipojo/handler/eventadmin/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/eventadmin/pom.xml?rev=1451122&r1=1451121&r2=1451122&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/eventadmin/pom.xml (original)
+++ felix/trunk/ipojo/handler/eventadmin/pom.xml Thu Feb 28 07:19:14 2013
@@ -21,7 +21,7 @@
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
<version>1.2.1</version>
- <relativePath>../../pom/pom.xml</relativePath>
+ <relativePath>../../../pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.apache.felix.ipojo.handler.event-admin-handler-project</artifactId>
@@ -53,18 +53,6 @@
<profiles>
<profile>
- <id>test</id>
- <modules>
- <module>core-it</module>
- </modules>
- </profile>
- <profile>
- <id>test-all</id>
- <modules>
- <module>core-it</module>
- </modules>
- </profile>
- <profile>
<id>release</id>
<build>
<plugins>