You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/12 16:31:46 UTC

svn commit: r1299711 - /commons/proper/math/trunk/pom.xml

Author: sebb
Date: Mon Mar 12 15:31:46 2012
New Revision: 1299711

URL: http://svn.apache.org/viewvc?rev=1299711&view=rev
Log:
minSeverity is now defined in commons parent

Modified:
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1299711&r1=1299710&r2=1299711&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Mon Mar 12 15:31:46 2012
@@ -284,8 +284,6 @@
     <maven.compile.target>1.5</maven.compile.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <!-- Allow severity to be overriden by the command-line option -DminSeverity=level -->
-    <minSeverity>info</minSeverity>
     <math.pmd.version>2.7.1</math.pmd.version>
   </properties>