diff options
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> |