You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/07/25 14:35:37 UTC

svn commit: r1506933 - in /commons/sandbox/monitoring/trunk: core/pom.xml instrumentation/pom.xml jdbc/pom.xml pom.xml

Author: olamy
Date: Thu Jul 25 12:35:37 2013
New Revision: 1506933

URL: http://svn.apache.org/r1506933
Log:
cleanup poms

Modified:
    commons/sandbox/monitoring/trunk/core/pom.xml
    commons/sandbox/monitoring/trunk/instrumentation/pom.xml
    commons/sandbox/monitoring/trunk/jdbc/pom.xml
    commons/sandbox/monitoring/trunk/pom.xml

Modified: commons/sandbox/monitoring/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/core/pom.xml?rev=1506933&r1=1506932&r2=1506933&view=diff
==============================================================================
--- commons/sandbox/monitoring/trunk/core/pom.xml (original)
+++ commons/sandbox/monitoring/trunk/core/pom.xml Thu Jul 25 12:35:37 2013
@@ -31,7 +31,6 @@
   	<dependency>
   		<groupId>junit</groupId>
   		<artifactId>junit</artifactId>
-  		<version>4.5</version>
   		<scope>test</scope>
   	</dependency>
   	<dependency>

Modified: commons/sandbox/monitoring/trunk/instrumentation/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/instrumentation/pom.xml?rev=1506933&r1=1506932&r2=1506933&view=diff
==============================================================================
--- commons/sandbox/monitoring/trunk/instrumentation/pom.xml (original)
+++ commons/sandbox/monitoring/trunk/instrumentation/pom.xml Thu Jul 25 12:35:37 2013
@@ -25,12 +25,10 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons.monitoring</groupId>
   <artifactId>commons-monitoring-instrumentation</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.commons.monitoring</groupId>
       <artifactId>commons-monitoring-core</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

Modified: commons/sandbox/monitoring/trunk/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/jdbc/pom.xml?rev=1506933&r1=1506932&r2=1506933&view=diff
==============================================================================
--- commons/sandbox/monitoring/trunk/jdbc/pom.xml (original)
+++ commons/sandbox/monitoring/trunk/jdbc/pom.xml Thu Jul 25 12:35:37 2013
@@ -25,7 +25,6 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons.monitoring</groupId>
   <artifactId>commons-monitoring-jdbc</artifactId>
-  <version>1.0-SNAPSHOT</version>
 
   <properties>
     <!-- Java6 required for JDBC 4 -->
@@ -37,7 +36,6 @@
     <dependency>
       <groupId>org.apache.commons.monitoring</groupId>
       <artifactId>commons-monitoring-core</artifactId>
-      <version>${project.version}</version>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file

Modified: commons/sandbox/monitoring/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/pom.xml?rev=1506933&r1=1506932&r2=1506933&view=diff
==============================================================================
--- commons/sandbox/monitoring/trunk/pom.xml (original)
+++ commons/sandbox/monitoring/trunk/pom.xml Thu Jul 25 12:35:37 2013
@@ -60,30 +60,6 @@
     <url>http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/</url>
   </scm>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <version>2.0.4</version>
-        <executions>
-          <execution>
-            <phase>install</phase>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-webdav</artifactId>
-        <version>1.0-beta-2</version>
-      </extension>
-    </extensions>
-  </build>
 
   <distributionManagement>
     <site>
@@ -109,6 +85,11 @@
         <version>4.11</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>org.apache.commons.monitoring</groupId>
+        <artifactId>commons-monitoring-core</artifactId>
+        <version>${project.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>