Author: kwright
Date: Sun Sep 13 11:02:33 2020
New Revision: 1881682

URL: http://svn.apache.org/viewvc?rev=1881682&view=rev
Log:
Pull up Maven 3 fixes

Modified:
    manifoldcf/branches/release-2.17-branch/   (props changed)
    manifoldcf/branches/release-2.17-branch/connectors/activedirectory/pom.xml
    
manifoldcf/branches/release-2.17-branch/connectors/alfresco-webscript/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/alfresco/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/amazoncloudsearch/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/amazons3/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/cmis/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/confluence-v6/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/confluence/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/contentlimiter/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/csws/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/documentfilter/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/dropbox/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/elasticsearch/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/email/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/filesystem/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/forcedmetadata/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/generic/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/googledrive/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/gts/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/hdfs/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/html-extractor/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/jcifs/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/jdbc/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/jira/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/ldap/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/mongodb/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/nullauthority/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/nulloutput/pom.xml
    
manifoldcf/branches/release-2.17-branch/connectors/nulltransformation/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/nuxeo/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/opennlp/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/opensearchserver/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/regexpmapper/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/rocketchat/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/rss/   (props changed)
    manifoldcf/branches/release-2.17-branch/connectors/rss/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/searchblox/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/sharepoint/   (props 
changed)
    manifoldcf/branches/release-2.17-branch/connectors/sharepoint/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/slack/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/solr/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/tika/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/tikaservice/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/webcrawler/pom.xml
    manifoldcf/branches/release-2.17-branch/connectors/wiki/   (props changed)
    manifoldcf/branches/release-2.17-branch/connectors/wiki/pom.xml

Propchange: manifoldcf/branches/release-2.17-branch/
------------------------------------------------------------------------------
  Merged /manifoldcf:r1881679
  Merged /manifoldcf/trunk:r1881679

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/activedirectory/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/activedirectory/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/activedirectory/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/activedirectory/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/alfresco-webscript/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/alfresco-webscript/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- 
manifoldcf/branches/release-2.17-branch/connectors/alfresco-webscript/pom.xml 
(original)
+++ 
manifoldcf/branches/release-2.17-branch/connectors/alfresco-webscript/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -175,7 +175,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
-                <version>2.18.1</version>
+                <version>2.22.2</version>
                 <configuration>
                     <skipTests>${skipITs}</skipTests>
                     <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/alfresco/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/alfresco/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/alfresco/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/alfresco/pom.xml Sun Sep 
13 11:02:33 2020
@@ -193,7 +193,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/amazoncloudsearch/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/amazoncloudsearch/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- 
manifoldcf/branches/release-2.17-branch/connectors/amazoncloudsearch/pom.xml 
(original)
+++ 
manifoldcf/branches/release-2.17-branch/connectors/amazoncloudsearch/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -149,7 +149,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/amazons3/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/amazons3/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/amazons3/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/amazons3/pom.xml Sun Sep 
13 11:02:33 2020
@@ -160,7 +160,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/cmis/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/cmis/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/cmis/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/cmis/pom.xml Sun Sep 13 
11:02:33 2020
@@ -159,7 +159,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/confluence-v6/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/confluence-v6/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/confluence-v6/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/confluence-v6/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -157,7 +157,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/confluence/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/confluence/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/confluence/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/confluence/pom.xml Sun 
Sep 13 11:02:33 2020
@@ -154,7 +154,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/contentlimiter/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/contentlimiter/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/contentlimiter/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/contentlimiter/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/csws/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/csws/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/csws/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/csws/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/documentfilter/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/documentfilter/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/documentfilter/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/documentfilter/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/dropbox/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/dropbox/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/dropbox/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/dropbox/pom.xml Sun Sep 
13 11:02:33 2020
@@ -155,7 +155,7 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-failsafe-plugin</artifactId>
-              <version>2.18.1</version>
+              <version>2.22.2</version>
               <configuration>
                 <skipTests>${skipITs}</skipTests>
                 <systemPropertyVariables>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/elasticsearch/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/elasticsearch/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/elasticsearch/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/elasticsearch/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -164,7 +164,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/email/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/email/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/email/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/email/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/filesystem/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/filesystem/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/filesystem/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/filesystem/pom.xml Sun 
Sep 13 11:02:33 2020
@@ -149,7 +149,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/forcedmetadata/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/forcedmetadata/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/forcedmetadata/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/forcedmetadata/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/generic/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/generic/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/generic/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/generic/pom.xml Sun Sep 
13 11:02:33 2020
@@ -143,7 +143,7 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-failsafe-plugin</artifactId>
-              <version>2.18.1</version>
+              <version>2.22.2</version>
               <configuration>
                 <skipTests>${skipITs}</skipTests>
                 <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/googledrive/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/googledrive/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/googledrive/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/googledrive/pom.xml Sun 
Sep 13 11:02:33 2020
@@ -157,7 +157,7 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-failsafe-plugin</artifactId>
-              <version>2.18.1</version>
+              <version>2.22.2</version>
               <configuration>
                 <skipTests>${skipITs}</skipTests>
                 <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/gts/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/gts/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/gts/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/gts/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/hdfs/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/hdfs/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/hdfs/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/hdfs/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/html-extractor/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/html-extractor/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/html-extractor/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/html-extractor/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/jcifs/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/jcifs/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/jcifs/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/jcifs/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/jdbc/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/jdbc/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/jdbc/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/jdbc/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/jira/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/jira/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/jira/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/jira/pom.xml Sun Sep 13 
11:02:33 2020
@@ -157,7 +157,7 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-failsafe-plugin</artifactId>
-              <version>2.18.1</version>
+              <version>2.22.2</version>
               <configuration>
                 <skipTests>${skipITs}</skipTests>
                 <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/ldap/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/ldap/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/ldap/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/ldap/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/mongodb/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/mongodb/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/mongodb/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/mongodb/pom.xml Sun Sep 
13 11:02:33 2020
@@ -348,7 +348,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
-                <version>2.18.1</version>
+                <version>2.22.2</version>
                 <configuration>
                     <skipTests>${skipITs}</skipTests>
                     <systemPropertyVariables>
@@ -392,4 +392,4 @@
     </repository>
     </repositories>
 
-</project>
\ No newline at end of file
+</project>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/nullauthority/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/nullauthority/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/nullauthority/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/nullauthority/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/nulloutput/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/nulloutput/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/nulloutput/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/nulloutput/pom.xml Sun 
Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/nulltransformation/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/nulltransformation/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- 
manifoldcf/branches/release-2.17-branch/connectors/nulltransformation/pom.xml 
(original)
+++ 
manifoldcf/branches/release-2.17-branch/connectors/nulltransformation/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/nuxeo/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/nuxeo/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/nuxeo/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/nuxeo/pom.xml Sun Sep 13 
11:02:33 2020
@@ -172,7 +172,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/opennlp/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/opennlp/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/opennlp/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/opennlp/pom.xml Sun Sep 
13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>
@@ -364,4 +364,4 @@
 
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/opensearchserver/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/opensearchserver/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/opensearchserver/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/opensearchserver/pom.xml 
Sun Sep 13 11:02:33 2020
@@ -151,7 +151,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: 
manifoldcf/branches/release-2.17-branch/connectors/regexpmapper/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/regexpmapper/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/regexpmapper/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/regexpmapper/pom.xml Sun 
Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/rocketchat/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/rocketchat/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/rocketchat/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/rocketchat/pom.xml Sun 
Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Propchange: manifoldcf/branches/release-2.17-branch/connectors/rss/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk/connectors/rss:r1881679

Modified: manifoldcf/branches/release-2.17-branch/connectors/rss/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/rss/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/rss/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/rss/pom.xml Sun Sep 13 
11:02:33 2020
@@ -149,7 +149,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/searchblox/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/searchblox/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/searchblox/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/searchblox/pom.xml Sun 
Sep 13 11:02:33 2020
@@ -144,7 +144,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Propchange: manifoldcf/branches/release-2.17-branch/connectors/sharepoint/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk/connectors/sharepoint:r1881679

Modified: manifoldcf/branches/release-2.17-branch/connectors/sharepoint/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/sharepoint/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/sharepoint/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/sharepoint/pom.xml Sun 
Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/slack/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/slack/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/slack/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/slack/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/solr/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/solr/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/solr/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/solr/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/tika/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/tika/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/tika/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/tika/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/tikaservice/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/tikaservice/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/tikaservice/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/tikaservice/pom.xml Sun 
Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Modified: manifoldcf/branches/release-2.17-branch/connectors/webcrawler/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/webcrawler/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/webcrawler/pom.xml 
(original)
+++ manifoldcf/branches/release-2.17-branch/connectors/webcrawler/pom.xml Sun 
Sep 13 11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>

Propchange: manifoldcf/branches/release-2.17-branch/connectors/wiki/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk/connectors/wiki:r1881679

Modified: manifoldcf/branches/release-2.17-branch/connectors/wiki/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.17-branch/connectors/wiki/pom.xml?rev=1881682&r1=1881681&r2=1881682&view=diff
==============================================================================
--- manifoldcf/branches/release-2.17-branch/connectors/wiki/pom.xml (original)
+++ manifoldcf/branches/release-2.17-branch/connectors/wiki/pom.xml Sun Sep 13 
11:02:33 2020
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
+        <version>2.22.2</version>
         <configuration>
           <skipTests>${skipITs}</skipTests>
           <systemPropertyVariables>


Reply via email to