diff options
Diffstat (limited to 'aai-service')
-rwxr-xr-x | aai-service/features/pom.xml | 3 | ||||
-rwxr-xr-x | aai-service/installer/pom.xml | 1 | ||||
-rwxr-xr-x | aai-service/pom.xml | 5 | ||||
-rwxr-xr-x | aai-service/provider/pom.xml | 1 |
4 files changed, 8 insertions, 2 deletions
diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml index 919cb6ad6..fbe91d89f 100755 --- a/aai-service/features/pom.xml +++ b/aai-service/features/pom.xml @@ -6,9 +6,12 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> <version>1.0.1-SNAPSHOT</version> + <relativePath /> </parent> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service-features</artifactId> + <version>0.2.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: aai-service :: ${project.artifactId}</name> diff --git a/aai-service/installer/pom.xml b/aai-service/installer/pom.xml index 1c919c659..cc4d683a9 100755 --- a/aai-service/installer/pom.xml +++ b/aai-service/installer/pom.xml @@ -6,6 +6,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> <version>1.0.1-SNAPSHOT</version> + <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> diff --git a/aai-service/pom.xml b/aai-service/pom.xml index 80a53a502..f874ab6fa 100755 --- a/aai-service/pom.xml +++ b/aai-service/pom.xml @@ -6,14 +6,15 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> <version>1.0.1-SNAPSHOT</version> + <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.2.1-SNAPSHOT</version> <packaging>pom</packaging> - <name>AAI Interface Service</name> + <name>ccsdk-sli-adaptors :: aai-service</name> <description>The AAI Interface service exposes an interface to AAI as an OSGi service</description> <modules> diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index 8eefaf96b..97a12a4ac 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -6,6 +6,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> <version>1.0.1-SNAPSHOT</version> + <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> |