Skip to content

Commit 24fff91

Browse files
committed
upgrade to Solr 8.6.1 and force Java upgrade
1 parent 0a8a58b commit 24fff91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist: focal
33
script: "mvn test verify -Dskip.integration.tests=false"
44
before_install:
55
- sudo apt-get update
6-
- sudo apt-get -y install openjdk-11-jdk
6+
- sudo apt-get --reinstall -y install openjdk-11-jdk
77
- cat /etc/hosts # optionally check the content *before*
88
- sudo hostname "$(hostname | cut -c1-63)"
99
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<properties>
9292
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9393
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
94-
<solr.version>8.6.0</solr.version>
94+
<solr.version>8.6.1</solr.version>
9595
<junit.version>4.12</junit.version>
9696
<gson.version>2.5</gson.version>
9797
<mockito.version>1.10.19</mockito.version>

0 commit comments

Comments
 (0)