aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-06 15:02:17 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-06 15:02:17 +0200
commit0e766c769e8cf007f0c4712ba8f5e93cb5c5c103 (patch)
treebf0a6e9056d68bcd498d3eddd7054a4b8d6adf68 /vespa-feed-client-cli
parent4189ebd6bc49f02e6f73451b1fbebbb889d75f52 (diff)
Fix typo
Diffstat (limited to 'vespa-feed-client-cli')
-rw-r--r--vespa-feed-client-cli/src/maven/create-zip.xml2
-rw-r--r--vespa-feed-client-cli/src/maven/jar-with-dependencies.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/vespa-feed-client-cli/src/maven/create-zip.xml b/vespa-feed-client-cli/src/maven/create-zip.xml
index ef5c81ebe15..40885581fb0 100644
--- a/vespa-feed-client-cli/src/maven/create-zip.xml
+++ b/vespa-feed-client-cli/src/maven/create-zip.xml
@@ -2,7 +2,7 @@
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.1 https://maven.apache.org/xsd/assembly-2.1.1.xsd">
+ xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 https://maven.apache.org/xsd/assembly-2.1.1.xsd">
<id>zip</id>
<includeBaseDirectory>true</includeBaseDirectory>
diff --git a/vespa-feed-client-cli/src/maven/jar-with-dependencies.xml b/vespa-feed-client-cli/src/maven/jar-with-dependencies.xml
index 9696fea89b3..d2bdfe6d4da 100644
--- a/vespa-feed-client-cli/src/maven/jar-with-dependencies.xml
+++ b/vespa-feed-client-cli/src/maven/jar-with-dependencies.xml
@@ -2,7 +2,7 @@
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.1 https://maven.apache.org/xsd/assembly-2.1.1.xsd">
+ xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 https://maven.apache.org/xsd/assembly-2.1.1.xsd">
<id>jar-with-dependencies</id>
<formats>
<format>jar</format>
@@ -24,4 +24,4 @@
<scope>runtime</scope>
</dependencySet>
</dependencySets>
-</assembly> \ No newline at end of file
+</assembly>