diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-19 17:06:02 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-19 17:09:59 -0400 |
commit | b4f33c2d6fef60df2e48d81e2f7cdbf6a66cb30d (patch) | |
tree | 9ac21f8557f1525f63afa885e7ef45dd26b5c4f0 /a1-policy-management | |
parent | a65ea077fb899ecb981a36562769f500081d55ef (diff) |
Release 1.1.4 maven artifacts and roll version
Release version 1.1.4 of maven artifacts and roll to next snapshot
Issue-ID: CCSDK-3263
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I18969e6c18f0f1aef026a0ac594b96f9547a58fa
Diffstat (limited to 'a1-policy-management')
-rw-r--r-- | a1-policy-management/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 17040edd..e32f4507 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -25,12 +25,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.3</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-policy-management-service</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.5-SNAPSHOT</version> <name>ccsdk-oran :: ${project.artifactId}</name> <properties> <java.version.source>11</java.version.source> |