diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-07 12:30:35 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-07 12:41:11 +0800 |
commit | 20a1514bf93035472d4f940f00a357106d4bec1f (patch) | |
tree | 53c8e874f204f4b5ac7e64cbfdf783dbd2e9e019 /rulemgt-standalone/pom.xml | |
parent | 40f54b8acefce59ecbd9e9fde60e062373243982 (diff) |
Change the groupid from openo to onap
Change the groupid and package paths to onap.
Change-Id: I8432e9ac2c979bbc36e10e6a702c6f04fc41446a
Issue-ID: HOLMES-7
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/pom.xml')
-rw-r--r-- | rulemgt-standalone/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml index ea4b985..2327c11 100644 --- a/rulemgt-standalone/pom.xml +++ b/rulemgt-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.rule-management</groupId> + <groupId>org.onap.holmes.rule-management</groupId> <artifactId>holmes-rulemgt-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>holmes-rulemgt-standalone</artifactId> @@ -96,7 +96,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.openo.holmes.rule-management</groupId> + <groupId>org.onap.holmes.rule-management</groupId> <artifactId>holmes-rulemgt</artifactId> <type>jar</type> <overWrite>true</overWrite> @@ -115,7 +115,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.openo.holmes.rule-management</groupId> + <groupId>org.onap.holmes.rule-management</groupId> <artifactId>holmes-rulemgt</artifactId> <type>jar</type> <overWrite>true</overWrite> @@ -166,7 +166,7 @@ <dependencies> <dependency> - <groupId>org.openo.holmes.rule-management</groupId> + <groupId>org.onap.holmes.rule-management</groupId> <artifactId>holmes-rulemgt</artifactId> <version>${project.version}</version> </dependency> |