diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-01-14 22:31:38 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-01-14 22:31:43 -0800 |
commit | 21c6e0b092ba9546f2b3ec02d5f4b56177e08d3d (patch) | |
tree | 18eace3756fd0d608ad9c24fbdf3c01933eebb28 /appc-outbound/appc-aai-client | |
parent | 70d72d23f7ec9d221c8f44d9e66c177d71f79551 (diff) |
Change parent to release version 2.7.0
Change-Id: Idf46f142fb571a01575ba146c2a0f32b7541d142
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
Diffstat (limited to 'appc-outbound/appc-aai-client')
6 files changed, 6 insertions, 6 deletions
diff --git a/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml index bf31f318c..e8224eaf7 100644 --- a/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.7.0</version> <relativePath/> </parent> diff --git a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml index 8324ee59b..2cfc74d2a 100644 --- a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.7.0</version> <relativePath/> </parent> diff --git a/appc-outbound/appc-aai-client/features/pom.xml b/appc-outbound/appc-aai-client/features/pom.xml index f152649fe..cfd3db4a7 100644 --- a/appc-outbound/appc-aai-client/features/pom.xml +++ b/appc-outbound/appc-aai-client/features/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.7.0</version> <relativePath/> </parent> diff --git a/appc-outbound/appc-aai-client/installer/pom.xml b/appc-outbound/appc-aai-client/installer/pom.xml index 9313a9e11..2b9d65d89 100755 --- a/appc-outbound/appc-aai-client/installer/pom.xml +++ b/appc-outbound/appc-aai-client/installer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.7.0</version> <relativePath/> </parent> <groupId>org.onap.appc</groupId> diff --git a/appc-outbound/appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/pom.xml index 097ca73b1..e1c7dd5c1 100755 --- a/appc-outbound/appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.7.0</version> <relativePath/> </parent> <groupId>org.onap.appc</groupId> diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml index 33f58ba1c..59af9f1b0 100755 --- a/appc-outbound/appc-aai-client/provider/pom.xml +++ b/appc-outbound/appc-aai-client/provider/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.7.0</version> <relativePath/> </parent> <groupId>org.onap.appc</groupId> |