diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1c7222521..9c338c764 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # Project versions -nativeBuildTools = "0.11.3-SNAPSHOT" +nativeBuildTools = "0.11.3" metadataRepository = "0.3.30" # External dependencies diff --git a/native-maven-plugin/reproducers/issue-144/pom.xml b/native-maven-plugin/reproducers/issue-144/pom.xml index fe3be9131..911633b21 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.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 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 2ad3e78fc..690e3ea7b 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 - 0.11.3-SNAPSHOT + 0.11.3 example-app org.graalvm.demo.Application diff --git a/samples/integration-test/pom.xml b/samples/integration-test/pom.xml index 87558dea3..956face9b 100644 --- a/samples/integration-test/pom.xml +++ b/samples/integration-test/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.13.0 - 0.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 diff --git a/samples/java-application-with-custom-packaging/pom.xml b/samples/java-application-with-custom-packaging/pom.xml index 603da47ca..5074d670a 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.11.3-SNAPSHOT + 0.11.3 diff --git a/samples/java-application-with-custom-tests/gradle.properties b/samples/java-application-with-custom-tests/gradle.properties index a43ab8129..9cec50f9b 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.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 a43ab8129..9cec50f9b 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.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 a43ab8129..9cec50f9b 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.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 c4e491f13..4ee64eee5 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 - 0.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 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 a43ab8129..9cec50f9b 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.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 6a23ad615..43f2fde76 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.11.3-SNAPSHOT + 0.11.3 5.13.0 - 0.11.3-SNAPSHOT + 0.11.3 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 a43ab8129..9cec50f9b 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.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 6a78996cf..c500d0e2c 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 - 0.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 example-app org.graalvm.demo.Application diff --git a/samples/java-application/gradle.properties b/samples/java-application/gradle.properties index a43ab8129..9cec50f9b 100644 --- a/samples/java-application/gradle.properties +++ b/samples/java-application/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 3685e6d80..4daa6a053 100644 --- a/samples/java-application/pom.xml +++ b/samples/java-application/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 example-app org.graalvm.demo.Application diff --git a/samples/java-library/gradle.properties b/samples/java-library/gradle.properties index a43ab8129..9cec50f9b 100644 --- a/samples/java-library/gradle.properties +++ b/samples/java-library/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 2d8473208..f85f89ae5 100644 --- a/samples/java-library/pom.xml +++ b/samples/java-library/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 java-library diff --git a/samples/junit-tests/gradle.properties b/samples/junit-tests/gradle.properties index 9fea5f6e6..d2d4e1390 100644 --- a/samples/junit-tests/gradle.properties +++ b/samples/junit-tests/gradle.properties @@ -1 +1 @@ -native.gradle.plugin.version = 0.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 diff --git a/samples/junit-tests/pom.xml b/samples/junit-tests/pom.xml index 017a84ac7..400116088 100644 --- a/samples/junit-tests/pom.xml +++ b/samples/junit-tests/pom.xml @@ -52,8 +52,8 @@ 1.8 UTF-8 5.13.0 - 0.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 example-app diff --git a/samples/kotlin-application-with-tests/gradle.properties b/samples/kotlin-application-with-tests/gradle.properties index a43ab8129..9cec50f9b 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.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 a43ab8129..9cec50f9b 100644 --- a/samples/layered-java-application/gradle.properties +++ b/samples/layered-java-application/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 2bdbec11b..b59a3a4a5 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 = 0.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 diff --git a/samples/metadata-repo-integration/gradle.properties b/samples/metadata-repo-integration/gradle.properties index d1043447b..7366df3a2 100644 --- a/samples/metadata-repo-integration/gradle.properties +++ b/samples/metadata-repo-integration/gradle.properties @@ -1,4 +1,4 @@ -native.gradle.plugin.version = 0.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 aca2b9128..bc255e5ed 100644 --- a/samples/metadata-repo-integration/pom.xml +++ b/samples/metadata-repo-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 2.2.220 4.1.108.Final 1.4.12 diff --git a/samples/multi-project-with-tests/gradle.properties b/samples/multi-project-with-tests/gradle.properties index a43ab8129..9cec50f9b 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.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 e25efbfa9..8a901ef60 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 - 0.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 example-app org.graalvm.demo.Application diff --git a/samples/native-config-integration/gradle.properties b/samples/native-config-integration/gradle.properties index a43ab8129..9cec50f9b 100644 --- a/samples/native-config-integration/gradle.properties +++ b/samples/native-config-integration/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.11.3-SNAPSHOT +native.gradle.plugin.version = 0.11.3 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 e7360f3fd..567f8691a 100644 --- a/samples/native-config-integration/pom.xml +++ b/samples/native-config-integration/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 example-app org.graalvm.example.Application diff --git a/samples/non-native/pom.xml b/samples/non-native/pom.xml index abe0c5f6a..4bf685f9b 100644 --- a/samples/non-native/pom.xml +++ b/samples/non-native/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.11.3-SNAPSHOT - 0.11.3-SNAPSHOT + 0.11.3 + 0.11.3 example-app org.graalvm.demo.Application