Skip to content

Commit d6173c3

Browse files
author
Jason Gerlowski
committed
Tweak repoid constant name to match Solr version
1 parent 1acc50f commit d6173c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ distributions {
4545
into(reposinfo740) {
4646
from { repostemplate }
4747
filter { line ->
48-
line.replace("{REPOID}", "${repoid731}")
48+
line.replace("{REPOID}", "${repoid740}")
4949
}
5050
}
5151
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ repoid662=HDP-SOLR-3.0.0-100
1010

1111
# Solr 7.4.0 repo
1212
# TODO a Solr repo is needed
13-
repoid731=HDP-SOLR-3.0.0-100
13+
repoid740=HDP-SOLR-3.0.0-100

0 commit comments

Comments
 (0)