diff options
author | Dan Timoney <dtimoney@att.com> | 2023-02-21 10:23:34 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-21 10:23:34 -0500 |
commit | d1f954555c53f045e80c0e14566f71f0513e38ca (patch) | |
tree | b1ecb2e202beb6a53a9b2bc1b0826ad58bce1d55 /oparent | |
parent | 5ed8b0451a3e8efb2d17161d0025aac1f5347bf6 (diff) |
Roll to next snapshot
Build for version 2.5.2 failed, most likely due to earlier partial failure
due to sigul error. Will skip 2.5.2 and create version 2.5.3
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I7facdaf9ba5edc2608f83b76488fa522a0590e7a
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 0986d754..9aa04b3c 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.5.2-SNAPSHOT</version> + <version>2.5.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.5.2-SNAPSHOT</version> + <version>2.5.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |