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 2022/08/19 11:09:24 UTC

svn commit: r1903571 - in /manifoldcf/integration/solr-9.x/trunk: CHANGES.txt DEPENDENCIES.txt NOTICE.txt README.txt pom.xml

Author: kwright
Date: Fri Aug 19 11:09:24 2022
New Revision: 1903571

URL: http://svn.apache.org/viewvc?rev=1903571&view=rev
Log:
Initial commit

Modified:
    manifoldcf/integration/solr-9.x/trunk/CHANGES.txt
    manifoldcf/integration/solr-9.x/trunk/DEPENDENCIES.txt
    manifoldcf/integration/solr-9.x/trunk/NOTICE.txt
    manifoldcf/integration/solr-9.x/trunk/README.txt
    manifoldcf/integration/solr-9.x/trunk/pom.xml

Modified: manifoldcf/integration/solr-9.x/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-9.x/trunk/CHANGES.txt?rev=1903571&r1=1903570&r2=1903571&view=diff
==============================================================================
--- manifoldcf/integration/solr-9.x/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/solr-9.x/trunk/CHANGES.txt Fri Aug 19 11:09:24 2022
@@ -1,10 +1,7 @@
-Apache ManifoldCF Plugin for Apache Solr 8.x change Log
+Apache ManifoldCF Plugin for Apache Solr 9.x change Log
 $Id: CHANGES.txt 1825314 2018-02-25 16:51:32Z shinichiro $
 
-======================= 2.3-dev ======================
+======================= 2.2-dev ======================
 
-
-======================= Release 2.2 ======================
-
-Initial commit: Upgraded to Solr 8.3.1.
+Initial commit: Upgraded to Solr 9.0.0.
 (Karl Wright)

Modified: manifoldcf/integration/solr-9.x/trunk/DEPENDENCIES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-9.x/trunk/DEPENDENCIES.txt?rev=1903571&r1=1903570&r2=1903571&view=diff
==============================================================================
--- manifoldcf/integration/solr-9.x/trunk/DEPENDENCIES.txt (original)
+++ manifoldcf/integration/solr-9.x/trunk/DEPENDENCIES.txt Fri Aug 19 11:09:24 2022
@@ -1,6 +1,6 @@
-Apache ManifoldCF Plugin for Apache Solr 8.x requires
+Apache ManifoldCF Plugin for Apache Solr 9.x requires
 ---------------------------------------------------
-* JRE 1.8 or above
+* JRE 1.11 or above
 * mvn 3.0 or higher
 
 For building and running Apache ManifoldCF Plugin for Apache Solr 8.x:

Modified: manifoldcf/integration/solr-9.x/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-9.x/trunk/NOTICE.txt?rev=1903571&r1=1903570&r2=1903571&view=diff
==============================================================================
--- manifoldcf/integration/solr-9.x/trunk/NOTICE.txt (original)
+++ manifoldcf/integration/solr-9.x/trunk/NOTICE.txt Fri Aug 19 11:09:24 2022
@@ -1,5 +1,5 @@
-Apache ManifoldCF Plugin for Apache Solr 8.x
-Copyright 2010-2019 The Apache Software Foundation
+Apache ManifoldCF Plugin for Apache Solr 9.x
+Copyright 2010-2022 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: manifoldcf/integration/solr-9.x/trunk/README.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-9.x/trunk/README.txt?rev=1903571&r1=1903570&r2=1903571&view=diff
==============================================================================
--- manifoldcf/integration/solr-9.x/trunk/README.txt (original)
+++ manifoldcf/integration/solr-9.x/trunk/README.txt Fri Aug 19 11:09:24 2022
@@ -22,14 +22,14 @@ above.  It is backwards compatible with
 that two additional Solr fields are required for this plugin to work.
 
 
-Instructions for Building Apache ManifoldCF Plugin for Apache Solr 8.x from Source
+Instructions for Building Apache ManifoldCF Plugin for Apache Solr 9.x from Source
 ------------------------------------------------------------------------------
 
-1. Download the Java SE 8 JDK (Java Development Kit), or greater, from
+1. Download the Java SE 11 JDK (Java Development Kit), or greater, from
    http://www.oracle.com/technetwork/java/index.html.
    You will need the JDK installed, and the %JAVA_HOME%\bin directory included
    on your command path.  To test this, issue a "java -version" command from your
-   shell and verify that the Java version is 1.8 or greater.
+   shell and verify that the Java version is 1.11 or greater.
 
 2. Download and install Maven 3.0 or later.  Maven installation and configuration
    instructions can be found here:  http://maven.apache.org
@@ -42,7 +42,7 @@ Instructions for Building Apache Manifol
 
    The JAR package can be found in the target folder:
 
-   target/apache-manifoldcf-solr-8.x-plugin-<VERSION>.jar where <VERSION> is the release version
+   target/apache-manifoldcf-solr-9.x-plugin-<VERSION>.jar where <VERSION> is the release version
 
 
 Getting Started
@@ -191,7 +191,7 @@ you will still need to use this Solr com
 Licensing
 ---------
 
-Apache ManifoldCF Plugin for Apache Solr 8.x is licensed under the
+Apache ManifoldCF Plugin for Apache Solr 9.x is licensed under the
 Apache License 2.0. See the files called LICENSE.txt and NOTICE.txt
 for more information.
 
@@ -220,7 +220,7 @@ code and source code.
 The following provides more details on the included software that
 may be subject to export controls on cryptographic software:
 
-  The Apache ManifoldCF Solr 8.x Plugin does not include any
+  The Apache ManifoldCF Solr 9.x Plugin does not include any
   implementation or usage of cryptographic software at this time.
   
 Contact

Modified: manifoldcf/integration/solr-9.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-9.x/trunk/pom.xml?rev=1903571&r1=1903570&r2=1903571&view=diff
==============================================================================
--- manifoldcf/integration/solr-9.x/trunk/pom.xml (original)
+++ manifoldcf/integration/solr-9.x/trunk/pom.xml Fri Aug 19 11:09:24 2022
@@ -20,12 +20,12 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.manifoldcf.solr</groupId>
 
-  <name>ManifoldCF Solr 8.x Plugin</name>
-  <artifactId>apache-manifoldcf-solr-8.x-plugin</artifactId>
-  <version>2.3-SNAPSHOT</version>
+  <name>ManifoldCF Solr 9.x Plugin</name>
+  <artifactId>apache-manifoldcf-solr-9.x-plugin</artifactId>
+  <version>2.2-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <description>ManifoldCF Plugin for Apache Solr 8.x</description>
-  <inceptionYear>2019</inceptionYear>
+  <description>ManifoldCF Plugin for Apache Solr 9.x</description>
+  <inceptionYear>2022</inceptionYear>
 
   <organization>
     <name>The Apache Software Foundation</name>
@@ -34,7 +34,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <solr.version>8.3.1</solr.version>
+    <solr.version>9.0.0</solr.version>
   </properties>
 
   <dependencies>