aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2020-06-10 15:26:54 +0200
committerMorten Tokle <mortent@verizonmedia.com>2020-06-15 12:34:46 +0200
commit9c05a9a193f4e851b8b1dc37954adf5575522a92 (patch)
treed10b33d975fbd723c51952eab87cf0369ba24b4b /tenant-cd-api
parentbdedf768a0f50374f793c4e06a31226edf33abe3 (diff)
Correct artifact name
Diffstat (limited to 'tenant-cd-api')
-rw-r--r--tenant-cd-api/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tenant-cd-api/pom.xml b/tenant-cd-api/pom.xml
index 0c63a17dcc0..b9b4d136317 100644
--- a/tenant-cd-api/pom.xml
+++ b/tenant-cd-api/pom.xml
@@ -6,9 +6,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>tenant-cd</artifactId>
- <name>Hosted Vespa tenant CD</name>
- <description>Test library for hosted Vespa applications.</description>
+ <artifactId>tenant-cd-api</artifactId>
+ <name>Hosted Vespa tenant CD API</name>
+ <description>Test API library for hosted Vespa applications.</description>
<url>https://github.com/vespa-engine</url>
<packaging>jar</packaging>