From 1f70683bbe41061ba0f1963992b98fcb6491289f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:44:56 +0000 Subject: [PATCH] Bump org.moditect:moditect-maven-plugin from 1.0.0.RC2 to 1.2.2.Final Bumps [org.moditect:moditect-maven-plugin](https://github.com/moditect/moditect) from 1.0.0.RC2 to 1.2.2.Final. - [Release notes](https://github.com/moditect/moditect/releases) - [Commits](https://github.com/moditect/moditect/compare/1.0.0.CR2...1.2.2.Final) --- updated-dependencies: - dependency-name: org.moditect:moditect-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- brotli4j/pom.xml | 2 +- natives/linux-aarch64/pom.xml | 2 +- natives/linux-armv7/pom.xml | 2 +- natives/linux-ppc64le/pom.xml | 2 +- natives/linux-riscv64/pom.xml | 2 +- natives/linux-s390x/pom.xml | 2 +- natives/linux-x86_64/pom.xml | 2 +- natives/osx-aarch64/pom.xml | 2 +- natives/osx-x86_64/pom.xml | 2 +- natives/windows-aarch64/pom.xml | 2 +- natives/windows-x86_64/pom.xml | 2 +- service/pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/brotli4j/pom.xml b/brotli4j/pom.xml index df89ef01..8b9cd7df 100644 --- a/brotli4j/pom.xml +++ b/brotli4j/pom.xml @@ -218,7 +218,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/natives/linux-aarch64/pom.xml b/natives/linux-aarch64/pom.xml index 1ee8e4c0..36c1a81e 100644 --- a/natives/linux-aarch64/pom.xml +++ b/natives/linux-aarch64/pom.xml @@ -38,7 +38,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/natives/linux-armv7/pom.xml b/natives/linux-armv7/pom.xml index 75473a00..37166211 100644 --- a/natives/linux-armv7/pom.xml +++ b/natives/linux-armv7/pom.xml @@ -38,7 +38,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/natives/linux-ppc64le/pom.xml b/natives/linux-ppc64le/pom.xml index 841240bc..b6b802a6 100644 --- a/natives/linux-ppc64le/pom.xml +++ b/natives/linux-ppc64le/pom.xml @@ -38,7 +38,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/natives/linux-riscv64/pom.xml b/natives/linux-riscv64/pom.xml index b3f61183..f6f0bf7a 100644 --- a/natives/linux-riscv64/pom.xml +++ b/natives/linux-riscv64/pom.xml @@ -38,7 +38,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/natives/linux-s390x/pom.xml b/natives/linux-s390x/pom.xml index 70a67e34..f48ed5d9 100644 --- a/natives/linux-s390x/pom.xml +++ b/natives/linux-s390x/pom.xml @@ -38,7 +38,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/natives/linux-x86_64/pom.xml b/natives/linux-x86_64/pom.xml index 583e198e..f4a1ac76 100644 --- a/natives/linux-x86_64/pom.xml +++ b/natives/linux-x86_64/pom.xml @@ -38,7 +38,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/natives/osx-aarch64/pom.xml b/natives/osx-aarch64/pom.xml index ed99fab8..db6edf67 100644 --- a/natives/osx-aarch64/pom.xml +++ b/natives/osx-aarch64/pom.xml @@ -38,7 +38,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/natives/osx-x86_64/pom.xml b/natives/osx-x86_64/pom.xml index 1716ff5f..be9c2bab 100644 --- a/natives/osx-x86_64/pom.xml +++ b/natives/osx-x86_64/pom.xml @@ -38,7 +38,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/natives/windows-aarch64/pom.xml b/natives/windows-aarch64/pom.xml index a7d61794..362cadf7 100644 --- a/natives/windows-aarch64/pom.xml +++ b/natives/windows-aarch64/pom.xml @@ -38,7 +38,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/natives/windows-x86_64/pom.xml b/natives/windows-x86_64/pom.xml index e367fce7..05fd0cfc 100644 --- a/natives/windows-x86_64/pom.xml +++ b/natives/windows-x86_64/pom.xml @@ -38,7 +38,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos diff --git a/service/pom.xml b/service/pom.xml index 247de475..b01839a2 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -21,7 +21,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.2.2.Final add-module-infos