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

svn commit: r1540618 - in /incubator/sirona/trunk: agent/store/cube/pom.xml agent/store/graphite/pom.xml pom.xml server/collector/pom.xml

Author: olamy
Date: Mon Nov 11 06:36:14 2013
New Revision: 1540618

URL: http://svn.apache.org/r1540618
Log:
plugin version in pluginMngt in top level pom

Modified:
    incubator/sirona/trunk/agent/store/cube/pom.xml
    incubator/sirona/trunk/agent/store/graphite/pom.xml
    incubator/sirona/trunk/pom.xml
    incubator/sirona/trunk/server/collector/pom.xml

Modified: incubator/sirona/trunk/agent/store/cube/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/store/cube/pom.xml?rev=1540618&r1=1540617&r2=1540618&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/store/cube/pom.xml (original)
+++ incubator/sirona/trunk/agent/store/cube/pom.xml Mon Nov 11 06:36:14 2013
@@ -51,7 +51,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.8</version>
         <executions>
           <execution>
             <id>reserve-network-port</id>

Modified: incubator/sirona/trunk/agent/store/graphite/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/store/graphite/pom.xml?rev=1540618&r1=1540617&r2=1540618&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/store/graphite/pom.xml (original)
+++ incubator/sirona/trunk/agent/store/graphite/pom.xml Mon Nov 11 06:36:14 2013
@@ -51,7 +51,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.8</version>
         <executions>
           <execution>
             <id>reserve-network-port</id>

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1540618&r1=1540617&r2=1540618&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Mon Nov 11 06:36:14 2013
@@ -192,6 +192,12 @@
           <inherited>true</inherited>
         </plugin>
 
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.8</version>
+        </plugin>
+
       </plugins>
     </pluginManagement>
     <plugins>

Modified: incubator/sirona/trunk/server/collector/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/collector/pom.xml?rev=1540618&r1=1540617&r2=1540618&view=diff
==============================================================================
--- incubator/sirona/trunk/server/collector/pom.xml (original)
+++ incubator/sirona/trunk/server/collector/pom.xml Mon Nov 11 06:36:14 2013
@@ -75,7 +75,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.8</version>
         <executions>
           <execution>
             <id>reserve-network-port</id>