From 32870dec4efa4da4a5ba619ab699cafdb087372b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20W=C3=B6gerer?= Date: Wed, 13 Sep 2023 12:03:52 +0200 Subject: [PATCH 1/2] Update samples to version 0.9.27 --- gradle/libs.versions.toml | 2 +- native-maven-plugin/reproducers/issue-144/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 ++-- 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/kotlin-application-with-tests/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 ++-- 22 files changed, 31 insertions(+), 31 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0560e60ba..9df17c7a8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # Project versions -nativeBuildTools = "0.9.27-SNAPSHOT" +nativeBuildTools = "0.9.27" metadataRepository = "0.3.4" # External dependencies diff --git a/native-maven-plugin/reproducers/issue-144/pom.xml b/native-maven-plugin/reproducers/issue-144/pom.xml index 6783649b2..2590a293d 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 - 0.9.27-SNAPSHOT - 0.9.27-SNAPSHOT + 0.9.27 + 0.9.27 example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-custom-packaging/pom.xml b/samples/java-application-with-custom-packaging/pom.xml index c5d04a877..454635507 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 - 0.9.27-SNAPSHOT + 0.9.27 diff --git a/samples/java-application-with-custom-tests/gradle.properties b/samples/java-application-with-custom-tests/gradle.properties index 2a39e3c25..00e8f7e57 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 = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-extra-sourceset/gradle.properties b/samples/java-application-with-extra-sourceset/gradle.properties index 2a39e3c25..00e8f7e57 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 = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-reflection/gradle.properties b/samples/java-application-with-reflection/gradle.properties index 2a39e3c25..00e8f7e57 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 = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-reflection/pom.xml b/samples/java-application-with-reflection/pom.xml index 7df0db098..fe498b432 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.10.0 - 0.9.27-SNAPSHOT - 0.9.27-SNAPSHOT + 0.9.27 + 0.9.27 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 2a39e3c25..00e8f7e57 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 = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-resources/pom.xml b/samples/java-application-with-resources/pom.xml index 573dfd841..3bfbb307f 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 - 0.9.27-SNAPSHOT + 0.9.27 5.10.0 - 0.9.27-SNAPSHOT + 0.9.27 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 2a39e3c25..00e8f7e57 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 = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-tests/pom.xml b/samples/java-application-with-tests/pom.xml index 183aec037..aa8bbd5a9 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.10.0 - 0.9.27-SNAPSHOT - 0.9.27-SNAPSHOT + 0.9.27 + 0.9.27 example-app org.graalvm.demo.Application diff --git a/samples/java-application/gradle.properties b/samples/java-application/gradle.properties index 2a39e3c25..00e8f7e57 100644 --- a/samples/java-application/gradle.properties +++ b/samples/java-application/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application/pom.xml b/samples/java-application/pom.xml index 39e0f7399..f09ada582 100644 --- a/samples/java-application/pom.xml +++ b/samples/java-application/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.27-SNAPSHOT - 0.9.27-SNAPSHOT + 0.9.27 + 0.9.27 example-app org.graalvm.demo.Application diff --git a/samples/java-library/gradle.properties b/samples/java-library/gradle.properties index 2a39e3c25..00e8f7e57 100644 --- a/samples/java-library/gradle.properties +++ b/samples/java-library/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-library/pom.xml b/samples/java-library/pom.xml index 830ca190d..f4b27e6df 100644 --- a/samples/java-library/pom.xml +++ b/samples/java-library/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.27-SNAPSHOT - 0.9.27-SNAPSHOT + 0.9.27 + 0.9.27 java-library diff --git a/samples/kotlin-application-with-tests/gradle.properties b/samples/kotlin-application-with-tests/gradle.properties index 2a39e3c25..00e8f7e57 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 = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/metadata-repo-integration/gradle.properties b/samples/metadata-repo-integration/gradle.properties index 3afd44db5..33ec32f39 100644 --- a/samples/metadata-repo-integration/gradle.properties +++ b/samples/metadata-repo-integration/gradle.properties @@ -1,4 +1,4 @@ -native.gradle.plugin.version = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 h2.version = 2.1.210 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 82bd6a896..eaca7e9b1 100644 --- a/samples/metadata-repo-integration/pom.xml +++ b/samples/metadata-repo-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.27-SNAPSHOT - 0.9.27-SNAPSHOT + 0.9.27 + 0.9.27 2.1.210 4.1.80.Final 1.4.4 diff --git a/samples/multi-project-with-tests/gradle.properties b/samples/multi-project-with-tests/gradle.properties index 2a39e3c25..00e8f7e57 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 = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/multi-project-with-tests/pom.xml b/samples/multi-project-with-tests/pom.xml index d3e64f3d1..f01c791ed 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.10.0 - 0.9.27-SNAPSHOT - 0.9.27-SNAPSHOT + 0.9.27 + 0.9.27 example-app org.graalvm.demo.Application diff --git a/samples/native-config-integration/gradle.properties b/samples/native-config-integration/gradle.properties index 2a39e3c25..00e8f7e57 100644 --- a/samples/native-config-integration/gradle.properties +++ b/samples/native-config-integration/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.27-SNAPSHOT +native.gradle.plugin.version = 0.9.27 junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/native-config-integration/pom.xml b/samples/native-config-integration/pom.xml index 40016251d..1ed7a804d 100644 --- a/samples/native-config-integration/pom.xml +++ b/samples/native-config-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.27-SNAPSHOT - 0.9.27-SNAPSHOT + 0.9.27 + 0.9.27 example-app org.graalvm.example.Application From 9e9558e363e55935cde10d850e574e083ec21c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20W=C3=B6gerer?= Date: Mon, 18 Sep 2023 11:33:41 +0200 Subject: [PATCH 2/2] updateSamples to 0.9.28-SNAPSHOT --- gradle/libs.versions.toml | 2 +- native-maven-plugin/reproducers/issue-144/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 ++-- 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/kotlin-application-with-tests/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 ++-- 22 files changed, 31 insertions(+), 31 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9df17c7a8..654219a94 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # Project versions -nativeBuildTools = "0.9.27" +nativeBuildTools = "0.9.28-SNAPSHOT" metadataRepository = "0.3.4" # External dependencies diff --git a/native-maven-plugin/reproducers/issue-144/pom.xml b/native-maven-plugin/reproducers/issue-144/pom.xml index 2590a293d..a25cd4a43 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 - 0.9.27 - 0.9.27 + 0.9.28-SNAPSHOT + 0.9.28-SNAPSHOT example-app org.graalvm.demo.Application diff --git a/samples/java-application-with-custom-packaging/pom.xml b/samples/java-application-with-custom-packaging/pom.xml index 454635507..4034b0013 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 - 0.9.27 + 0.9.28-SNAPSHOT diff --git a/samples/java-application-with-custom-tests/gradle.properties b/samples/java-application-with-custom-tests/gradle.properties index 00e8f7e57..489d10930 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 = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-extra-sourceset/gradle.properties b/samples/java-application-with-extra-sourceset/gradle.properties index 00e8f7e57..489d10930 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 = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-reflection/gradle.properties b/samples/java-application-with-reflection/gradle.properties index 00e8f7e57..489d10930 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 = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-reflection/pom.xml b/samples/java-application-with-reflection/pom.xml index fe498b432..b729455c9 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.10.0 - 0.9.27 - 0.9.27 + 0.9.28-SNAPSHOT + 0.9.28-SNAPSHOT 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 00e8f7e57..489d10930 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 = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-resources/pom.xml b/samples/java-application-with-resources/pom.xml index 3bfbb307f..76e3aeab7 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 - 0.9.27 + 0.9.28-SNAPSHOT 5.10.0 - 0.9.27 + 0.9.28-SNAPSHOT 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 00e8f7e57..489d10930 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 = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application-with-tests/pom.xml b/samples/java-application-with-tests/pom.xml index aa8bbd5a9..59d311b3e 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.10.0 - 0.9.27 - 0.9.27 + 0.9.28-SNAPSHOT + 0.9.28-SNAPSHOT example-app org.graalvm.demo.Application diff --git a/samples/java-application/gradle.properties b/samples/java-application/gradle.properties index 00e8f7e57..489d10930 100644 --- a/samples/java-application/gradle.properties +++ b/samples/java-application/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-application/pom.xml b/samples/java-application/pom.xml index f09ada582..d548712d4 100644 --- a/samples/java-application/pom.xml +++ b/samples/java-application/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.27 - 0.9.27 + 0.9.28-SNAPSHOT + 0.9.28-SNAPSHOT example-app org.graalvm.demo.Application diff --git a/samples/java-library/gradle.properties b/samples/java-library/gradle.properties index 00e8f7e57..489d10930 100644 --- a/samples/java-library/gradle.properties +++ b/samples/java-library/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/java-library/pom.xml b/samples/java-library/pom.xml index f4b27e6df..62ff4e893 100644 --- a/samples/java-library/pom.xml +++ b/samples/java-library/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.27 - 0.9.27 + 0.9.28-SNAPSHOT + 0.9.28-SNAPSHOT java-library diff --git a/samples/kotlin-application-with-tests/gradle.properties b/samples/kotlin-application-with-tests/gradle.properties index 00e8f7e57..489d10930 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 = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/metadata-repo-integration/gradle.properties b/samples/metadata-repo-integration/gradle.properties index 33ec32f39..4ecce279f 100644 --- a/samples/metadata-repo-integration/gradle.properties +++ b/samples/metadata-repo-integration/gradle.properties @@ -1,4 +1,4 @@ -native.gradle.plugin.version = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT h2.version = 2.1.210 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 eaca7e9b1..b7211e92c 100644 --- a/samples/metadata-repo-integration/pom.xml +++ b/samples/metadata-repo-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.27 - 0.9.27 + 0.9.28-SNAPSHOT + 0.9.28-SNAPSHOT 2.1.210 4.1.80.Final 1.4.4 diff --git a/samples/multi-project-with-tests/gradle.properties b/samples/multi-project-with-tests/gradle.properties index 00e8f7e57..489d10930 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 = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/multi-project-with-tests/pom.xml b/samples/multi-project-with-tests/pom.xml index f01c791ed..7cc3668f9 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.10.0 - 0.9.27 - 0.9.27 + 0.9.28-SNAPSHOT + 0.9.28-SNAPSHOT example-app org.graalvm.demo.Application diff --git a/samples/native-config-integration/gradle.properties b/samples/native-config-integration/gradle.properties index 00e8f7e57..489d10930 100644 --- a/samples/native-config-integration/gradle.properties +++ b/samples/native-config-integration/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.27 +native.gradle.plugin.version = 0.9.28-SNAPSHOT junit.jupiter.version = 5.10.0 junit.platform.version = 1.9.3 diff --git a/samples/native-config-integration/pom.xml b/samples/native-config-integration/pom.xml index 1ed7a804d..6d4729757 100644 --- a/samples/native-config-integration/pom.xml +++ b/samples/native-config-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.27 - 0.9.27 + 0.9.28-SNAPSHOT + 0.9.28-SNAPSHOT example-app org.graalvm.example.Application