You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2015/08/26 13:03:28 UTC

svn commit: r1697882 - in /aries/trunk/jmx: ./ jmx-api/ jmx-blueprint-api/ jmx-blueprint-bundle/ jmx-blueprint-core/ jmx-bundle/ jmx-core-whiteboard/ jmx-core/ jmx-itests/ jmx-parent/ jmx-whiteboard/

Author: davidb
Date: Wed Aug 26 11:03:28 2015
New Revision: 1697882

URL: http://svn.apache.org/r1697882
Log:
Move all SCM tags to the reactor project, as is done in the JPA project.

Modified:
    aries/trunk/jmx/jmx-api/pom.xml
    aries/trunk/jmx/jmx-blueprint-api/pom.xml
    aries/trunk/jmx/jmx-blueprint-bundle/pom.xml
    aries/trunk/jmx/jmx-blueprint-core/pom.xml
    aries/trunk/jmx/jmx-bundle/pom.xml
    aries/trunk/jmx/jmx-core-whiteboard/pom.xml
    aries/trunk/jmx/jmx-core/pom.xml
    aries/trunk/jmx/jmx-itests/pom.xml
    aries/trunk/jmx/jmx-parent/pom.xml
    aries/trunk/jmx/jmx-whiteboard/pom.xml
    aries/trunk/jmx/pom.xml

Modified: aries/trunk/jmx/jmx-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-api/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-api/pom.xml (original)
+++ aries/trunk/jmx/jmx-api/pom.xml Wed Aug 26 11:03:28 2015
@@ -36,12 +36,6 @@
         This bundle contains the JMX 1.1.0 API
     </description>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/trunk/jmx-api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/trunk/jmx-api</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/trunk/jmx-api</url>
-    </scm>
-
     <properties>
         <!-- Export package versions are maintained in packageinfo files -->
         <aries.osgi.export.pkg>

Modified: aries/trunk/jmx/jmx-blueprint-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-blueprint-api/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-blueprint-api/pom.xml (original)
+++ aries/trunk/jmx/jmx-blueprint-api/pom.xml Wed Aug 26 11:03:28 2015
@@ -36,12 +36,6 @@
         This bundle contains the JMX Blueprint API
     </description>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/trunk/jmx-blueprint-api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/trunk/jmx-blueprint-api</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/trunk/jmx-blueprint-api</url>
-    </scm>
-
     <properties>
         <!-- Export package versions are maintained in packageinfo files -->
         <aries.osgi.export.pkg>

Modified: aries/trunk/jmx/jmx-blueprint-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-blueprint-bundle/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-blueprint-bundle/pom.xml (original)
+++ aries/trunk/jmx/jmx-blueprint-bundle/pom.xml Wed Aug 26 11:03:28 2015
@@ -36,12 +36,6 @@
        This bundle contains the standalone implementation of the along with the API.
     </description>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/trunk/jmx-blueprint-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/trunk/jmx-blueprint-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/trunk/jmx-blueprint-bundle</url>
-    </scm>
-
     <properties>
         <aries.osgi.activator>
             org.apache.aries.jmx.blueprint.impl.Activator

Modified: aries/trunk/jmx/jmx-blueprint-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-blueprint-core/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-blueprint-core/pom.xml (original)
+++ aries/trunk/jmx/jmx-blueprint-core/pom.xml Wed Aug 26 11:03:28 2015
@@ -36,12 +36,6 @@
         This bundle contains the core implementation of the JMX Blueprint API
     </description>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/trunk/jmx-blueprint-core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/trunk/jmx-blueprint-core</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/trunk/jmx-blueprint-core</url>
-    </scm>
-
     <properties>
         <aries.osgi.activator>
             org.apache.aries.jmx.blueprint.impl.Activator

Modified: aries/trunk/jmx/jmx-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-bundle/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-bundle/pom.xml (original)
+++ aries/trunk/jmx/jmx-bundle/pom.xml Wed Aug 26 11:03:28 2015
@@ -36,12 +36,6 @@
        This bundle contains the standalone implementation of the along with the API.
     </description>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/trunk/jmx-bundle</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/trunk/jmx-bundle</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/trunk/jmx-bundle</url>
-    </scm>
-
     <properties>
         <aries.osgi.activator>
             org.apache.aries.jmx.Activator

Modified: aries/trunk/jmx/jmx-core-whiteboard/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-core-whiteboard/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-core-whiteboard/pom.xml (original)
+++ aries/trunk/jmx/jmx-core-whiteboard/pom.xml Wed Aug 26 11:03:28 2015
@@ -38,12 +38,6 @@
         used to register the MBeans.
     </description>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/trunk/jmx-core-whiteboard</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/trunk/jmx-core-whiteboard</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/trunk/jmx-core-whiteboard</url>
-    </scm>
-
     <properties>
         <aries.osgi.activator>
             org.apache.aries.jmx.core.whiteboard.Activator

Modified: aries/trunk/jmx/jmx-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-core/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-core/pom.xml (original)
+++ aries/trunk/jmx/jmx-core/pom.xml Wed Aug 26 11:03:28 2015
@@ -37,12 +37,6 @@
 		of the JMX Control specification
     </description>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/trunk/jmx-core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/trunk/jmx-core</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/trunk/jmx-core</url>
-    </scm>
-
     <properties>
         <aries.osgi.activator>
             org.apache.aries.jmx.Activator

Modified: aries/trunk/jmx/jmx-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-itests/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-itests/pom.xml (original)
+++ aries/trunk/jmx/jmx-itests/pom.xml Wed Aug 26 11:03:28 2015
@@ -36,12 +36,6 @@
        Integration tests for the JMX component (using the standalone composite jmx-bundle)
     </description>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jmx/jmx-itests</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/jmx/jmx-itests</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-itests</url>
-    </scm>
-     
      <properties>
         <exam.version>3.4.0</exam.version>
         <url.version>1.6.0</url.version>

Modified: aries/trunk/jmx/jmx-parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-parent/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-parent/pom.xml (original)
+++ aries/trunk/jmx/jmx-parent/pom.xml Wed Aug 26 11:03:28 2015
@@ -32,10 +32,4 @@
 
     <name>Apache Aries JMX parent</name>
     <packaging>pom</packaging>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/trunk/org.apache.aries.jmx.parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/trunk/org.apache.aries.jmx.parent</developerConnection>
-    <url>scm:svn:http://svn.apache.org/repos/asf/aries/tags/trunk/org.apache.aries.jmx.parent</url>
-  </scm>
 </project>

Modified: aries/trunk/jmx/jmx-whiteboard/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-whiteboard/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-whiteboard/pom.xml (original)
+++ aries/trunk/jmx/jmx-whiteboard/pom.xml Wed Aug 26 11:03:28 2015
@@ -39,12 +39,6 @@
         services registered in the OSGi service registry.
     </description>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/trunk/jmx-whiteboard</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/trunk/jmx-whiteboard</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/trunk/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 

Modified: aries/trunk/jmx/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/pom.xml?rev=1697882&r1=1697881&r2=1697882&view=diff
==============================================================================
--- aries/trunk/jmx/pom.xml (original)
+++ aries/trunk/jmx/pom.xml Wed Aug 26 11:03:28 2015
@@ -34,6 +34,12 @@
     <packaging>pom</packaging>
     <description>Implementation of the JMX Management Model Specification - reactor pom</description>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jmx</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/jmx</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/trunk/jmx</url>
+    </scm>
+
     <modules>
         <module>jmx-parent</module>
         <module>jmx-api</module>