diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-28 09:21:07 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-28 09:21:07 -0400 |
commit | 2d071d42b8c333ffadd084960f85a3822e414815 (patch) | |
tree | a05293ab1f01c5276529a097cfc749ed9da8d903 /oparent | |
parent | 7bb133e401f31623104ecd3534e2aab3ffe72009 (diff) |
Release version 2.3.3 ccsdk/parent
Release version 2.3.3 parent poms and roll to next snapshot version
Issue-ID: CCSDK-3604
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Idc4627c2d17711731d374292555bf20c28f2d53d
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 1ec378d3..34e90370 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -96,7 +96,7 @@ otherwise ccsdk/distribution/dependencies is not resolving correctly --> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.4-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |