From 2d08a6016b9e9084b8d14c1a8178dff32f5e4083 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sat, 20 Dec 2025 12:09:26 +0100 Subject: [PATCH] Update to 1.15.6-SNAPSHOT so parent - update so parent (1.15.0-SNAPSHOT -> 1.15.6-SNAPSHOT) - update snapshot version to 1.13.3-SNAPSHOT Issue-ID: SO-4234 Change-Id: I420d59aafe7983e4cba544fd1d051dd60e6946ef Signed-off-by: Fiete Ostkamp --- packages/docker/pom.xml | 4 ++-- packages/pom.xml | 4 ++-- pom.xml | 8 ++++---- so-cnf-adapter-application/pom.xml | 6 +++--- .../src/test/java/org/onap/so/adapters/cnf/rest/TracingTest.java | 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/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/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml | 2 +- so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml | 2 +- version.properties | 2 +- 13 files changed, 19 insertions(+), 23 deletions(-) diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml index 7e2b36d..30b2a59 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.2-SNAPSHOT + 1.13.3-SNAPSHOT org.onap.so.adapters.so-cnf-adapter.packages - 1.13.2-SNAPSHOT + 1.13.3-SNAPSHOT pom docker Docker Packaging diff --git a/packages/pom.xml b/packages/pom.xml index 15cf10e..1984c9e 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.2-SNAPSHOT + 1.13.3-SNAPSHOT packages pom - 1.13.2-SNAPSHOT + 1.13.3-SNAPSHOT Packages diff --git a/pom.xml b/pom.xml index bcd54fe..c34dac5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,11 @@ org.onap.so so - 1.15.0-SNAPSHOT + 1.15.6-SNAPSHOT org.onap.so.adapters.so-cnf-adapter so-cnf-adapter - 1.13.2-SNAPSHOT + 1.13.3-SNAPSHOT SO CNF Adapter pom @@ -103,7 +103,7 @@ + Spring Cloud version aligned with Spring Boot 2.4.13. --> @@ -119,7 +119,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR12 + 2020.0.6 pom import diff --git a/so-cnf-adapter-application/pom.xml b/so-cnf-adapter-application/pom.xml index 6a9ce15..228b401 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.2-SNAPSHOT + 1.13.3-SNAPSHOT so-cnf-adapter-application - 1.13.2-SNAPSHOT + 1.13.3-SNAPSHOT SO CNF Application Jar ${project.artifactId}-${project.version} @@ -117,7 +117,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR12 + 2020.0.6 pom import diff --git a/so-cnf-adapter-application/src/test/java/org/onap/so/adapters/cnf/rest/TracingTest.java b/so-cnf-adapter-application/src/test/java/org/onap/so/adapters/cnf/rest/TracingTest.java index fbdfe5d..6c2d8e5 100644 --- a/so-cnf-adapter-application/src/test/java/org/onap/so/adapters/cnf/rest/TracingTest.java +++ b/so-cnf-adapter-application/src/test/java/org/onap/so/adapters/cnf/rest/TracingTest.java @@ -20,12 +20,9 @@ import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; -import org.springframework.boot.autoconfigure.ImportAutoConfiguration; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest.WebEnvironment; import org.springframework.boot.web.server.LocalServerPort; -import org.springframework.cloud.sleuth.autoconfig.TraceAutoConfiguration; -import org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration; import org.springframework.http.HttpStatus; import org.springframework.test.context.DynamicPropertyRegistry; import org.springframework.test.context.DynamicPropertySource; @@ -43,7 +40,6 @@ import lombok.SneakyThrows; @Ignore @EnableAutoConfiguration -@ImportAutoConfiguration(classes = { TraceAutoConfiguration.class, ZipkinAutoConfiguration.class }) @SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, properties = { "spring.sleuth.enabled=true", "spring.sleuth.sampler.probability=1.0" diff --git a/so-cnfm/pom.xml b/so-cnfm/pom.xml index 89d2707..83ad43e 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.2-SNAPSHOT + 1.13.3-SNAPSHOT so-cnfm pom diff --git a/so-cnfm/so-cnfm-lcm/pom.xml b/so-cnfm/so-cnfm-lcm/pom.xml index 4fb5cd6..3675c90 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.2-SNAPSHOT + 1.13.3-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 4f6188f..24f3b18 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.2-SNAPSHOT + 1.13.3-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 93d7988..3f311d8 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.2-SNAPSHOT + 1.13.3-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 9dfbddd..d6b52a0 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.2-SNAPSHOT + 1.13.3-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 c23d6fe..4545268 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.2-SNAPSHOT + 1.13.3-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 57a8a5f..45c7788 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.2-SNAPSHOT + 1.13.3-SNAPSHOT so-cnfm-lcm-service diff --git a/version.properties b/version.properties index 50335b6..d5313ef 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=13 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- 2.16.6