diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-20 02:18:20 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-20 02:33:43 +0000 |
commit | 88648fc9fbdb2eba6982b754b46e9edd3f32579b (patch) | |
tree | f57385eebb064d469b599cd3a61d60df5ac5f932 /check-blueprint-vs-input/pom.xml | |
parent | 4b74774b378d9cfaa48d740f92b12bdca2df04b5 (diff) |
Add sonar and push to pypi
Issue-Id: DCAEGEN2-60
Change-Id: I4d2d32ca2c5ffb113c4379a1b3374b1a1dfc1856
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'check-blueprint-vs-input/pom.xml')
-rw-r--r-- | check-blueprint-vs-input/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/check-blueprint-vs-input/pom.xml b/check-blueprint-vs-input/pom.xml index 9af1db6..d3a9e5a 100644 --- a/check-blueprint-vs-input/pom.xml +++ b/check-blueprint-vs-input/pom.xml @@ -21,13 +21,13 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <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.onap.dcaegen2</groupId> + <groupId>org.onap.dcaegen2.utils</groupId> <artifactId>utils</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.utils</groupId> <artifactId>check-blueprint-vs-input</artifactId> - <name>check-blueprint-vs-input</name> + <name>dcaegen2-utils-check-blueprint-vs-input</name> <version>1.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> |