From f71623fcf41608955e7e55eadf2b61ba8fe9cf2c Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 24 Jun 2025 08:40:01 +0200 Subject: [PATCH] 1.13.0 release - add tracing - update so parent pom (1.12.1-SNAPSHOT -> 1.15.0-SNAPSHOT) [0] [0] this may seem like a huge jump, but this is actually not changing much: - updates snakeyaml (1.26 -> 1.31) - changes scope of some test deps from compile to test (mockito, junit-toolbox) Issue-ID: SO-4178 Change-Id: I813e26b5e470f077d5157f6a3cc815ba5ac87f15 Signed-off-by: Fiete Ostkamp --- releases/1.13.0.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releases/1.13.0.yaml diff --git a/releases/1.13.0.yaml b/releases/1.13.0.yaml new file mode 100644 index 0000000..417a00e --- /dev/null +++ b/releases/1.13.0.yaml @@ -0,0 +1,11 @@ +--- +distribution_type: 'container' +container_release_tag: '1.13.0' +project: 'so' +log_dir: 'so-adapters-so-cnf-adapter-maven-docker-stage-master/826/' +ref: '5ffa821df5f88ef21c7e70c1cd1185f71267d9d7' +containers: + - name: 'so/so-cnf-adapter' + version: '1.13.0-20250712T1045' + - name: 'so/so-cnfm-as-lcm' + version: '1.13.0-20250712T1045' -- 2.16.6