Updated versions.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1328636 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/handler/jmx/pom.xml b/ipojo/tests/handler/jmx/pom.xml
index 5b27d46..51d9697 100644
--- a/ipojo/tests/handler/jmx/pom.xml
+++ b/ipojo/tests/handler/jmx/pom.xml
@@ -23,7 +23,7 @@
         <groupId>ipojo.tests</groupId>

         <artifactId>ipojo.tests</artifactId>

         <version>1.5.0-SNAPSHOT</version>

-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>

     </parent>

     <groupId>ipojo.tests</groupId>

     <version>1.5.0-SNAPSHOT</version>

@@ -32,39 +32,40 @@
     <name>iPOJO JMX Handler Test Suite</name>

     <artifactId>tests.jmx.handler</artifactId>

 

-  <dependencies>
+  <dependencies>

         <dependency>

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

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

         </dependency>

-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.ipojo</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.ipojo.handler.jmx</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-    </dependency>
-  </dependencies>
+    <dependency>

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

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

+      <version>${ipojo.core.snapshot}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.core</artifactId>

+    </dependency>

+    <dependency>

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

+      <artifactId>org.apache.felix.ipojo.handler.jmx</artifactId>

+      <version>1.5.0-SNAPSHOT</version>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>3.8.1</version>

+    </dependency>

+    <dependency>

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

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

+      <version>1.1.0-SNAPSHOT</version>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+    </dependency>

+  </dependencies>

     <build>

         <plugins>

             <plugin>

@@ -104,25 +105,25 @@
                 </executions>

             </plugin>

             <plugin>

-            <groupId>org.apache.felix</groupId>
-            <artifactId>maven-junit4osgi-plugin
-            </artifactId>
-            <version>1.1.0-SNAPSHOT</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>test</goal>
-                </goals>
-                <configuration>
-                  <hideOutputs>false</hideOutputs>
-                  <logService>false</logService>
-                  <configuration>
-                  <org.osgi.http.port>8083</org.osgi.http.port>
-                  </configuration>
-                </configuration>
-              </execution>
-            </executions>
-         </plugin>
+            <groupId>org.apache.felix</groupId>

+            <artifactId>maven-junit4osgi-plugin

+            </artifactId>

+            <version>1.1.0-SNAPSHOT</version>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>test</goal>

+                </goals>

+                <configuration>

+                  <hideOutputs>false</hideOutputs>

+                  <logService>false</logService>

+                  <configuration>

+                  <org.osgi.http.port>8083</org.osgi.http.port>

+                  </configuration>

+                </configuration>

+              </execution>

+            </executions>

+         </plugin>

         </plugins>

     </build>

 </project>