diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-09 10:55:11 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-09 10:56:54 -0400 |
commit | 1a3a450424753056ca602299b7f1956f995148d5 (patch) | |
tree | 93179336d1dc5549dc543c4924c105dfa4138d6a /aafshiro | |
parent | fdce02008ce92b06b872b524f7a8d50406de7369 (diff) |
Use released version 1.5.9 of parent pom
Update to use released version 1.5.9 of parent pom
Issue-ID: CCSDK-2399
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id8b36bd4bdb74bd1c1fb5c53b44f9e4532383b66
Diffstat (limited to 'aafshiro')
-rwxr-xr-x | aafshiro/features/ccsdk-aafshiro/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/features/features-aafshiro/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/features/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/installer/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/aafshiro/features/ccsdk-aafshiro/pom.xml b/aafshiro/features/ccsdk-aafshiro/pom.xml index 0f0e6af41..2d6cbba13 100755 --- a/aafshiro/features/ccsdk-aafshiro/pom.xml +++ b/aafshiro/features/ccsdk-aafshiro/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.8-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> diff --git a/aafshiro/features/features-aafshiro/pom.xml b/aafshiro/features/features-aafshiro/pom.xml index 2797b6663..ab2ee057f 100755 --- a/aafshiro/features/features-aafshiro/pom.xml +++ b/aafshiro/features/features-aafshiro/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.5.8-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> diff --git a/aafshiro/features/pom.xml b/aafshiro/features/pom.xml index 78115058e..207d30910 100755 --- a/aafshiro/features/pom.xml +++ b/aafshiro/features/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.8-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> diff --git a/aafshiro/installer/pom.xml b/aafshiro/installer/pom.xml index 8dc877771..91551e4c2 100755 --- a/aafshiro/installer/pom.xml +++ b/aafshiro/installer/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.8-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> diff --git a/aafshiro/pom.xml b/aafshiro/pom.xml index a09d86869..d1e4330eb 100755 --- a/aafshiro/pom.xml +++ b/aafshiro/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.8-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> |