Author: davidb
Date: Fri Dec 29 21:33:03 2017
New Revision: 1819521

URL: http://svn.apache.org/viewvc?rev=1819521&view=rev
Log:
Use Aries parent pom instead of JMX one.

Modified:
    aries/trunk/jmx/jmx-blueprint-api/pom.xml

Modified: aries/trunk/jmx/jmx-blueprint-api/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-blueprint-api/pom.xml?rev=1819521&r1=1819520&r2=1819521&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-blueprint-api/pom.xml (original)
+++ aries/trunk/jmx/jmx-blueprint-api/pom.xml Fri Dec 29 21:33:03 2017
@@ -22,14 +22,15 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.aries.jmx</groupId>
-        <artifactId>org.apache.aries.jmx.parent</artifactId>
-        <version>1.1.6-SNAPSHOT</version>
-        <relativePath>../jmx-parent</relativePath>
+        <groupId>org.apache.aries</groupId>
+        <artifactId>parent</artifactId>
+        <version>2.0.1</version>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>  
 
     <groupId>org.apache.aries.jmx</groupId>
     <artifactId>org.apache.aries.jmx.blueprint.api</artifactId>
+    <version>1.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache Aries JMX Blueprint API</name>
     <description>


Reply via email to