Forgot to include the <parent> section.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@987053 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/samples.annotation/pom.xml b/dependencymanager/samples.annotation/pom.xml
index 64e0632..ccb743e 100644
--- a/dependencymanager/samples.annotation/pom.xml
+++ b/dependencymanager/samples.annotation/pom.xml
@@ -1,11 +1,16 @@
 <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">

 	<modelVersion>4.0.0</modelVersion>

-	<packaging>bundle</packaging>

-	<groupId>test</groupId>

-	<artifactId>org.apache.felix.dependencymanager.samples.annotation</artifactId>

-	<version>3.0.0-SNAPSHOT</version>

+	

+	<parent>

+		<groupId>org.apache.felix</groupId>

+		<artifactId>dependencymanager-reactor</artifactId>

+		<version>3.0.0-SNAPSHOT</version>

+	</parent>

+	

 	<name>Apache Felix Dependency Manager Annotation Samples</name>

+	<artifactId>org.apache.felix.dependencymanager.samples.annotation</artifactId>

+	<packaging>bundle</packaging>

 

 	<dependencies>

 		<dependency>