diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-03 12:23:18 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-03 12:23:18 -0500 |
commit | d95c9b66abae3570cd9d0bf86e9fc0d348e2ef1e (patch) | |
tree | 0aaa8abb9f74853b508544a0d59fc52f07e86994 /base/http | |
parent | 6b1ac1200e74ff91e74df595c8e2a025b1bcd842 (diff) |
Use released 1.5.2 CCSDK parent
Update to use released version of CCSDK parent pom
Change-Id: I24f981aaaca40909690d8118f7c0cdb8faa57d3a
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'base/http')
-rw-r--r-- | base/http/installer/pom.xml | 2 | ||||
-rw-r--r-- | base/http/pom.xml | 2 | ||||
-rw-r--r-- | base/http/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/base/http/installer/pom.xml b/base/http/installer/pom.xml index d4eebd9e..a8397faf 100644 --- a/base/http/installer/pom.xml +++ b/base/http/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> diff --git a/base/http/pom.xml b/base/http/pom.xml index d55ca6d5..fda2c83f 100644 --- a/base/http/pom.xml +++ b/base/http/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index 3b8add63..b7002e52 100644 --- a/base/http/provider/pom.xml +++ b/base/http/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> |