diff options
author | Dan Timoney <dtimoney@att.com> | 2024-11-21 16:04:28 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-11-21 16:04:40 -0500 |
commit | c2e9097a95f4c854c5c15227982df9d11849d407 (patch) | |
tree | fbf092b7b6f461fe8c058bf7537096f7d3b46692 /oparent | |
parent | 24da359dd0f30414e1b86c073f20c278da7679d6 (diff) |
Release version 3.0.1 of parent poms
Release version 3.0.1 of parent poms
Issue-ID: CCSDK-4066
Change-Id: I171f7cad4ec62ae025c6c076b548684a593184cd
Signed-off-by: Dan Timoney <dtimoney@att.com>
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 79107826..b2a81634 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -98,7 +98,7 @@ otherwise ccsdk/distribution/dependencies is not resolving correctly --> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |