aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-04-23 17:02:01 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-06 13:03:28 +0200
commit838173044df5acd0d947bac163c6bd545e0479df (patch)
tree4fe2e1e90d457fc632d4b706862885aa10b55e5d /tenant-base
parente1c84b011b03e30a43f141d8da8b1107a66d8a1a (diff)
Move to ai.vespa.hosted
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 8d5fb626789..b39cbc2feed 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -226,7 +226,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire_version}</version>
<configuration>
- <groups>com.yahoo.vespa.tenant.cd.SystemTest</groups>
+ <groups>ai.vespa.hosted.cd.SystemTest</groups>
<excludedGroups />
<reportsDirectory>${env.TEST_DIR}</reportsDirectory>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
@@ -254,7 +254,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire_version}</version>
<configuration>
- <groups>com.yahoo.vespa.tenant.cd.StagingTest</groups>
+ <groups>ai.vespa.hosted.cd.StagingTest</groups>
<excludedGroups />
<reportsDirectory>${env.TEST_DIR}</reportsDirectory>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
@@ -282,7 +282,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire_version}</version>
<configuration>
- <groups>com.yahoo.vespa.tenant.cd.ProductionTest</groups>
+ <groups>ai.vespa.hosted.cd.ProductionTest</groups>
<excludedGroups />
<reportsDirectory>${env.TEST_DIR}</reportsDirectory>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
@@ -373,9 +373,9 @@
<configuration>
<reportsDirectory>${env.TEST_DIR}</reportsDirectory>
<excludedGroups>
- com.yahoo.vespa.tenant.cd.SystemTest,
- com.yahoo.vespa.tenant.cd.StagingTest,
- com.yahoo.vespa.tenant.cd.ProductionTest
+ ai.vespa.hosted.cd.SystemTest,
+ ai.vespa.hosted.cd.StagingTest,
+ ai.vespa.hosted.cd.ProductionTest
</excludedGroups>
</configuration>
</plugin>