From 6cf521ced462995abf332b61b87b12a219d619cb Mon Sep 17 00:00:00 2001 From: graalvm bot Date: Thu, 27 Aug 2026 08:19:19 +0000 Subject: [PATCH] Release 1.1.11 --- gradle/libs.versions.toml | 2 +- native-maven-plugin/reproducers/issue-144/pom.xml | 4 ++-- native-maven-plugin/reproducers/issue-612/pom.xml | 2 +- native-maven-plugin/reproducers/issue-650/pom.xml | 2 +- native-maven-plugin/reproducers/issue-727/pom.xml | 4 ++-- native-maven-plugin/reproducers/issue-756/pom.xml | 2 +- samples/integration-test/pom.xml | 4 ++-- samples/java-application-with-custom-packaging/pom.xml | 2 +- samples/java-application-with-custom-tests/gradle.properties | 2 +- .../java-application-with-extra-sourceset/gradle.properties | 2 +- samples/java-application-with-reflection/gradle.properties | 2 +- samples/java-application-with-reflection/pom.xml | 4 ++-- samples/java-application-with-resources/gradle.properties | 2 +- samples/java-application-with-resources/pom.xml | 4 ++-- .../java-application-with-tests-in-src-main/gradle.properties | 2 +- samples/java-application-with-tests-in-src-main/pom.xml | 4 ++-- samples/java-application-with-tests/gradle.properties | 2 +- samples/java-application-with-tests/pom.xml | 4 ++-- samples/java-application/gradle.properties | 2 +- samples/java-application/pom.xml | 4 ++-- samples/java-library/gradle.properties | 2 +- samples/java-library/pom.xml | 4 ++-- samples/junit-tests/gradle.properties | 2 +- samples/junit-tests/pom.xml | 4 ++-- samples/kotlin-application-with-tests/gradle.properties | 2 +- samples/layered-java-application/gradle.properties | 2 +- samples/layered-mn-application/gradle.properties | 2 +- samples/metadata-repo-integration/gradle.properties | 2 +- samples/metadata-repo-integration/pom.xml | 4 ++-- samples/multi-project-with-tests/gradle.properties | 2 +- samples/multi-project-with-tests/pom.xml | 4 ++-- samples/native-config-integration/gradle.properties | 2 +- samples/native-config-integration/pom.xml | 4 ++-- samples/non-native/pom.xml | 4 ++-- 34 files changed, 48 insertions(+), 48 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 218f019d8..edccdaf97 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # Project versions -nativeBuildTools = "1.1.11-SNAPSHOT" +nativeBuildTools = "1.1.11" metadataRepository = "1.0.12" # External dependencies diff --git a/native-maven-plugin/reproducers/issue-144/pom.xml b/native-maven-plugin/reproducers/issue-144/pom.xml index a501a4b88..5d830b342 100644 --- a/native-maven-plugin/reproducers/issue-144/pom.xml +++ b/native-maven-plugin/reproducers/issue-144/pom.xml @@ -56,8 +56,8 @@ 1.8 UTF-8 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 example-app org.graalvm.demo.Application diff --git a/native-maven-plugin/reproducers/issue-612/pom.xml b/native-maven-plugin/reproducers/issue-612/pom.xml index 8d1a59cf1..a503929b4 100644 --- a/native-maven-plugin/reproducers/issue-612/pom.xml +++ b/native-maven-plugin/reproducers/issue-612/pom.xml @@ -50,7 +50,7 @@ 1.8 UTF-8 - 1.1.11-SNAPSHOT + 1.1.11 example-app org.graalvm.demo.Application diff --git a/native-maven-plugin/reproducers/issue-650/pom.xml b/native-maven-plugin/reproducers/issue-650/pom.xml index 6a283de2d..19a471ed9 100644 --- a/native-maven-plugin/reproducers/issue-650/pom.xml +++ b/native-maven-plugin/reproducers/issue-650/pom.xml @@ -56,7 +56,7 @@ - 1.1.9-SNAPSHOT + 1.1.11 false diff --git a/native-maven-plugin/reproducers/issue-727/pom.xml b/native-maven-plugin/reproducers/issue-727/pom.xml index 30d8350e6..ce294fd38 100644 --- a/native-maven-plugin/reproducers/issue-727/pom.xml +++ b/native-maven-plugin/reproducers/issue-727/pom.xml @@ -58,7 +58,7 @@ UTF-8 1.8 5.13.0 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 diff --git a/native-maven-plugin/reproducers/issue-756/pom.xml b/native-maven-plugin/reproducers/issue-756/pom.xml index 056153e55..357f38e4d 100644 --- a/native-maven-plugin/reproducers/issue-756/pom.xml +++ b/native-maven-plugin/reproducers/issue-756/pom.xml @@ -52,7 +52,7 @@ UTF-8 1.8 5.13.0 - 1.1.11-SNAPSHOT + 1.1.11 diff --git a/samples/integration-test/pom.xml b/samples/integration-test/pom.xml index fb2d35bb4..de37c0ce1 100644 --- a/samples/integration-test/pom.xml +++ b/samples/integration-test/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.13.0 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 diff --git a/samples/java-application-with-custom-packaging/pom.xml b/samples/java-application-with-custom-packaging/pom.xml index f035e4f6b..a0b1ef1a5 100644 --- a/samples/java-application-with-custom-packaging/pom.xml +++ b/samples/java-application-with-custom-packaging/pom.xml @@ -61,7 +61,7 @@ 3.3.4 org.graalvm.demo.Application netty - 1.1.11-SNAPSHOT + 1.1.11 diff --git a/samples/java-application-with-custom-tests/gradle.properties b/samples/java-application-with-custom-tests/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/java-application-with-custom-tests/gradle.properties +++ b/samples/java-application-with-custom-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/java-application-with-extra-sourceset/gradle.properties b/samples/java-application-with-extra-sourceset/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/java-application-with-extra-sourceset/gradle.properties +++ b/samples/java-application-with-extra-sourceset/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/java-application-with-reflection/gradle.properties b/samples/java-application-with-reflection/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/java-application-with-reflection/gradle.properties +++ b/samples/java-application-with-reflection/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/java-application-with-reflection/pom.xml b/samples/java-application-with-reflection/pom.xml index 9265bb0a8..edbb83a04 100644 --- a/samples/java-application-with-reflection/pom.xml +++ b/samples/java-application-with-reflection/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.13.0 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-resources/gradle.properties b/samples/java-application-with-resources/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/java-application-with-resources/gradle.properties +++ b/samples/java-application-with-resources/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/java-application-with-resources/pom.xml b/samples/java-application-with-resources/pom.xml index f820ccca3..3ad5825f9 100644 --- a/samples/java-application-with-resources/pom.xml +++ b/samples/java-application-with-resources/pom.xml @@ -51,9 +51,9 @@ 1.8 UTF-8 - 1.1.11-SNAPSHOT + 1.1.11 5.13.0 - 1.1.11-SNAPSHOT + 1.1.11 example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-tests-in-src-main/gradle.properties b/samples/java-application-with-tests-in-src-main/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/java-application-with-tests-in-src-main/gradle.properties +++ b/samples/java-application-with-tests-in-src-main/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/java-application-with-tests-in-src-main/pom.xml b/samples/java-application-with-tests-in-src-main/pom.xml index 24239d2da..a1d4af243 100644 --- a/samples/java-application-with-tests-in-src-main/pom.xml +++ b/samples/java-application-with-tests-in-src-main/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.13.0 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-tests/gradle.properties b/samples/java-application-with-tests/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/java-application-with-tests/gradle.properties +++ b/samples/java-application-with-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/java-application-with-tests/pom.xml b/samples/java-application-with-tests/pom.xml index 8547c4df8..440def936 100644 --- a/samples/java-application-with-tests/pom.xml +++ b/samples/java-application-with-tests/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.13.0 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 example-app org.graalvm.demo.Application diff --git a/samples/java-application/gradle.properties b/samples/java-application/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/java-application/gradle.properties +++ b/samples/java-application/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/java-application/pom.xml b/samples/java-application/pom.xml index ae4bbc544..a1ed92c12 100644 --- a/samples/java-application/pom.xml +++ b/samples/java-application/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 example-app org.graalvm.demo.Application diff --git a/samples/java-library/gradle.properties b/samples/java-library/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/java-library/gradle.properties +++ b/samples/java-library/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/java-library/pom.xml b/samples/java-library/pom.xml index 16ccc63f6..97f6900a9 100644 --- a/samples/java-library/pom.xml +++ b/samples/java-library/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 java-library diff --git a/samples/junit-tests/gradle.properties b/samples/junit-tests/gradle.properties index f08df9b5e..e2bdda950 100644 --- a/samples/junit-tests/gradle.properties +++ b/samples/junit-tests/gradle.properties @@ -1 +1 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 diff --git a/samples/junit-tests/pom.xml b/samples/junit-tests/pom.xml index ceba099dd..b19b3628d 100644 --- a/samples/junit-tests/pom.xml +++ b/samples/junit-tests/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.13.0 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 example-app diff --git a/samples/kotlin-application-with-tests/gradle.properties b/samples/kotlin-application-with-tests/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/kotlin-application-with-tests/gradle.properties +++ b/samples/kotlin-application-with-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/layered-java-application/gradle.properties b/samples/layered-java-application/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/layered-java-application/gradle.properties +++ b/samples/layered-java-application/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/layered-mn-application/gradle.properties b/samples/layered-mn-application/gradle.properties index 2dbb93e19..f3e9dc7c6 100644 --- a/samples/layered-mn-application/gradle.properties +++ b/samples/layered-mn-application/gradle.properties @@ -1,2 +1,2 @@ micronautVersion=4.8.1 -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 diff --git a/samples/metadata-repo-integration/gradle.properties b/samples/metadata-repo-integration/gradle.properties index b9fc1c2b6..064462438 100644 --- a/samples/metadata-repo-integration/gradle.properties +++ b/samples/metadata-repo-integration/gradle.properties @@ -1,4 +1,4 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 h2.version = 2.2.220 netty.version = 4.1.80.Final logback.version = 1.4.4 diff --git a/samples/metadata-repo-integration/pom.xml b/samples/metadata-repo-integration/pom.xml index db4dd10e6..52aace71e 100644 --- a/samples/metadata-repo-integration/pom.xml +++ b/samples/metadata-repo-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 2.2.220 4.1.136.Final 1.4.12 diff --git a/samples/multi-project-with-tests/gradle.properties b/samples/multi-project-with-tests/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/multi-project-with-tests/gradle.properties +++ b/samples/multi-project-with-tests/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/multi-project-with-tests/pom.xml b/samples/multi-project-with-tests/pom.xml index 746aa608c..dc1c06406 100644 --- a/samples/multi-project-with-tests/pom.xml +++ b/samples/multi-project-with-tests/pom.xml @@ -58,8 +58,8 @@ 1.8 UTF-8 5.13.0 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 example-app org.graalvm.demo.Application diff --git a/samples/native-config-integration/gradle.properties b/samples/native-config-integration/gradle.properties index 27b59db38..dff2b62ca 100644 --- a/samples/native-config-integration/gradle.properties +++ b/samples/native-config-integration/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 1.1.11-SNAPSHOT +native.gradle.plugin.version = 1.1.11 junit.jupiter.version = 5.13.0 junit.platform.version = 1.13.0 diff --git a/samples/native-config-integration/pom.xml b/samples/native-config-integration/pom.xml index 73869fe10..e5bedfb6a 100644 --- a/samples/native-config-integration/pom.xml +++ b/samples/native-config-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 example-app org.graalvm.example.Application diff --git a/samples/non-native/pom.xml b/samples/non-native/pom.xml index ce7c5d1cf..015c223c6 100644 --- a/samples/non-native/pom.xml +++ b/samples/non-native/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 1.1.11-SNAPSHOT - 1.1.11-SNAPSHOT + 1.1.11 + 1.1.11 example-app org.graalvm.demo.Application