diff options
author | JohnKeeney <john.keeney@est.tech> | 2022-09-01 12:20:58 +0100 |
---|---|---|
committer | JohnKeeney <john.keeney@est.tech> | 2022-09-06 17:45:30 +0100 |
commit | 2cf0c9067e089d05d63cf02a00c1702d18f4177f (patch) | |
tree | 0a935fc6727f2247fea0f4ff8940ec6f2d06bddc | |
parent | 9ae9c5d7b8a1643cee51f33521136bbc8ad66daa (diff) |
Jakarta branch - bump A1-PMS version number after interim release > 1.3.4-SNAPSHOT
Change-Id: I09757c439135bd9d414052a5e44ddd02cdd70b33
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Issue-ID: CCSDK-3742
Signed-off-by: JohnKeeney <john.keeney@est.tech>
-rw-r--r-- | a1-policy-management/pom.xml | 2 | ||||
-rw-r--r-- | csit/scripts/healthcheck/.env | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index be981787..a643d754 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -29,7 +29,7 @@ </parent> <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-policy-management-service</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <name>ccsdk-oran :: ${project.artifactId}</name> <properties> <java.version.source>11</java.version.source> diff --git a/csit/scripts/healthcheck/.env b/csit/scripts/healthcheck/.env index cd06a6d9..d3b4aef5 100644 --- a/csit/scripts/healthcheck/.env +++ b/csit/scripts/healthcheck/.env @@ -17,7 +17,7 @@ #PMS PMS_IMAGE_BASE="onap/ccsdk-oran-a1policymanagementservice" -PMS_IMAGE_TAG="1.3.3-SNAPSHOT-latest" +PMS_IMAGE_TAG="1.3.4-SNAPSHOT-latest" #A1_SIM A1_SIM_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator" |