Skip to content

Commit bb634a4

Browse files
committed
Release 0.9.5
1 parent fa59532 commit bb634a4

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
# Project versions
3-
junitPlatformNative = "0.9.5-SNAPSHOT"
4-
nativeGradlePlugin = "0.9.5-SNAPSHOT"
5-
nativeMavenPlugin = "0.9.5-SNAPSHOT"
6-
utils = "0.9.5-SNAPSHOT"
3+
junitPlatformNative = "0.9.5"
4+
nativeGradlePlugin = "0.9.5"
5+
nativeMavenPlugin = "0.9.5"
6+
utils = "0.9.5"
77

88
# External dependencies
99
spock = "2.0-groovy-3.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
native.gradle.plugin.version = 0.9.5-SNAPSHOT
1+
native.gradle.plugin.version = 0.9.5
22
junit.jupiter.version = 5.7.2
33
junit.platform.version = 1.7.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
native.gradle.plugin.version = 0.9.5-SNAPSHOT
1+
native.gradle.plugin.version = 0.9.5
22
junit.jupiter.version = 5.7.2
33
junit.platform.version = 1.7.2

samples/java-application-with-resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<properties>
5252
<java.version>1.8</java.version>
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
54-
<native.maven.plugin.version>0.9.5-SNAPSHOT</native.maven.plugin.version>
55-
<junit.platform.native.version>0.9.5-SNAPSHOT</junit.platform.native.version>
54+
<native.maven.plugin.version>0.9.5</native.maven.plugin.version>
55+
<junit.platform.native.version>0.9.5</junit.platform.native.version>
5656
<imageName>example-app</imageName>
5757
<mainClass>org.graalvm.demo.Application</mainClass>
5858
</properties>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
native.gradle.plugin.version = 0.9.5-SNAPSHOT
1+
native.gradle.plugin.version = 0.9.5
22
junit.jupiter.version = 5.7.2
33
junit.platform.version = 1.7.2

samples/java-application-with-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<java.version>1.8</java.version>
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5454
<junit.jupiter.version>5.7.2</junit.jupiter.version>
55-
<native.maven.plugin.version>0.9.5-SNAPSHOT</native.maven.plugin.version>
56-
<junit.platform.native.version>0.9.5-SNAPSHOT</junit.platform.native.version>
55+
<native.maven.plugin.version>0.9.5</native.maven.plugin.version>
56+
<junit.platform.native.version>0.9.5</junit.platform.native.version>
5757
<imageName>example-app</imageName>
5858
<mainClass>org.graalvm.demo.Application</mainClass>
5959
</properties>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
native.gradle.plugin.version = 0.9.5-SNAPSHOT
1+
native.gradle.plugin.version = 0.9.5
22
junit.jupiter.version = 5.7.2
33
junit.platform.version = 1.7.2

samples/java-application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<properties>
5252
<java.version>1.8</java.version>
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
54-
<native.maven.plugin.version>0.9.5-SNAPSHOT</native.maven.plugin.version>
55-
<junit.platform.native.version>0.9.5-SNAPSHOT</junit.platform.native.version>
54+
<native.maven.plugin.version>0.9.5</native.maven.plugin.version>
55+
<junit.platform.native.version>0.9.5</junit.platform.native.version>
5656
<imageName>example-app</imageName>
5757
<mainClass>org.graalvm.demo.Application</mainClass>
5858
</properties>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
native.gradle.plugin.version = 0.9.5-SNAPSHOT
1+
native.gradle.plugin.version = 0.9.5
22
junit.jupiter.version = 5.7.2
33
junit.platform.version = 1.7.2

samples/java-library/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<properties>
5252
<java.version>1.8</java.version>
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
54-
<native.maven.plugin.version>0.9.5-SNAPSHOT</native.maven.plugin.version>
55-
<junit.platform.native.version>0.9.5-SNAPSHOT</junit.platform.native.version>
54+
<native.maven.plugin.version>0.9.5</native.maven.plugin.version>
55+
<junit.platform.native.version>0.9.5</junit.platform.native.version>
5656
<imageName>java-library</imageName>
5757
</properties>
5858

0 commit comments

Comments
 (0)