You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2014/02/07 22:46:29 UTC

[20/50] [abbrv] git commit: updated refs/heads/rbac to 3b58a45

Add versions to the reporting plugins, prevents maven from complaining about it


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/884c03f9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/884c03f9
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/884c03f9

Branch: refs/heads/rbac
Commit: 884c03f90de0732d16d75b3275b0ea4f72fdaf71
Parents: 356daf3
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Wed Feb 5 14:18:07 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Wed Feb 5 14:18:07 2014 +0100

----------------------------------------------------------------------
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/884c03f9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1d2304f..9dbd72b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,8 @@
     <cs.jna.version>4.0.0</cs.jna.version>
     <cs.checkstyle.version>2.11</cs.checkstyle.version>
     <cs.mycila.license.version>2.5</cs.mycila.license.version>
+    <cs.findbugs.version>2.5.3</cs.findbugs.version>
+    <cs.javadoc.version>2.9.1</cs.javadoc.version>
   </properties>
 
   <distributionManagement>
@@ -865,7 +867,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>${cs.findbugs.version}</version>
           <configuration>
             <effort>Max</effort>
             <threshold>High</threshold>
@@ -890,6 +892,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
+        <version>${cs.findbugs.version}</version>
         <configuration>
           <threshold>Low</threshold><!-- High|Normal|Low|Exp|Ignore -->
           <effort>Default</effort><!-- Min|Default|Max -->
@@ -898,6 +901,7 @@
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-javadoc-plugin</artifactId>
+         <version>${cs.javadoc.version}</version>
          <configuration>
            <minmemory>128m</minmemory>
            <maxmemory>1g</maxmemory>