This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new fcf965c  BIGTOP-3618. Bump Solr to 8.11.1. (#843)
fcf965c is described below

commit fcf965c90bad4d58d9f8538e1f127091e22c7c5d
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Tue Dec 21 00:05:36 2021 +0900

    BIGTOP-3618. Bump Solr to 8.11.1. (#843)
    
    (cherry picked from commit 255860ea8a1446e2db857723152f743fb2814f9f)
---
 bigtop-packages/src/common/solr/do-component-build | 1 -
 bigtop.bom                                         | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/bigtop-packages/src/common/solr/do-component-build 
b/bigtop-packages/src/common/solr/do-component-build
index 9e8d8ef..7057171 100755
--- a/bigtop-packages/src/common/solr/do-component-build
+++ b/bigtop-packages/src/common/solr/do-component-build
@@ -44,7 +44,6 @@ mvn install:install-file -DcreateChecksum=true 
-DgroupId=org.apache.solr -Dartif
 mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-solrj -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-solrj-$SOLR_VERSION.jar
 mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-test-framework -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-test-framework-$SOLR_VERSION.jar
 mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-cell -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-cell-$SOLR_VERSION.jar
-mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-clustering -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-clustering-$SOLR_VERSION.jar
 mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-core -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-core-$SOLR_VERSION.jar
 mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-velocity -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-velocity-$SOLR_VERSION.jar
 mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-langid -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-langid-$SOLR_VERSION.jar
diff --git a/bigtop.bom b/bigtop.bom
index 388d243..2e65295 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -206,7 +206,7 @@ bigtop {
     'solr' {
       name    = 'solr'
       relNotes = 'Apache Solr'
-      version { base = '8.7.0'; pkg = base; release = 1 }
+      version { base = '8.11.1'; pkg = base; release = 1 }
       tarball { destination = "$name-${version.base}-src.tgz"
                 source      = destination }
       url     { download_path = "lucene/$name/${version.base}"

Reply via email to