diff options
author | Dan Timoney <dtimoney@att.com> | 2022-04-28 07:54:59 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-04-28 07:54:59 -0400 |
commit | ef3fca1c356a313ec1b5106b419db5a2d3cf5981 (patch) | |
tree | 64ed3dc60c983fee48eb2e7a21afcdd80fd5e5e1 /ubuntu | |
parent | 965a09cc8dd1e384f1282cf447af60200546a82f (diff) |
Release version 1.3.2 maven artifacts
Release Jakarta RC version of maven artifacts and roll to next
snapshot version
Issue-ID: CCSDK-3621
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3bd53173693689880253ba1e73cf4324bf7ee1c2
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index 7bdd2f36..283f334a 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <artifactId>distribution-ubuntu</artifactId> |