[POLICY-22] companion changes openecomp->onap 91/5791/1
authorJorge Hernandez <jh1730@att.com>
Thu, 13 Jul 2017 19:44:49 +0000 (14:44 -0500)
committerJorge Hernandez <jh1730@att.com>
Thu, 13 Jul 2017 19:44:49 +0000 (14:44 -0500)
Change-Id: Id5a1fc117705851a9651395eb1335375e59873ac
Signed-off-by: Jorge Hernandez <jh1730@att.com>
policy-drools/do-start.sh
pom.xml

index 7fead2f..d8c0c82 100644 (file)
@@ -24,7 +24,7 @@ else
        cp config/policy-keystore $POLICY_HOME/etc/ssl
 
        # this should probably be done by install.sh
-       mvn install:install-file archetype:crawl -Dfile="archetype-closedloop-demo-rules-1.0.0-SNAPSHOT.jar" -DgroupId=org.openecomp.policy.archetype -DartifactId=archetype-closedloop-demo-rules -Dversion="1.0.0-SNAPSHOT" -Dpackaging=jar -DgeneratePom=true -DupdateReleaseInfo=true
+       mvn install:install-file archetype:crawl -Dfile="archetype-closedloop-demo-rules-1.0.0-SNAPSHOT.jar" -DgroupId=org.onap.policy.archetype -DartifactId=archetype-closedloop-demo-rules -Dversion="1.0.0-SNAPSHOT" -Dpackaging=jar -DgeneratePom=true -DupdateReleaseInfo=true
 
        if [[ -x config/drools-tweaks.sh ]] ; then
                echo "Executing tweaks"
diff --git a/pom.xml b/pom.xml
index b51d017..8115930 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                        <overWriteSnapshots>true</overWriteSnapshots>
                                                        <artifactItems>
                                                                <artifactItem>
-                                                                       <groupId>org.openecomp.policy.drools-applications</groupId>
+                                                                       <groupId>org.onap.policy.drools-applications</groupId>
                                                                        <artifactId>apps</artifactId>
                                                                        <version>${project.version}</version>
                                                                        <type>zip</type>