Discussion:
svn commit: r1843440 - /db/torque/torque4/trunk/pom.xml
p***@apache.org
2018-10-10 12:43:59 UTC
Permalink
Author: painter
Date: Wed Oct 10 12:43:59 2018
New Revision: 1843440

URL: http://svn.apache.org/viewvc?rev=1843440&view=rev
Log:
Checkstyle 3.0.0 broke Jenkins, try 2.15 which requires at least jdk6

Modified:
db/torque/torque4/trunk/pom.xml

Modified: db/torque/torque4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1843440&r1=1843439&r2=1843440&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Wed Oct 10 12:43:59 2018
@@ -551,7 +551,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.0.0</version>
+ <version>2.15</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-***@db.apache.org
For additional commands, e-mail: torque-dev-***@db.apache.org

Loading...