Migrate the test suite to iPOJO 1.3.0-SNAPSHOT
Update the iPOJO start level of the lifecycle callback handler.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@742350 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/handler/whiteboard/pom.xml b/ipojo/tests/handler/whiteboard/pom.xml
index 423f42c..43aab67 100644
--- a/ipojo/tests/handler/whiteboard/pom.xml
+++ b/ipojo/tests/handler/whiteboard/pom.xml
@@ -1,6 +1,6 @@
 <project>

   <groupId>ipojo.tests</groupId>

-  <version>1.1.0-SNAPSHOT</version>

+  <version>1.3.0-SNAPSHOT</version>

   <modelVersion>4.0.0</modelVersion>

   <packaging>bundle</packaging>

   <name>iPOJO White Board Pattern Handler Test Suite</name>

@@ -9,7 +9,7 @@
     <dependency>

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

       <artifactId>org.apache.felix.ipojo</artifactId>

-      <version>1.1.0-SNAPSHOT</version>

+      <version>1.3.0-SNAPSHOT</version>

     </dependency>

 	<dependency>

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

@@ -44,7 +44,7 @@
 	<plugin>

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

 		<artifactId>maven-ipojo-plugin</artifactId>

-		<version>1.1.0-SNAPSHOT</version>

+		<version>1.3.0-SNAPSHOT</version>

 		<executions>

 			<execution>

 				<goals>