You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2019/12/18 07:32:27 UTC

svn commit: r1871729 - /manifoldcf/integration/solr-8.x/branches/release-2.2-branch/pom.xml

Author: kwright
Date: Wed Dec 18 07:32:26 2019
New Revision: 1871729

URL: http://svn.apache.org/viewvc?rev=1871729&view=rev
Log:
Repair assembly plugin version

Modified:
    manifoldcf/integration/solr-8.x/branches/release-2.2-branch/pom.xml

Modified: manifoldcf/integration/solr-8.x/branches/release-2.2-branch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-8.x/branches/release-2.2-branch/pom.xml?rev=1871729&r1=1871728&r2=1871729&view=diff
==============================================================================
--- manifoldcf/integration/solr-8.x/branches/release-2.2-branch/pom.xml (original)
+++ manifoldcf/integration/solr-8.x/branches/release-2.2-branch/pom.xml Wed Dec 18 07:32:26 2019
@@ -117,7 +117,7 @@
 
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.6</version>
+        <version>3.0.0</version>
         <configuration>
           <descriptors>
             <descriptor>src/main/assembly/bin.xml</descriptor>