From 264f97f38b315c00721d0abe37d643ce8ffc648b Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 15 Dec 2025 14:49:34 +0100 Subject: [PATCH] Update so common dependencies - update so-common version (1.12.1 -> 1.15.6) - bump snapshot version to 1.13.2-SNAPSHOT Issue-ID: SO-4214 Change-Id: I650efefbf54e6055806fccc4d6a76fa6c21c99bd Signed-off-by: Fiete Ostkamp --- packages/docker/pom.xml | 4 ++-- packages/pom.xml | 4 ++-- pom.xml | 23 ++++++++++++++++------ so-cnf-adapter-application/pom.xml | 4 ++-- so-cnfm/pom.xml | 2 +- so-cnfm/so-cnfm-lcm/pom.xml | 2 +- so-cnfm/so-cnfm-lcm/so-cnfm-lcm-api/pom.xml | 2 +- .../so-cnfm-lcm/so-cnfm-lcm-application/pom.xml | 2 +- so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml | 2 +- .../so-cnfm-lcm-database-service/pom.xml | 2 +- so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml | 2 +- version.properties | 2 +- 12 files changed, 31 insertions(+), 20 deletions(-) diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml index 6c52063..7e2b36d 100755 --- a/packages/docker/pom.xml +++ b/packages/docker/pom.xml @@ -4,10 +4,10 @@ org.onap.so.adapters.so-cnf-adapter packages - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT org.onap.so.adapters.so-cnf-adapter.packages - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT pom docker Docker Packaging diff --git a/packages/pom.xml b/packages/pom.xml index 02398e4..15cf10e 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -4,11 +4,11 @@ org.onap.so.adapters.so-cnf-adapter so-cnf-adapter - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT packages pom - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT Packages diff --git a/pom.xml b/pom.xml index 61033aa..bcd54fe 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.onap.so.adapters.so-cnf-adapter so-cnf-adapter - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT SO CNF Adapter pom @@ -20,7 +20,7 @@ 2.8.9 2.1.13 3.0.33 - 1.12.1-SNAPSHOT + 1.15.6-SNAPSHOT 3.4.1 0.11 16.0.0 @@ -101,10 +101,9 @@ - + @@ -112,6 +111,18 @@ h2 1.4.200 + + org.flywaydb + flyway-core + 6.4.4 + + + org.springframework.cloud + spring-cloud-dependencies + Hoxton.SR12 + pom + import + diff --git a/so-cnf-adapter-application/pom.xml b/so-cnf-adapter-application/pom.xml index 489f84b..6a9ce15 100755 --- a/so-cnf-adapter-application/pom.xml +++ b/so-cnf-adapter-application/pom.xml @@ -26,10 +26,10 @@ org.onap.so.adapters.so-cnf-adapter so-cnf-adapter - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT so-cnf-adapter-application - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT SO CNF Application Jar ${project.artifactId}-${project.version} diff --git a/so-cnfm/pom.xml b/so-cnfm/pom.xml index 71afd6b..89d2707 100644 --- a/so-cnfm/pom.xml +++ b/so-cnfm/pom.xml @@ -4,7 +4,7 @@ org.onap.so.adapters.so-cnf-adapter so-cnf-adapter - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT so-cnfm pom diff --git a/so-cnfm/so-cnfm-lcm/pom.xml b/so-cnfm/so-cnfm-lcm/pom.xml index 34a6a95..4fb5cd6 100644 --- a/so-cnfm/so-cnfm-lcm/pom.xml +++ b/so-cnfm/so-cnfm-lcm/pom.xml @@ -4,7 +4,7 @@ org.onap.so.adapters.so-cnf-adapter so-cnfm - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT org.onap.so.adapters.so-cnf-adapter.so-cnfm.lcm diff --git a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-api/pom.xml b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-api/pom.xml index cec5782..4f6188f 100644 --- a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-api/pom.xml +++ b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-api/pom.xml @@ -4,7 +4,7 @@ org.onap.so.adapters.so-cnf-adapter.so-cnfm.lcm so-cnfm-lcm - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT so-cnfm-lcm-api diff --git a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-application/pom.xml b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-application/pom.xml index 953cb10..93d7988 100644 --- a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-application/pom.xml +++ b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-application/pom.xml @@ -4,7 +4,7 @@ org.onap.so.adapters.so-cnf-adapter.so-cnfm.lcm so-cnfm-lcm - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT so-cnfm-lcm-application diff --git a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml index 9375662..9dfbddd 100644 --- a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml +++ b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml @@ -4,7 +4,7 @@ org.onap.so.adapters.so-cnf-adapter.so-cnfm.lcm so-cnfm-lcm - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT so-cnfm-lcm-bpmn-flows diff --git a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml index 32f1c1a..c23d6fe 100644 --- a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml +++ b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml @@ -4,7 +4,7 @@ org.onap.so.adapters.so-cnf-adapter.so-cnfm.lcm so-cnfm-lcm - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT so-cnfm-lcm-database-service diff --git a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml index 6752876..57a8a5f 100644 --- a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml +++ b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml @@ -4,7 +4,7 @@ org.onap.so.adapters.so-cnf-adapter.so-cnfm.lcm so-cnfm-lcm - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT so-cnfm-lcm-service diff --git a/version.properties b/version.properties index 8fcf1b7..50335b6 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=13 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6