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 2016/04/15 01:51:57 UTC

svn commit: r1739212 - /commons/proper/validator/trunk/pom.xml

Author: sebb
Date: Thu Apr 14 23:51:56 2016
New Revision: 1739212

URL: http://svn.apache.org/viewvc?rev=1739212&view=rev
Log:
Update Checkstyle and version

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

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1739212&r1=1739211&r2=1739212&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Thu Apr 14 23:51:56 2016
@@ -140,7 +140,7 @@
   <properties>
     <commons.componentid>validator</commons.componentid>
     <!-- Re-generate the download page using: mvn commons:download-page -->
-    <commons.release.version>1.5.0</commons.release.version>
+    <commons.release.version>1.5.1</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.desc>(requires JDK ${maven.compiler.target})</commons.release.desc>
     <commons.release.2.version>1.4.1</commons.release.2.version>
@@ -157,7 +157,7 @@
     <maven.compiler.target>1.6</maven.compiler.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <checkstyle.plugin.version>2.16</checkstyle.plugin.version>
+    <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
   </properties> 
 
   <build>