File tree Expand file tree Collapse file tree 22 files changed +31
-31
lines changed
native-maven-plugin/reproducers/issue-144
java-application-with-custom-packaging
java-application-with-custom-tests
java-application-with-reflection
java-application-with-resources
java-application-with-tests
kotlin-application-with-tests
metadata-repo-integration
native-config-integration Expand file tree Collapse file tree 22 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
# Project versions
3
- nativeBuildTools = " 0.9.23-SNAPSHOT "
3
+ nativeBuildTools = " 0.9.23"
4
4
metadataRepository = " 0.3.2"
5
5
6
6
# External dependencies
Original file line number Diff line number Diff line change 56
56
<properties >
57
57
<java .version>1.8</java .version>
58
58
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59
- <native .maven.plugin.version>0.9.23-SNAPSHOT </native .maven.plugin.version>
60
- <junit .platform.native.version>0.9.23-SNAPSHOT </junit .platform.native.version>
59
+ <native .maven.plugin.version>0.9.23</native .maven.plugin.version>
60
+ <junit .platform.native.version>0.9.23</junit .platform.native.version>
61
61
<imageName >example-app</imageName >
62
62
<mainClass >org.graalvm.demo.Application</mainClass >
63
63
</properties >
Original file line number Diff line number Diff line change 61
61
<micronaut .version>3.3.4</micronaut .version>
62
62
<exec .mainClass>org.graalvm.demo.Application</exec .mainClass>
63
63
<micronaut .runtime>netty</micronaut .runtime>
64
- <native .maven.plugin.version>0.9.23-SNAPSHOT </native .maven.plugin.version>
64
+ <native .maven.plugin.version>0.9.23</native .maven.plugin.version>
65
65
</properties >
66
66
67
67
<repositories >
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.9.23-SNAPSHOT
1
+ native.gradle.plugin.version = 0.9.23
2
2
junit.jupiter.version = 5.8.1
3
3
junit.platform.version = 1.8.1
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.9.23-SNAPSHOT
1
+ native.gradle.plugin.version = 0.9.23
2
2
junit.jupiter.version = 5.8.1
3
3
junit.platform.version = 1.8.1
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.9.23-SNAPSHOT
1
+ native.gradle.plugin.version = 0.9.23
2
2
junit.jupiter.version = 5.8.1
3
3
junit.platform.version = 1.8.1
Original file line number Diff line number Diff line change 52
52
<java .version>1.8</java .version>
53
53
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
54
54
<junit .jupiter.version>5.8.1</junit .jupiter.version>
55
- <native .maven.plugin.version>0.9.23-SNAPSHOT </native .maven.plugin.version>
56
- <junit .platform.native.version>0.9.23-SNAPSHOT </junit .platform.native.version>
55
+ <native .maven.plugin.version>0.9.23</native .maven.plugin.version>
56
+ <junit .platform.native.version>0.9.23</junit .platform.native.version>
57
57
<imageName >example-app</imageName >
58
58
<mainClass >org.graalvm.demo.Application</mainClass >
59
59
</properties >
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.9.23-SNAPSHOT
1
+ native.gradle.plugin.version = 0.9.23
2
2
junit.jupiter.version = 5.8.1
3
3
junit.platform.version = 1.8.1
Original file line number Diff line number Diff line change 51
51
<properties >
52
52
<java .version>1.8</java .version>
53
53
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
54
- <native .maven.plugin.version>0.9.23-SNAPSHOT </native .maven.plugin.version>
54
+ <native .maven.plugin.version>0.9.23</native .maven.plugin.version>
55
55
<junit .jupiter.version>5.8.1</junit .jupiter.version>
56
- <junit .platform.native.version>0.9.23-SNAPSHOT </junit .platform.native.version>
56
+ <junit .platform.native.version>0.9.23</junit .platform.native.version>
57
57
<imageName >example-app</imageName >
58
58
<mainClass >org.graalvm.demo.Application</mainClass >
59
59
</properties >
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.9.23-SNAPSHOT
1
+ native.gradle.plugin.version = 0.9.23
2
2
junit.jupiter.version = 5.8.1
3
3
junit.platform.version = 1.8.1
You can’t perform that action at this time.
0 commit comments