diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-07 12:36:54 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-07 12:42:24 +0800 |
commit | 7ab5d3b5150f3941f61f40bc27c94909bcbdfe7d (patch) | |
tree | 63a3f115c7023a07f7f092986f666704ba9a9b21 /engine-d-standalone/pom.xml | |
parent | 4ced1931f4e031761d6d16484bb59a975dfcdc68 (diff) |
Change the groupid from openo to onap
Change the groupid and package paths to onap.
Change-Id: Ie2f9926d418fbb434509a0d740efa95148ab58de
Issue-ID: HOLMES-8
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d-standalone/pom.xml')
-rw-r--r-- | engine-d-standalone/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine-d-standalone/pom.xml b/engine-d-standalone/pom.xml index dc573d1..bb72317 100644 --- a/engine-d-standalone/pom.xml +++ b/engine-d-standalone/pom.xml @@ -20,9 +20,9 @@ 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.openo.holmes.engine-management</groupId> + <groupId>org.onap.holmes.engine-management</groupId> <artifactId>holmes-engine-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>holmes-engine-d-standalone</artifactId> @@ -96,7 +96,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.openo.holmes.engine-management</groupId> + <groupId>org.onap.holmes.engine-management</groupId> <artifactId>holmes-engine-d</artifactId> <type>jar</type> <overWrite>true</overWrite> @@ -115,7 +115,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.openo.holmes.engine-management</groupId> + <groupId>org.onap.holmes.engine-management</groupId> <artifactId>holmes-engine-d</artifactId> <type>jar</type> <overWrite>true</overWrite> @@ -166,7 +166,7 @@ <dependencies> <dependency> - <groupId>org.openo.holmes.engine-management</groupId> + <groupId>org.onap.holmes.engine-management</groupId> <artifactId>holmes-engine-d</artifactId> <version>${project.version}</version> </dependency> |