aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-21 08:28:54 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-21 08:28:54 +0200
commitae633930ca2d7e9b11bc156dbbd93c4d94e584de (patch)
treeca8dfeaf484d963c7cfdaadd0ec3a6da98aff4b3
parentdd52c87dc7fb1070a5c8be82267ac6d0f44327cb (diff)
Rename artifacts to match LF requirements
Group ID has been changed from org.onap.dcaegen2.collectors.veshv to org.onap.dcaegen2.collectors.hv-ves. Change-Id: I077e244ed56df22dd45bfe8dd1eee238f811a552 Issue-ID: DCAEGEN2-719 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
-rw-r--r--hv-collector-analysis/pom.xml2
-rw-r--r--hv-collector-core/pom.xml2
-rw-r--r--hv-collector-coverage/pom.xml2
-rw-r--r--hv-collector-ct/pom.xml2
-rw-r--r--hv-collector-dcae-app-simulator/pom.xml2
-rw-r--r--hv-collector-domain/pom.xml2
-rw-r--r--hv-collector-health-check/pom.xml2
-rw-r--r--hv-collector-main/pom.xml2
-rw-r--r--hv-collector-test-utils/pom.xml2
-rw-r--r--hv-collector-utils/pom.xml2
-rw-r--r--hv-collector-ves-message-generator/pom.xml2
-rw-r--r--hv-collector-xnf-simulator/pom.xml2
-rw-r--r--pom.xml2
13 files changed, 13 insertions, 13 deletions
diff --git a/hv-collector-analysis/pom.xml b/hv-collector-analysis/pom.xml
index 9950ec1f..a4d0a738 100644
--- a/hv-collector-analysis/pom.xml
+++ b/hv-collector-analysis/pom.xml
@@ -30,7 +30,7 @@
</license>
</licenses>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>hv-collector-analysis</artifactId>
<version>1.0.0-SNAPSHOT</version>
<description>VES HighVolume Collector :: Code analysis configuration</description>
diff --git a/hv-collector-core/pom.xml b/hv-collector-core/pom.xml
index 784b2476..9f4afe4b 100644
--- a/hv-collector-core/pom.xml
+++ b/hv-collector-core/pom.xml
@@ -31,7 +31,7 @@
</licenses>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/hv-collector-coverage/pom.xml b/hv-collector-coverage/pom.xml
index 7a6a78ff..6417340a 100644
--- a/hv-collector-coverage/pom.xml
+++ b/hv-collector-coverage/pom.xml
@@ -31,7 +31,7 @@
</licenses>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/hv-collector-ct/pom.xml b/hv-collector-ct/pom.xml
index f4150c2a..2c74ccac 100644
--- a/hv-collector-ct/pom.xml
+++ b/hv-collector-ct/pom.xml
@@ -31,7 +31,7 @@
</licenses>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/hv-collector-dcae-app-simulator/pom.xml b/hv-collector-dcae-app-simulator/pom.xml
index bca1dbb9..894c5cbc 100644
--- a/hv-collector-dcae-app-simulator/pom.xml
+++ b/hv-collector-dcae-app-simulator/pom.xml
@@ -31,7 +31,7 @@
</licenses>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/hv-collector-domain/pom.xml b/hv-collector-domain/pom.xml
index 85c2a45a..eb2a7582 100644
--- a/hv-collector-domain/pom.xml
+++ b/hv-collector-domain/pom.xml
@@ -31,7 +31,7 @@
</licenses>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/hv-collector-health-check/pom.xml b/hv-collector-health-check/pom.xml
index 09515879..5d0b4831 100644
--- a/hv-collector-health-check/pom.xml
+++ b/hv-collector-health-check/pom.xml
@@ -17,7 +17,7 @@
</properties>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/hv-collector-main/pom.xml b/hv-collector-main/pom.xml
index af64cedd..70c5b506 100644
--- a/hv-collector-main/pom.xml
+++ b/hv-collector-main/pom.xml
@@ -31,7 +31,7 @@
</licenses>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/hv-collector-test-utils/pom.xml b/hv-collector-test-utils/pom.xml
index 0d670d18..3960e399 100644
--- a/hv-collector-test-utils/pom.xml
+++ b/hv-collector-test-utils/pom.xml
@@ -12,7 +12,7 @@
</licenses>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/hv-collector-utils/pom.xml b/hv-collector-utils/pom.xml
index 9b21d751..f1b7f061 100644
--- a/hv-collector-utils/pom.xml
+++ b/hv-collector-utils/pom.xml
@@ -35,7 +35,7 @@
</properties>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/hv-collector-ves-message-generator/pom.xml b/hv-collector-ves-message-generator/pom.xml
index 7da3bb21..f06a9112 100644
--- a/hv-collector-ves-message-generator/pom.xml
+++ b/hv-collector-ves-message-generator/pom.xml
@@ -31,7 +31,7 @@
</licenses>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/hv-collector-xnf-simulator/pom.xml b/hv-collector-xnf-simulator/pom.xml
index a0b927f5..b80e1555 100644
--- a/hv-collector-xnf-simulator/pom.xml
+++ b/hv-collector-xnf-simulator/pom.xml
@@ -31,7 +31,7 @@
</licenses>
<parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
diff --git a/pom.xml b/pom.xml
index 7656be3d..a26bfdc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
<relativePath/>
</parent>
- <groupId>org.onap.dcaegen2.collectors.veshv</groupId>
+ <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>dcaegen2-collectors-veshv</name>