You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2022/05/11 09:59:45 UTC

[bigtop] branch master updated: BIGTOP-3680: Remove jruby version replacement to be updated. (#900)

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

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new f5d59317 BIGTOP-3680: Remove jruby version replacement to be updated. (#900)
f5d59317 is described below

commit f5d59317e67c86b71112a86be14b3676378dcd38
Author: Leona Yoda <yo...@oss.nttdata.com>
AuthorDate: Wed May 11 18:59:39 2022 +0900

    BIGTOP-3680: Remove jruby version replacement to be updated. (#900)
---
 bigtop-packages/src/common/hbase/do-component-build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bigtop-packages/src/common/hbase/do-component-build b/bigtop-packages/src/common/hbase/do-component-build
index be6d8ef2..ed8493db 100644
--- a/bigtop-packages/src/common/hbase/do-component-build
+++ b/bigtop-packages/src/common/hbase/do-component-build
@@ -35,7 +35,6 @@ fi
 if [ $HOSTTYPE = "powerpc64le" ] ; then
   sed -i "s|<asciidoctor.plugin.version>.*</asciidoctor.plugin.version>|<asciidoctor.plugin.version>1.5.3</asciidoctor.plugin.version>|" pom.xml
   sed -i 's|<asciidoctorj.pdf.version>.*</asciidoctorj.pdf.version>|<asciidoctorj.pdf.version>1.5.0-alpha.11</asciidoctorj.pdf.version>|' pom.xml
-  sed -i 's|<jruby.version>.*</jruby.version>|<jruby.version>1.7.23</jruby.version>|' pom.xml
   mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=2.5.0 \
       -Dclassifier=linux-ppcle_64 -Dpackaging=exe -Dfile=/usr/local/bin/protoc
   mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=3.17.3 \