diff options
author | 2025-03-05 15:47:41 -0500 | |
---|---|---|
committer | 2025-03-05 15:47:41 -0500 | |
commit | dea9035e8dc26e689916a8d7b9c140c444c5f63b (patch) | |
tree | 52e76553a77d223754175b067116cd34171b69a7 /oparent | |
parent | fba48d7d04fdb25656af891b3e12c18df3708294 (diff) |
Create initial release version of ccsdk parent poms for Paris
release.
Issue-ID: CCSDK-4095
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9347f9ed777cdf2080efcfe610b8f48bfca207d2
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 1966514c..0f6739cf 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.1-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.1.0-SNAPSHOT</version> + <version>3.1.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |