You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2008/03/29 16:04:04 UTC

svn commit: r642546 - in /felix/trunk/ipojo: annotations/ ant/ arch/ composite/ core/ event.admin.handler/ examples/ examples/junit4osgi/ examples/junit4osgi/felix-command/ examples/junit4osgi/immediate-launcher/ examples/junit4osgi/junit4osgi/ example...

Author: clement
Date: Sat Mar 29 08:04:02 2008
New Revision: 642546

URL: http://svn.apache.org/viewvc?rev=642546&view=rev
Log:
Add missing header in pom file.
Modify parent section of pom files to point on the felix pom file.

Removed:
    felix/trunk/ipojo/examples/junit4osgi/metadata.xml
Modified:
    felix/trunk/ipojo/annotations/pom.xml
    felix/trunk/ipojo/ant/pom.xml
    felix/trunk/ipojo/arch/pom.xml
    felix/trunk/ipojo/composite/pom.xml
    felix/trunk/ipojo/core/pom.xml
    felix/trunk/ipojo/event.admin.handler/pom.xml
    felix/trunk/ipojo/examples/junit4osgi/felix-command/pom.xml
    felix/trunk/ipojo/examples/junit4osgi/immediate-launcher/pom.xml
    felix/trunk/ipojo/examples/junit4osgi/junit4osgi/pom.xml
    felix/trunk/ipojo/examples/junit4osgi/pom.xml
    felix/trunk/ipojo/examples/junit4osgi/swing-runner/pom.xml
    felix/trunk/ipojo/examples/pom.xml
    felix/trunk/ipojo/examples/property-handler/PropertyHandler/pom.xml
    felix/trunk/ipojo/examples/property-handler/PropertyHandlerTest/pom.xml
    felix/trunk/ipojo/examples/property-handler/pom.xml
    felix/trunk/ipojo/examples/tutorial-maven/hello.client.annotation/pom.xml
    felix/trunk/ipojo/examples/tutorial-maven/hello.impl.annotation/pom.xml
    felix/trunk/ipojo/examples/tutorial-maven/pom.xml
    felix/trunk/ipojo/extender.pattern.handler/pom.xml
    felix/trunk/ipojo/jmx.handler/pom.xml
    felix/trunk/ipojo/manipulator/pom.xml
    felix/trunk/ipojo/metadata/pom.xml
    felix/trunk/ipojo/plugin/pom.xml
    felix/trunk/ipojo/tests/pom.xml
    felix/trunk/ipojo/tests/tests.composite/pom.xml
    felix/trunk/ipojo/tests/tests.core/pom.xml
    felix/trunk/ipojo/white.board.pattern.handler/pom.xml

Modified: felix/trunk/ipojo/annotations/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/annotations/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/annotations/pom.xml (original)
+++ felix/trunk/ipojo/annotations/pom.xml Sat Mar 29 08:04:02 2008
@@ -16,53 +16,55 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<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/xsd/maven-4.0.0.xsd">
-  <parent>
-    <artifactId>iPOJO</artifactId>
-    <groupId>org.apache.felix</groupId>
-    <version>0.7.6-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>org.apache.felix.ipojo.annotations</artifactId>
-  <packaging>bundle</packaging>
-  <name>Apache Felix iPOJO Annotations</name>
-  <build>
-  <plugins>
-  <plugin>
-		<groupId>org.apache.maven.plugins</groupId>
-		<artifactId>maven-compiler-plugin</artifactId>
-		<configuration>
-		<source>1.5</source>
-		<target>1.5</target>
-		</configuration>
-	</plugin>
-  	<plugin>
+<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/xsd/maven-4.0.0.xsd">
+  <parent>
+		<groupId>org.apache.felix</groupId>
+		<artifactId>felix</artifactId>
+		<version>1.0.2</version>
+		<relativePath>../../pom/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>org.apache.felix.ipojo.annotations</artifactId>
+  <groupId>org.apache.felix</groupId>
+  <version>0.7.6-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+  <name>Apache Felix iPOJO Annotations</name>
+  <build>
+  <plugins>
+  <plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-compiler-plugin</artifactId>
+		<configuration>
+		<source>1.5</source>
+		<target>1.5</target>
+		</configuration>
+	</plugin>
+  	<plugin>
     	<groupId>org.apache.felix</groupId>
-    	<artifactId>maven-bundle-plugin</artifactId>
+    	<artifactId>maven-bundle-plugin</artifactId>
         <version>1.4.0</version>
-    	<extensions>true</extensions>
-    	<configuration>
-        	<instructions>          
-          		<Bundle-Name>iPOJO Annotation</Bundle-Name>
-		        <Bundle-Vendor>Clement ESCOFFIER</Bundle-Vendor>
-        		<Bundle-Description> iPOJO Annotations </Bundle-Description>
-          		<Export-Package>org.apache.felix.ipojo.annotations</Export-Package>
-        	</instructions>
-    	</configuration>
-  	</plugin>
-  </plugins>
-  </build>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <configLocation>http://people.apache.org/~clement/styles/checkstyle_ipojo.xml</configLocation>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
+    	<extensions>true</extensions>
+    	<configuration>
+        	<instructions>          
+          		<Bundle-Name>iPOJO Annotation</Bundle-Name>
+		        <Bundle-Vendor>Clement ESCOFFIER</Bundle-Vendor>
+        		<Bundle-Description> iPOJO Annotations </Bundle-Description>
+          		<Export-Package>org.apache.felix.ipojo.annotations</Export-Package>
+        	</instructions>
+    	</configuration>
+  	</plugin>
+  </plugins>
+  </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>http://people.apache.org/~clement/styles/checkstyle_ipojo.xml</configLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

Modified: felix/trunk/ipojo/ant/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/ant/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/ant/pom.xml (original)
+++ felix/trunk/ipojo/ant/pom.xml Sat Mar 29 08:04:02 2008
@@ -20,13 +20,15 @@
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<parent>
-		<artifactId>iPOJO</artifactId>
 		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
+		<artifactId>felix</artifactId>
+		<version>1.0.2</version>
+		<relativePath>../../pom/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>org.apache.felix.ipojo.ant</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Apache Felix iPOJO Ant Task</name>
 	<dependencies>

Modified: felix/trunk/ipojo/arch/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/arch/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/arch/pom.xml (original)
+++ felix/trunk/ipojo/arch/pom.xml Sat Mar 29 08:04:02 2008
@@ -18,15 +18,17 @@
 -->
 <project>
 	<parent>
-		<artifactId>iPOJO</artifactId>
 		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
+		<artifactId>felix</artifactId>
+		<version>1.0.2</version>
+		<relativePath>../../pom/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Apache Felix iPOJO Arch Command</name>
 	<artifactId>org.apache.felix.ipojo.arch</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>${pom.groupId}</groupId>

Modified: felix/trunk/ipojo/composite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/composite/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/composite/pom.xml (original)
+++ felix/trunk/ipojo/composite/pom.xml Sat Mar 29 08:04:02 2008
@@ -18,15 +18,17 @@
 -->
 <project>
 	<parent>
-		<artifactId>iPOJO</artifactId>
 		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
+		<artifactId>felix</artifactId>
+		<version>1.0.2</version>
+		<relativePath>../../pom/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Apache Felix iPOJO Composite</name>
 	<artifactId>org.apache.felix.ipojo.composite</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>${pom.groupId}</groupId>

Modified: felix/trunk/ipojo/core/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/core/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/core/pom.xml (original)
+++ felix/trunk/ipojo/core/pom.xml Sat Mar 29 08:04:02 2008
@@ -18,15 +18,17 @@
 -->
 <project>
 	<parent>
-		<artifactId>iPOJO</artifactId>
 		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
+		<artifactId>felix</artifactId>
+		<version>1.0.2</version>
+		<relativePath>../../pom/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Apache Felix iPOJO</name>
 	<artifactId>org.apache.felix.ipojo</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>${pom.groupId}</groupId>

Modified: felix/trunk/ipojo/event.admin.handler/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/event.admin.handler/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/event.admin.handler/pom.xml (original)
+++ felix/trunk/ipojo/event.admin.handler/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,16 +17,12 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<artifactId>iPOJO</artifactId>
-		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Apache Felix iPOJO Event Admin Handler</name>
 	<artifactId>org.apache.felix.ipojo.handler.event</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 
 	<dependencies>
 		<dependency>

Modified: felix/trunk/ipojo/examples/junit4osgi/felix-command/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/junit4osgi/felix-command/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/junit4osgi/felix-command/pom.xml (original)
+++ felix/trunk/ipojo/examples/junit4osgi/felix-command/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,18 +17,14 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<groupId>ipojo.examples</groupId>
-		<artifactId>Junit4Osgi</artifactId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Junit4Osgi-Felix-Command</name>
 	<artifactId>
 		org.apache.felix.ipojo.junit4osgi.felix-command
 	</artifactId>
+	<groupId>ipojo.examples</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>${pom.groupId}</groupId>

Modified: felix/trunk/ipojo/examples/junit4osgi/immediate-launcher/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/junit4osgi/immediate-launcher/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/junit4osgi/immediate-launcher/pom.xml (original)
+++ felix/trunk/ipojo/examples/junit4osgi/immediate-launcher/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,18 +17,14 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<groupId>ipojo.examples</groupId>
-		<artifactId>Junit4Osgi</artifactId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Junit4Osgi-Immediate-Runner</name>
 	<artifactId>
 		org.apache.felix.ipojo.junit4osgi.immediate-runner
 	</artifactId>
+	<groupId>ipojo.examples</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>${pom.groupId}</groupId>

Modified: felix/trunk/ipojo/examples/junit4osgi/junit4osgi/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/junit4osgi/junit4osgi/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/junit4osgi/junit4osgi/pom.xml (original)
+++ felix/trunk/ipojo/examples/junit4osgi/junit4osgi/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,16 +17,12 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<groupId>ipojo.examples</groupId>
-		<artifactId>Junit4Osgi</artifactId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Junit4Osgi</name>
 	<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
+	<groupId>ipojo.examples</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

Modified: felix/trunk/ipojo/examples/junit4osgi/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/junit4osgi/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/junit4osgi/pom.xml (original)
+++ felix/trunk/ipojo/examples/junit4osgi/pom.xml Sat Mar 29 08:04:02 2008
@@ -1,13 +1,26 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
 <project>
-  <parent>
-    <groupId>ipojo.examples</groupId>
-  	<artifactId>ipojo.examples</artifactId>
-  	<version>0.7.6-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>Junit4Osgi</artifactId>
+  <groupId>ipojo.examples</groupId>
+  <version>0.7.6-SNAPSHOT</version>
   <name>Apache Felix iPOJO Junit4OSGi</name>
   <packaging>pom</packaging>
 

Modified: felix/trunk/ipojo/examples/junit4osgi/swing-runner/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/junit4osgi/swing-runner/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/junit4osgi/swing-runner/pom.xml (original)
+++ felix/trunk/ipojo/examples/junit4osgi/swing-runner/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,16 +17,12 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<groupId>ipojo.examples</groupId>
-		<artifactId>Junit4Osgi</artifactId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Junit4Osgi-Swing-GUI</name>
 	<artifactId>org.apache.felix.ipojo.junit4osgi.swing-gui</artifactId>
+	<groupId>ipojo.examples</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>${pom.groupId}</groupId>

Modified: felix/trunk/ipojo/examples/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/pom.xml (original)
+++ felix/trunk/ipojo/examples/pom.xml Sat Mar 29 08:04:02 2008
@@ -1,14 +1,26 @@
-<project>
-  <parent>
-    <groupId>org.apache.felix</groupId>
-    <artifactId>iPOJO</artifactId>
-    <version>0.7.6-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
+<!--
+ 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.
+-->
+<project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>ipojo.examples</groupId>
   <artifactId>ipojo.examples</artifactId>
+  <version>0.7.6-SNAPSHOT</version>
   <name>Apache Felix iPOJO Examples</name>
   <packaging>pom</packaging>
   <modules>

Modified: felix/trunk/ipojo/examples/property-handler/PropertyHandler/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/property-handler/PropertyHandler/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/property-handler/PropertyHandler/pom.xml (original)
+++ felix/trunk/ipojo/examples/property-handler/PropertyHandler/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,18 +17,14 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<groupId>ipojo.examples</groupId>
-		<artifactId>ipojo.examples.property.handler</artifactId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Apache Felix iPOJO Property Handler</name>
 	<artifactId>
 		org.apache.felix.ipojo.example.handler.property
 	</artifactId>
+	<groupId>ipojo.examples</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

Modified: felix/trunk/ipojo/examples/property-handler/PropertyHandlerTest/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/property-handler/PropertyHandlerTest/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/property-handler/PropertyHandlerTest/pom.xml (original)
+++ felix/trunk/ipojo/examples/property-handler/PropertyHandlerTest/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,18 +17,14 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<groupId>ipojo.examples</groupId>
-		<artifactId>ipojo.examples.property.handler</artifactId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Apache Felix iPOJO Property Handler Test</name>
 	<artifactId>
 		org.apache.felix.ipojo.example.handler.property.test
 	</artifactId>
+	<groupId>ipojo.examples</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

Modified: felix/trunk/ipojo/examples/property-handler/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/property-handler/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/property-handler/pom.xml (original)
+++ felix/trunk/ipojo/examples/property-handler/pom.xml Sat Mar 29 08:04:02 2008
@@ -1,13 +1,26 @@
-<project>
- <parent>
-    <groupId>ipojo.examples</groupId>
-  	<artifactId>ipojo.examples</artifactId>
-  	<version>0.7.6-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
+<!--
+ 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.
+-->
+<project>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ipojo.examples.property.handler</artifactId>
+  <groupId>ipojo.examples</groupId>
+  <version>0.7.6-SNAPSHOT</version>
   <name>Apache Felix iPOJO Property Handler</name>
   <packaging>pom</packaging>
 

Modified: felix/trunk/ipojo/examples/tutorial-maven/hello.client.annotation/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/tutorial-maven/hello.client.annotation/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/tutorial-maven/hello.client.annotation/pom.xml (original)
+++ felix/trunk/ipojo/examples/tutorial-maven/hello.client.annotation/pom.xml Sat Mar 29 08:04:02 2008
@@ -19,15 +19,21 @@
     </dependency>
   </dependencies>
   
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>snapshot plugins</name>
-      <url>
-        http://people.apache.org/repo/m2-snapshot-repository
-      </url>
-    </pluginRepository>
-  </pluginRepositories>
+	<pluginRepositories>
+		<pluginRepository>
+			<id>apache.snapshots</id>
+			<name>snapshot plugins</name>
+			<url>
+				http://people.apache.org/repo/m2-snapshot-repository
+			</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+		</pluginRepository>
+	</pluginRepositories>
   
   <build>
     <plugins>
@@ -53,6 +59,7 @@
       <plugin>
 	      <groupId>org.apache.felix</groupId>
 	      <artifactId>maven-ipojo-plugin</artifactId>
+		  <version>0.7.6-SNAPSHOT</version>
 		  <executions>
           	<execution>
             	<goals>

Modified: felix/trunk/ipojo/examples/tutorial-maven/hello.impl.annotation/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/tutorial-maven/hello.impl.annotation/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/tutorial-maven/hello.impl.annotation/pom.xml (original)
+++ felix/trunk/ipojo/examples/tutorial-maven/hello.impl.annotation/pom.xml Sat Mar 29 08:04:02 2008
@@ -31,6 +31,12 @@
 			<url>
 				http://people.apache.org/repo/m2-snapshot-repository
 			</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
 		</pluginRepository>
 	</pluginRepositories>
 
@@ -75,6 +81,7 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-ipojo-plugin</artifactId>
+				<version>0.7.6-SNAPSHOT</version>
 				<executions>
 					<execution>
 						<goals>

Modified: felix/trunk/ipojo/examples/tutorial-maven/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/examples/tutorial-maven/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/examples/tutorial-maven/pom.xml (original)
+++ felix/trunk/ipojo/examples/tutorial-maven/pom.xml Sat Mar 29 08:04:02 2008
@@ -1,12 +1,26 @@
+<!--
+ 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.
+-->
 <project>
-  <parent>
-    <groupId>ipojo.examples</groupId>
-  	<artifactId>ipojo.examples</artifactId>
-  	<version>0.7.6-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ipojo.tutorial</artifactId>
+  <groupId>ipojo.examples</groupId>
+  <version>0.7.6-SNAPSHOT</version>
   <name>Apache Felix iPOJO Tutorial</name>
   <packaging>pom</packaging>
   <modules>

Modified: felix/trunk/ipojo/extender.pattern.handler/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/extender.pattern.handler/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/extender.pattern.handler/pom.xml (original)
+++ felix/trunk/ipojo/extender.pattern.handler/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,18 +17,14 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<artifactId>iPOJO</artifactId>
-		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Apache Felix iPOJO Extender Pattern Handler</name>
 	<artifactId>
 		org.apache.felix.ipojo.handler.extender.pattern
 	</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 
 	<dependencies>
 		<dependency>

Modified: felix/trunk/ipojo/jmx.handler/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/jmx.handler/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/jmx.handler/pom.xml (original)
+++ felix/trunk/ipojo/jmx.handler/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,15 +17,11 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<artifactId>iPOJO</artifactId>
-		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<artifactId>org.apache.felix.ipojo.handler.jmx</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<name>Apache Felix iPOJO JMX Handler</name>
 
 	<dependencies>

Modified: felix/trunk/ipojo/manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/pom.xml Sat Mar 29 08:04:02 2008
@@ -20,14 +20,16 @@
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<parent>
-		<artifactId>iPOJO</artifactId>
 		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
+		<artifactId>felix</artifactId>
+		<version>1.0.2</version>
+		<relativePath>../../pom/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<name>Apache Felix iPOJO Manipulator</name>
 
 	<dependencies>

Modified: felix/trunk/ipojo/metadata/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/metadata/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/metadata/pom.xml (original)
+++ felix/trunk/ipojo/metadata/pom.xml Sat Mar 29 08:04:02 2008
@@ -18,13 +18,15 @@
 -->
 <project>
 	<parent>
-		<artifactId>iPOJO</artifactId>
 		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
+		<artifactId>felix</artifactId>
+		<version>1.0.2</version>
+		<relativePath>../../pom/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>org.apache.felix.ipojo.metadata</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Apache Felix iPOJO Metadata</name>
 	<build>

Modified: felix/trunk/ipojo/plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/plugin/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/pom.xml (original)
+++ felix/trunk/ipojo/plugin/pom.xml Sat Mar 29 08:04:02 2008
@@ -18,13 +18,16 @@
 -->
 <project>
 	<parent>
-		<artifactId>iPOJO</artifactId>
 		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
+		<artifactId>felix</artifactId>
+		<version>1.0.2</version>
+		<relativePath>../../pom/pom.xml</relativePath>
 	</parent>
+
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>maven-ipojo-plugin</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<name>Apache Felix iPOJO Maven Plugin</name>
 	<packaging>maven-plugin</packaging>
 	<dependencies>

Modified: felix/trunk/ipojo/tests/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/pom.xml (original)
+++ felix/trunk/ipojo/tests/pom.xml Sat Mar 29 08:04:02 2008
@@ -1,14 +1,26 @@
-<project>
-  <parent>
-    <groupId>org.apache.felix</groupId>
-    <artifactId>iPOJO</artifactId>
-    <version>0.7.6-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
+<!--
+ 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.
+-->
+<project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>ipojo.tests</groupId>
   <artifactId>ipojo.tests</artifactId>
+  <version>0.7.6-SNAPSHOT</version>
   <name>Apache Felix iPOJO Tests</name>
   <packaging>pom</packaging>
   <profiles>

Modified: felix/trunk/ipojo/tests/tests.composite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/tests.composite/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/tests.composite/pom.xml (original)
+++ felix/trunk/ipojo/tests/tests.composite/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,17 +17,12 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<groupId>ipojo.tests</groupId>
-		<artifactId>ipojo.tests</artifactId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
-
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>iPOJO Composite Test Suite</name>
 	<artifactId>tests.composite</artifactId>
+	<groupId>ipojo.tests</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

Modified: felix/trunk/ipojo/tests/tests.core/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/tests.core/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/tests.core/pom.xml (original)
+++ felix/trunk/ipojo/tests/tests.core/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,16 +17,12 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<groupId>ipojo.tests</groupId>
-		<artifactId>ipojo.tests</artifactId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>iPOJO Test Suite</name>
 	<artifactId>tests.core</artifactId>
+	<groupId>ipojo.tests</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

Modified: felix/trunk/ipojo/white.board.pattern.handler/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/white.board.pattern.handler/pom.xml?rev=642546&r1=642545&r2=642546&view=diff
==============================================================================
--- felix/trunk/ipojo/white.board.pattern.handler/pom.xml (original)
+++ felix/trunk/ipojo/white.board.pattern.handler/pom.xml Sat Mar 29 08:04:02 2008
@@ -17,18 +17,14 @@
 	under the License.
 -->
 <project>
-	<parent>
-		<artifactId>iPOJO</artifactId>
-		<groupId>org.apache.felix</groupId>
-		<version>0.7.6-SNAPSHOT</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>
 	<name>Apache Felix iPOJO White Board Pattern Handler</name>
 	<artifactId>
 		org.apache.felix.ipojo.handler.white.board.pattern
 	</artifactId>
+	<groupId>org.apache.felix</groupId>
+	<version>0.7.6-SNAPSHOT</version>
 
 	<dependencies>
 		<dependency>