aboutsummaryrefslogtreecommitdiffstats
path: root/sql-resource
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-29 08:45:58 -0400
committerDan Timoney <dtimoney@att.com>2017-08-29 10:01:41 -0400
commit6fbbf0193e7389c80d85c205f1edd9af6ac0e431 (patch)
treec54d05164160fee85f16e69928feec050ce2eb09 /sql-resource
parent3c3e80c786c42381e75a5e72254729a92ab7722c (diff)
Update artifactId of ccsdk/sli/adaptors pom.xml
Update artifactId of top level pom.xml of ccsdk/sli/adaptors to match the repo name (ccsdk-sli-adaptors instead of ccsdk-adaptors). This is not strictly speaking necessary, but will be a helpful convention since there are some repos within ccsdk that have similar names, like ccsdk/sli/plugins and ccsdk/platform/plugins. Update parent artifactId in pom.xml for each module in ccsdk/sli/adaptors Change-Id: Idec7772c406754db6f03cf03a1a338793c2ce636 Issue-ID: CCSDK-70 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sql-resource')
-rwxr-xr-xsql-resource/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-resource/pom.xml b/sql-resource/pom.xml
index a84e7e4e..c372a7c5 100755
--- a/sql-resource/pom.xml
+++ b/sql-resource/pom.xml
@@ -2,7 +2,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.onap.ccsdk.sli.adaptors</groupId>
- <artifactId>ccsdk-adaptors</artifactId>
+ <artifactId>ccsdk-sli-adaptors</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>