Remove dependencies on Java 5 in the API
Add the API module in the iPOJO Reactor
Update iPOJO dependencies of the iPOJO API

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@742390 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/pom.xml b/ipojo/pom.xml
index 45e20e8..daebaf0 100644
--- a/ipojo/pom.xml
+++ b/ipojo/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>iPOJO</artifactId>
   <groupId>org.apache.felix</groupId>
   <name>Apache Felix iPOJO</name>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   
   	<modules>
@@ -43,7 +43,7 @@
 		<module>handler/temporal</module>
 		<module>handler/eventadmin</module>
 		<module>handler/whiteboard</module>
-		
+		<module>api</module>
 	</modules>