aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/build_pom_for_yang_compile
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2017-09-28 14:56:12 -0700
committerMarcus G K Williams <marcus.williams@intel.com>2017-10-04 10:23:30 -0700
commita3d1f087bedc18368de3cfa17ce72a97a9d521b0 (patch)
tree06a6e02e277aeb2b6fb122f8c1ce7eff6fc7b7e0 /dgbuilder/build_pom_for_yang_compile
parentc7e9728a0e11599ddd62c3ba4eb441fac25a008d (diff)
Fix dgbuilder mysql upload
Since code moved from sdnc to ccsdk dgbuilder has not been able to upload or activate directed graphs to test them in containers for development purposes. This patch updates parts of dgbuilder that pointed to sdnc. Issue-Id: SDNC-92 Change-Id: I8021312df8c97673ed71232783183e92a06b7bd3 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 4783e789681d753fc27e5ada1a6b17cc7d7df084
Diffstat (limited to 'dgbuilder/build_pom_for_yang_compile')
-rwxr-xr-xdgbuilder/build_pom_for_yang_compile8
1 files changed, 4 insertions, 4 deletions
diff --git a/dgbuilder/build_pom_for_yang_compile b/dgbuilder/build_pom_for_yang_compile
index 9ea090a6..549708c4 100755
--- a/dgbuilder/build_pom_for_yang_compile
+++ b/dgbuilder/build_pom_for_yang_compile
@@ -6,13 +6,13 @@ model_pom_content=$(cat <<EOF
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.sdnc.core</groupId>
- <artifactId>root</artifactId>
- <version>${1}</version>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>ccsdk-sli-core</artifactId>
+ <version>${1}</version>
</parent>
<artifactId>yangApp-model</artifactId>
<packaging>bundle</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<build>
<plugins>