From adad255a7e7f2baa27b5bf39172a7797719e89c4 Mon Sep 17 00:00:00 2001 From: Cedric Champeau Date: Thu, 26 Aug 2021 13:15:33 +0200 Subject: [PATCH] Release 0.9.4 --- gradle/libs.versions.toml | 8 ++++---- .../java-application-with-reflection/gradle.properties | 2 +- 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/multi-project-with-tests/gradle.properties | 2 +- 12 files changed, 19 insertions(+), 19 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bca9afa03..cd5d2f37d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] # Project versions -junitPlatformNative = "0.9.4-SNAPSHOT" -nativeGradlePlugin = "0.9.4-SNAPSHOT" -nativeMavenPlugin = "0.9.4-SNAPSHOT" -utils = "0.9.4-SNAPSHOT" +junitPlatformNative = "0.9.4" +nativeGradlePlugin = "0.9.4" +nativeMavenPlugin = "0.9.4" +utils = "0.9.4" # External dependencies spock = "2.0-groovy-3.0" diff --git a/samples/java-application-with-reflection/gradle.properties b/samples/java-application-with-reflection/gradle.properties index dc5136602..5d573b6c4 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.4-SNAPSHOT +native.gradle.plugin.version = 0.9.4 junit.jupiter.version = 5.7.2 junit.platform.version = 1.7.2 diff --git a/samples/java-application-with-resources/gradle.properties b/samples/java-application-with-resources/gradle.properties index dc5136602..5d573b6c4 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.4-SNAPSHOT +native.gradle.plugin.version = 0.9.4 junit.jupiter.version = 5.7.2 junit.platform.version = 1.7.2 diff --git a/samples/java-application-with-resources/pom.xml b/samples/java-application-with-resources/pom.xml index 1a50c3f0c..c5c31492a 100644 --- a/samples/java-application-with-resources/pom.xml +++ b/samples/java-application-with-resources/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.4-SNAPSHOT - 0.9.4-SNAPSHOT + 0.9.4 + 0.9.4 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 dc5136602..5d573b6c4 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.4-SNAPSHOT +native.gradle.plugin.version = 0.9.4 junit.jupiter.version = 5.7.2 junit.platform.version = 1.7.2 diff --git a/samples/java-application-with-tests/pom.xml b/samples/java-application-with-tests/pom.xml index 190432405..2f07c96b9 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.7.2 - 0.9.4-SNAPSHOT - 0.9.4-SNAPSHOT + 0.9.4 + 0.9.4 example-app org.graalvm.demo.Application diff --git a/samples/java-application/gradle.properties b/samples/java-application/gradle.properties index dc5136602..5d573b6c4 100644 --- a/samples/java-application/gradle.properties +++ b/samples/java-application/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.4-SNAPSHOT +native.gradle.plugin.version = 0.9.4 junit.jupiter.version = 5.7.2 junit.platform.version = 1.7.2 diff --git a/samples/java-application/pom.xml b/samples/java-application/pom.xml index 1897c7f2b..61c7c324e 100644 --- a/samples/java-application/pom.xml +++ b/samples/java-application/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.4-SNAPSHOT - 0.9.4-SNAPSHOT + 0.9.4 + 0.9.4 example-app org.graalvm.demo.Application diff --git a/samples/java-library/gradle.properties b/samples/java-library/gradle.properties index dc5136602..5d573b6c4 100644 --- a/samples/java-library/gradle.properties +++ b/samples/java-library/gradle.properties @@ -1,3 +1,3 @@ -native.gradle.plugin.version = 0.9.4-SNAPSHOT +native.gradle.plugin.version = 0.9.4 junit.jupiter.version = 5.7.2 junit.platform.version = 1.7.2 diff --git a/samples/java-library/pom.xml b/samples/java-library/pom.xml index 5223bdeb7..f626d5b05 100644 --- a/samples/java-library/pom.xml +++ b/samples/java-library/pom.xml @@ -51,8 +51,8 @@ 1.8 UTF-8 - 0.9.4-SNAPSHOT - 0.9.4-SNAPSHOT + 0.9.4 + 0.9.4 java-library diff --git a/samples/kotlin-application-with-tests/gradle.properties b/samples/kotlin-application-with-tests/gradle.properties index dc5136602..5d573b6c4 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.4-SNAPSHOT +native.gradle.plugin.version = 0.9.4 junit.jupiter.version = 5.7.2 junit.platform.version = 1.7.2 diff --git a/samples/multi-project-with-tests/gradle.properties b/samples/multi-project-with-tests/gradle.properties index dc5136602..5d573b6c4 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.4-SNAPSHOT +native.gradle.plugin.version = 0.9.4 junit.jupiter.version = 5.7.2 junit.platform.version = 1.7.2