Skip to content

Commit

Permalink
Add minimum-required-vespa-version to a few apps (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Musum authored Apr 29, 2024
1 parent 8de04e8 commit 82fb97d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion colbert-long/services.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>

<services version="1.0" xmlns:deploy="vespa" xmlns:preprocess="properties">
<services version="1.0" xmlns:deploy="vespa" xmlns:preprocess="properties" minimum-required-vespa-version="8.311.28">

<!-- See https://docs.vespa.ai/en/reference/services-container.html -->
<container id="default" version="1.0">
Expand Down
2 changes: 1 addition & 1 deletion colbert/services.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>

<services version="1.0" xmlns:deploy="vespa" xmlns:preprocess="properties">
<services version="1.0" xmlns:deploy="vespa" xmlns:preprocess="properties" minimum-required-vespa-version="8.311.28">

<!-- See https://docs.vespa.ai/en/reference/services-container.html -->
<container id="default" version="1.0">
Expand Down
2 changes: 1 addition & 1 deletion examples/lucene-linguistics/non-java/services.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<services version="1.0">
<services version="1.0" minimum-required-vespa-version="8.315.19">
<container id="container" version="1.0">
<component id="linguistics"
class="com.yahoo.language.lucene.LuceneLinguistics"
Expand Down

0 comments on commit 82fb97d

Please sign in to comment.