diff options
author | Dan Timoney <dtimoney@att.com> | 2020-01-23 14:40:14 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-01-23 14:40:14 -0500 |
commit | 4de5e6cbb62b3588a916f7696e7a9ecc73061782 (patch) | |
tree | 7a0ab9be162023d05475e6390d9adf040030e450 /features/ccsdk-base-http | |
parent | bc18e2c019f4b16752ae25fa50b436e7cd65c8e8 (diff) |
Use released parent pom
Use released version of ccsdk/parent poms
Change-Id: Ifa7059c687e09de9977b94d92fbf1869d510b00d
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'features/ccsdk-base-http')
-rw-r--r-- | features/ccsdk-base-http/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/ccsdk-base-http/pom.xml b/features/ccsdk-base-http/pom.xml index 168f6f43..4c909c06 100644 --- a/features/ccsdk-base-http/pom.xml +++ b/features/ccsdk-base-http/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> <relativePath/> </parent> |