Author: davidb
Date: Fri Dec 29 22:22:52 2017
New Revision: 1819540

URL: http://svn.apache.org/viewvc?rev=1819540&view=rev
Log:
Prepare Aries JMX Whiteboard for modular releases

Modified:
    aries/trunk/jmx/jmx-whiteboard/pom.xml

Modified: aries/trunk/jmx/jmx-whiteboard/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-whiteboard/pom.xml?rev=1819540&r1=1819539&r2=1819540&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-whiteboard/pom.xml (original)
+++ aries/trunk/jmx/jmx-whiteboard/pom.xml Fri Dec 29 22:22:52 2017
@@ -22,15 +22,16 @@
     <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.whiteboard</artifactId>
     <packaging>bundle</packaging>
+    <version>1.2-SNAPSHOT</version>
     <name>Apache Aries Whiteboard support for JMX DynamicMBean services</name>
     <description>
         This bundle implements whiteboard pattern support for DynamicMBean
@@ -39,6 +40,12 @@
         services registered in the OSGi service registry.
     </description>
 
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jmx/jmx-whiteboard</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/jmx/jmx-whiteboard</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-whiteboard</url>
+    </scm>
+
     <!-- A Note on Testing ================= This project contains two kinds 
         of tests: regular unit tests running in the test phase and integration 
tests 
         based on PAX Exam running in the integration-test phase. Basically the 
complete 
@@ -126,7 +133,7 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.core</artifactId>
-            <version>1.1.8-SNAPSHOT</version>
+            <version>1.1.8</version>
             <scope>provided</scope>
         </dependency>
 


Reply via email to