diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-24 12:34:28 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-24 12:34:28 -0400 |
commit | 167d3788417d8cdbcf8a36901546af2e7a6f1da7 (patch) | |
tree | 3b7644e38a65d9a06460f45e7a5de0f4711f47b6 /aai-service | |
parent | c06bd49c6a58ef995943f8b4236f84e1cec1f79c (diff) |
Update to use released 1.2.2 parent
Update to use released 1.2.2 version of parent poms.
Change-Id: I90b5eebf030d746ff5f6166836d9dc88ad271e6e
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'aai-service')
-rw-r--r-- | aai-service/features/ccsdk-aai-service/pom.xml | 2 | ||||
-rwxr-xr-x | aai-service/features/features-aai-service/pom.xml | 2 | ||||
-rwxr-xr-x | aai-service/features/pom.xml | 2 | ||||
-rwxr-xr-x | aai-service/installer/pom.xml | 2 | ||||
-rwxr-xr-x | aai-service/pom.xml | 2 | ||||
-rwxr-xr-x | aai-service/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/aai-service/features/ccsdk-aai-service/pom.xml b/aai-service/features/ccsdk-aai-service/pom.xml index 65db7f997..cc8c9e998 100644 --- a/aai-service/features/ccsdk-aai-service/pom.xml +++ b/aai-service/features/ccsdk-aai-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> diff --git a/aai-service/features/features-aai-service/pom.xml b/aai-service/features/features-aai-service/pom.xml index cfc0fc914..306fd5038 100755 --- a/aai-service/features/features-aai-service/pom.xml +++ b/aai-service/features/features-aai-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml index 946ceac38..b18b991ee 100755 --- a/aai-service/features/pom.xml +++ b/aai-service/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> diff --git a/aai-service/installer/pom.xml b/aai-service/installer/pom.xml index 065cd34cf..ee78d19a6 100755 --- a/aai-service/installer/pom.xml +++ b/aai-service/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> diff --git a/aai-service/pom.xml b/aai-service/pom.xml index d295ba0c3..25ea5a780 100755 --- a/aai-service/pom.xml +++ b/aai-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index 65a2a040e..2301e2f9e 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> |