diff options
Diffstat (limited to 'appc-inbound/appc-artifact-handler/model')
-rwxr-xr-x | appc-inbound/appc-artifact-handler/model/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/appc-inbound/appc-artifact-handler/model/pom.xml b/appc-inbound/appc-artifact-handler/model/pom.xml index 84d528dee..90030bb84 100755 --- a/appc-inbound/appc-artifact-handler/model/pom.xml +++ b/appc-inbound/appc-artifact-handler/model/pom.xml @@ -23,10 +23,12 @@ 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> - <artifactId>appc-artifact-handler</artifactId> - <groupId>org.onap.appc</groupId> + <groupId>org.onap.appc.parent</groupId> + <artifactId>binding-parent</artifactId> <version>1.4.0-SNAPSHOT</version> + <relativePath /> </parent> + <groupId>org.onap.appc</groupId> <artifactId>appc-artifact-handler-model</artifactId> <name>APPC Artifact Handler - Model</name> <packaging>bundle</packaging> |