Hi Thomas, I am not sure why those changes failed in Jenkins... everything looked fine on my end. There were some complaints about some of the Java8 updates after making the dependency updates in the jenkins log file, but nothing that looked fatal to me.
I have reverted changes just on the parent pom and see if Jenkins complains again. Is there a way for me to test the jenkins build params locally before pushing code to the repo? - Jeff On 10/08/2018 08:39 AM, [email protected] wrote: > Author: painter > Date: Mon Oct 8 12:39:07 2018 > New Revision: 1843135 > > URL: http://svn.apache.org/viewvc?rev=1843135&view=rev > Log: > Backing out parent pom changes due to Jenkins build errors > > 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=1843135&r1=1843134&r2=1843135&view=diff > ============================================================================== > --- db/torque/torque4/trunk/pom.xml (original) > +++ db/torque/torque4/trunk/pom.xml Mon Oct 8 12:39:07 2018 > @@ -389,7 +389,7 @@ > <dependency> > <groupId>org.mockito</groupId> > <artifactId>mockito-all</artifactId> > - <version>1.10.19</version> > + <version>1.9.0</version> > <scope>test</scope> > </dependency> > > @@ -434,7 +434,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-eclipse-plugin</artifactId> > - <version>2.10</version> > + <version>2.9</version> > <configuration> > <workspace>..</workspace> > <downloadSources>true</downloadSources> > @@ -532,7 +532,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-pmd-plugin</artifactId> > - <version>3.10.0</version> > + <version>3.2</version> > <configuration> > <linkXref>true</linkXref> > <targetJdk>${maven.compiler.source}</targetJdk> > @@ -541,7 +541,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-jxr-plugin</artifactId> > - <version>3.0.0</version> > + <version>2.5</version> > </plugin> > <plugin> > <groupId>org.codehaus.mojo</groupId> > @@ -551,17 +551,17 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-checkstyle-plugin</artifactId> > - <version>3.0.0</version> > + <version>2.13</version> > </plugin> > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>xml-maven-plugin</artifactId> > - <version>1.0.2</version> > + <version>1.0</version> > </plugin> > <plugin> > <groupId>org.owasp</groupId> > <artifactId>dependency-check-maven</artifactId> > - <version>3.3.2</version> > + <version>3.1.2</version> > </plugin> > </plugins> > </pluginManagement> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
signature.asc
Description: OpenPGP digital signature
