You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2019/10/29 21:01:28 UTC

svn commit: r1869130 - in /jackrabbit/oak/branches/1.4: ./ oak-parent/pom.xml

Author: reschke
Date: Tue Oct 29 21:01:27 2019
New Revision: 1869130

URL: http://svn.apache.org/viewvc?rev=1869130&view=rev
Log:
OAK-7556: Update failsafe and surefire plugin versions to 2.22.0 (merged r1833833 into 1.4)

Modified:
    jackrabbit/oak/branches/1.4/   (props changed)
    jackrabbit/oak/branches/1.4/oak-parent/pom.xml

Propchange: jackrabbit/oak/branches/1.4/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1833833

Modified: jackrabbit/oak/branches/1.4/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.4/oak-parent/pom.xml?rev=1869130&r1=1869129&r2=1869130&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.4/oak-parent/pom.xml Tue Oct 29 21:01:27 2019
@@ -282,7 +282,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.21.0</version>
+          <version>2.22.0</version>
           <configuration>
             <argLine>${test.opts}</argLine>
             <systemPropertyVariables>
@@ -300,7 +300,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.21.0</version>
+          <version>2.22.0</version>
           <configuration>
             <argLine>${test.opts}</argLine>
             <systemPropertyVariables>