You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2016/03/15 17:03:48 UTC

svn commit: r1735117 - /aries/trunk/jmx/jmx-core/pom.xml

Author: gnodet
Date: Tue Mar 15 16:03:48 2016
New Revision: 1735117

URL: http://svn.apache.org/viewvc?rev=1735117&view=rev
Log:
Prepare jmx-core for release

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

Modified: aries/trunk/jmx/jmx-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-core/pom.xml?rev=1735117&r1=1735116&r2=1735117&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-core/pom.xml (original)
+++ aries/trunk/jmx/jmx-core/pom.xml Tue Mar 15 16:03:48 2016
@@ -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.core</artifactId>
+	<version>1.1.6-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache Aries JMX Core</name>
     <description>
@@ -37,6 +38,12 @@
 		of the JMX Control specification
     </description>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jmx/jmx-core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/jmx/jmx-core</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-core</url>
+    </scm>
+
     <properties>
         <aries.osgi.activator>
             org.apache.aries.jmx.Activator
@@ -75,7 +82,7 @@
         <dependency>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.api</artifactId>
-            <version>${project.version}</version>
+            <version>1.1.5</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -125,6 +132,13 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-javadoc-plugin</artifactId>
+                 <configuration>
+                     <additionalparam>-Xdoclint:none</additionalparam>
+                 </configuration>
+            </plugin>
         </plugins>
     </build>