diff options
Diffstat (limited to 'adaptors/artifacts')
-rwxr-xr-x | adaptors/artifacts/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/artifacts/pom.xml b/adaptors/artifacts/pom.xml index df33d7d4e..df7c27a23 100755 --- a/adaptors/artifacts/pom.xml +++ b/adaptors/artifacts/pom.xml @@ -3,9 +3,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <artifactId>adaptors-root</artifactId> - <version>1.2.0-SNAPSHOT</version> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>parent</artifactId> + <version>2.1.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> |