From ba05a8acb4d11a638f7549d224c2aa2dfd8fdd17 Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Sat, 7 Mar 2026 18:21:06 +0100 Subject: [PATCH 1/2] Fixed #519 - Upgrade smpp 7.0.9 --- .../src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc index 201743ac9..5c179bdc0 100644 --- a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc +++ b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc @@ -57,6 +57,7 @@ :issue-513: https://github.com/khmarbaise/maven-it-extension/issues/513[Fixed #513] :issue-515: https://github.com/khmarbaise/maven-it-extension/issues/515[Fixed #515] :issue-517: https://github.com/khmarbaise/maven-it-extension/issues/517[Fixed #517] +:issue-519: https://github.com/khmarbaise/maven-it-extension/issues/517[Fixed #519] :pr-460: https://github.com/khmarbaise/maven-it-extension/pull/460[Pull request #460] :pr-462: https://github.com/khmarbaise/maven-it-extension/pull/462[Pull request #462] @@ -105,6 +106,7 @@ * {issue-511} - Upgrade JUnit-BOM 5.13.0 * {issue-513} - Upgrade smpp to 7.0.5 * {issue-517} - Upgrade smpp to 7.0.8 + * {issue-519} - Upgrade smpp to 7.0.9 * {issue-???} - ? *Build Improvements* diff --git a/pom.xml b/pom.xml index 521bb131f..e259d249e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.soebes.smpp smpp - 7.0.8 + 7.0.9 From 2ff4fa2bf74fe25bed1403287866b687648a0d0b Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Sat, 7 Mar 2026 18:41:55 +0100 Subject: [PATCH 2/2] Fixed #519 - Upgrade smpp 7.0.9 - required to modify the configuration for apache-rat-plugin. --- pom.xml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index e259d249e..2e2360475 100644 --- a/pom.xml +++ b/pom.xml @@ -210,22 +210,24 @@ org.apache.rat apache-rat-plugin - - .github/ISSUE_TEMPLATE/feature_request.md - .github/ISSUE_TEMPLATE/bug_report.md - .github/ISSUE_TEMPLATE/config.yml - IDEASetup.xml - **/.invisible-file - .repository/** - .repo/** - .mvn/** - .maven/spy.log - .mvn/* - dependency-reduced-pom.xml - .asf.yaml - .java-version - src/test/resources/** - + + .github/ISSUE_TEMPLATE/feature_request.md + .github/ISSUE_TEMPLATE/bug_report.md + .github/ISSUE_TEMPLATE/config.yml + IDEASetup.xml + **/.invisible-file + .repository/** + .repo/** + itf-examples/src/test/resources-its/** + itf-examples/src/test/resources/example-files/.gitattributes + .mvn/** + .maven/spy.log + .mvn/* + dependency-reduced-pom.xml + .asf.yaml + .java-version + src/test/resources/** +