diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-21 16:57:55 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-21 16:57:55 -0400 |
commit | 000a7a0b602cc225d42588d5f7ce9503bbe67b7f (patch) | |
tree | b6e96b68e3a9bb29ee6dd20d0603cb7f3fb96b5c /adaptors/base/http | |
parent | e477961f068b9d76a6db2a2be6e7aaa5fc6f65a7 (diff) |
Update to use latest parent snapshot to pick up third party version
changes
Issue-ID: CCSDK-4042
Change-Id: If87774b0428856c06f01354439ab26a9516df195
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'adaptors/base/http')
-rw-r--r-- | adaptors/base/http/installer/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/base/http/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/base/http/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/base/http/installer/pom.xml b/adaptors/base/http/installer/pom.xml index f7bc710a0..91e8ae5f8 100644 --- a/adaptors/base/http/installer/pom.xml +++ b/adaptors/base/http/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/adaptors/base/http/pom.xml b/adaptors/base/http/pom.xml index dc3f900d3..46cd7bb35 100644 --- a/adaptors/base/http/pom.xml +++ b/adaptors/base/http/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/adaptors/base/http/provider/pom.xml b/adaptors/base/http/provider/pom.xml index 9ca9948c3..a22df30fd 100644 --- a/adaptors/base/http/provider/pom.xml +++ b/adaptors/base/http/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> <relativePath/> </parent> |