diff options
author | Dan Timoney <dtimoney@att.com> | 2022-09-14 10:07:43 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-09-14 10:07:43 -0400 |
commit | 0f62ab343884dafb51de4980d54c6a3da13765df (patch) | |
tree | 2641787685c9c2ec978686fdbd60c0433133262e /oparent | |
parent | 3c64990c07ea7f00e2aac34a4a3906a87e5666f9 (diff) |
Release version 2.4.2 parent poms
Release version 2.4.2 of parent poms
Issue-ID: CCSDK-3754
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If273a0581fdbe18509169cde4029ba0559960642
Diffstat (limited to 'oparent')
-rwxr-xr-x | oparent/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index 645fdcf7..30da1b8a 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -97,7 +97,7 @@ otherwise ccsdk/distribution/dependencies is not resolving correctly --> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |