summaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2024-05-19 17:34:57 +0200
committerMichael Peter Christen <mc@yacy.net>2024-05-19 17:34:57 +0200
commit8eb0d490aa486e4ade9dd40f4da433e3dc5f4ed6 (patch)
tree8dac25c72bf0e61b1888f3303d9a7e67950623c9 /build.properties
parentb8417e561982e33d324558c4fb8011f7595f263a (diff)
migrated solr to 9.0
This is a major step because solr removed support for embedded solr instances in 9.0 and we want to keep it because we want to ship YaCy with an embedded solr. It was necessary to add parts of solr code into YaCy to make this migration possible. Further on with Solr 9.1 they removed even more parts which are required for embedded operation, therefore we cannot migrate yet further without big changes. If you are running a YaCy instance with Solr 8.x, the migration should be done automatically. If not you require to first migrate to a YaCy version 1.93 with Solr 8.x to migrate to Solr 8 data.
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.properties b/build.properties
index 940075c51..3cfbfa0b4 100644
--- a/build.properties
+++ b/build.properties
@@ -3,7 +3,7 @@ javacSource=11
javacTarget=11
# Release Configuration
-releaseVersion=1.930
+releaseVersion=1.940
releaseFileParentDir=yacy
privateKeyFile=private.key