diff options
author | Chris Donley <christopher.donley@huawei.com> | 2018-03-28 12:35:56 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2018-03-29 11:59:31 -0700 |
commit | e37c8a832c724b907ff9ee1dd2c3d1ee6067f511 (patch) | |
tree | c2ff0f7a55d05b23447f1a84ba312d0c6b9bde76 | |
parent | d4a7658f72decfef05d15973d5cee13910eb47ae (diff) |
Fix groupid in pom files
Issue-ID: VNFSDK-178
Change-Id: I94ca42d55f3fbea011a0aea5fdd1c65107813b01
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
-rw-r--r-- | .gitreview | 4 | ||||
-rw-r--r-- | distribution/pom.xml | 8 | ||||
-rw-r--r-- | distribution/standalone/pom.xml | 16 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | vnf-sdk-function-test/pom.xml | 4 |
5 files changed, 20 insertions, 16 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..d0d4f69 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit]
+host=gerrit.onap.org
+port=29418
+project=vnfsdk/functest
diff --git a/distribution/pom.xml b/distribution/pom.xml index 8aa6d69..9f6a771 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -16,14 +16,14 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.onap.vnf-sdk.function-test</groupId> + <groupId>org.onap.vnfsdk.functest</groupId> <artifactId>vnfsdk-functest-core-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>distribution</artifactId> - <name>vnf-sdk-function-test/distribution</name> + <artifactId>vnfsdk-functest-distribution</artifactId> + <name>vnfsdk Function Test distribution</name> <packaging>pom</packaging> <modules> @@ -31,7 +31,7 @@ </modules> <dependencies> <dependency> - <groupId>org.onap.vnf-sdk.function-test</groupId> + <groupId>org.onap.vnfsdk.functest</groupId> <artifactId>vnf-sdk-function-test</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml index 9134e80..c74ab40 100644 --- a/distribution/standalone/pom.xml +++ b/distribution/standalone/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- - Copyright 2017 Huawei Technologies Co., Ltd. + Copyright 2017-2018 Huawei Technologies Co., Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,14 +16,14 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.onap.vnf-sdk.function-test</groupId> - <artifactId>distribution</artifactId> + <groupId>org.onap.vnfsdk.functest</groupId> + <artifactId>vnfsdk-functest-distribution</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>standalone</artifactId> - <name>vnf-sdk-function-test/distribution/standalone</name> + <artifactId>vnfsdk-functest-distribution-standalone</artifactId> + <name>VNFSDK Function Test standalone</name> <packaging>pom</packaging> <properties> @@ -101,7 +101,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.onap.vnf-sdk.function-test</groupId> + <groupId>org.onap.vnfsdk.functest</groupId> <artifactId>vnf-sdk-function-test</artifactId> <type>jar</type> <overWrite>true</overWrite> @@ -120,7 +120,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.onap.vnf-sdk.function-test</groupId> + <groupId>org.onap.vnfsdk.functest</groupId> <artifactId>vnf-sdk-function-test</artifactId> <type>jar</type> <overWrite>true</overWrite> @@ -168,7 +168,7 @@ <dependencies> <dependency> - <groupId>org.onap.vnf-sdk.function-test</groupId> + <groupId>org.onap.vnfsdk.functest</groupId> <artifactId>vnf-sdk-function-test</artifactId> <version>${project.version}</version> </dependency> @@ -23,9 +23,9 @@ </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.vnf-sdk.function-test</groupId> + <groupId>org.onap.vnfsdk.functest</groupId> <artifactId>vnfsdk-functest-core-parent</artifactId> - <name>vnfsdk-functest</name> + <name>vnfsdk-functest parent</name> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml index ebd0e7a..7917b59 100644 --- a/vnf-sdk-function-test/pom.xml +++ b/vnf-sdk-function-test/pom.xml @@ -18,14 +18,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.onap.vnf-sdk.function-test</groupId> + <groupId>org.onap.vnfsdk.functest</groupId> <artifactId>vnfsdk-functest-core-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vnf-sdk-function-test</artifactId> - <name>vnf-sdk-function-test/vnf-sdk-function-test</name> + <name>vnfsdk Functional Tests</name> <packaging>jar</packaging> <build> |