Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8260246: Ensemble: Update version of Lucene to 7.7.3
Reviewed-by: aghaisas
  • Loading branch information
kevinrushforth committed Feb 3, 2021
1 parent e481f8c commit 215384d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/samples/.classpath
Expand Up @@ -12,9 +12,9 @@
<classpathentry kind="src" path="Ensemble8/src/compiletime/java"/>
<classpathentry kind="src" path="Ensemble8/src/generated/java"/>
<classpathentry kind="src" path="Ensemble8/src/generated/resources"/>
<classpathentry kind="lib" path="Ensemble8/lib/lucene-core-7.7.2.jar"/>
<classpathentry kind="lib" path="Ensemble8/lib/lucene-grouping-7.7.2.jar"/>
<classpathentry kind="lib" path="Ensemble8/lib/lucene-queryparser-7.7.2.jar"/>
<classpathentry kind="lib" path="Ensemble8/lib/lucene-core-7.7.3.jar"/>
<classpathentry kind="lib" path="Ensemble8/lib/lucene-grouping-7.7.3.jar"/>
<classpathentry kind="lib" path="Ensemble8/lib/lucene-queryparser-7.7.3.jar"/>
<classpathentry kind="src" path="MandelbrotSet/src"/>
<classpathentry kind="src" path="Modena/src/main/java"/>
<classpathentry kind="src" path="Modena/src/main/resources"/>
Expand Down
6 changes: 3 additions & 3 deletions apps/samples/Ensemble8/build.gradle
Expand Up @@ -4,9 +4,9 @@ apply plugin:'application'
def mainClassName = "ensemble.EnsembleApp"

def FileCollection apachecp = files(
"./lib/lucene-core-7.7.2.jar",
"./lib/lucene-grouping-7.7.2.jar",
"./lib/lucene-queryparser-7.7.2.jar")
"./lib/lucene-core-7.7.3.jar",
"./lib/lucene-grouping-7.7.3.jar",
"./lib/lucene-queryparser-7.7.3.jar")

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion apps/samples/Ensemble8/legal/lucene.md
@@ -1,4 +1,4 @@
## Apache Lucene v7.7.2
## Apache Lucene v7.7.3

### Apache Lucene Notice
```
Expand Down
2 changes: 1 addition & 1 deletion apps/samples/Ensemble8/nbproject/project.properties
Expand Up @@ -31,7 +31,7 @@ dist.jar=${dist.dir}/Ensemble8.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
lucene.version=7.7.2
lucene.version=7.7.3
file.reference.lucene-core.jar=lib/lucene-core-${lucene.version}.jar
file.reference.lucene-grouping.jar=lib/lucene-grouping-${lucene.version}.jar
file.reference.lucene-queryparser.jar=lib/lucene-queryparser-${lucene.version}.jar
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4183,7 +4183,7 @@ project(":apps") {
// The apps build is Ant based, we will exec ant from gradle.

// Download the Lucene libraries needed for the Ensemble8 app
def luceneVersion = "7.7.2"
def luceneVersion = "7.7.3"
getConfigurations().create("lucene");
dependencies {
lucene group: "org.apache.lucene", name: "lucene-core", version: luceneVersion
Expand Down

1 comment on commit 215384d

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.