File tree 23 files changed +32
-32
lines changed
native-maven-plugin/reproducers
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
23 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
# Project versions
3
- nativeBuildTools = " 0.10.6-SNAPSHOT "
3
+ nativeBuildTools = " 0.10.6"
4
4
metadataRepository = " 0.3.18"
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.10.6-SNAPSHOT </native .maven.plugin.version>
60
- <junit .platform.native.version>0.10.6-SNAPSHOT </junit .platform.native.version>
59
+ <native .maven.plugin.version>0.10.6</native .maven.plugin.version>
60
+ <junit .platform.native.version>0.10.6</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 50
50
<properties >
51
51
<java .version>1.8</java .version>
52
52
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
53
- <native .maven.plugin.version>0.10.5-SNAPSHOT </native .maven.plugin.version>
53
+ <native .maven.plugin.version>0.10.6 </native .maven.plugin.version>
54
54
<imageName >example-app</imageName >
55
55
<mainClass >org.graalvm.demo.Application</mainClass >
56
56
</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.10.6-SNAPSHOT </native .maven.plugin.version>
64
+ <native .maven.plugin.version>0.10.6</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.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
junit.jupiter.version = 5.10.0
3
3
junit.platform.version = 1.10.0
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
junit.jupiter.version = 5.10.0
3
3
junit.platform.version = 1.10.0
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
junit.jupiter.version = 5.10.0
3
3
junit.platform.version = 1.10.0
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.10.0</junit .jupiter.version>
55
- <native .maven.plugin.version>0.10.6-SNAPSHOT </native .maven.plugin.version>
56
- <junit .platform.native.version>0.10.6-SNAPSHOT </junit .platform.native.version>
55
+ <native .maven.plugin.version>0.10.6</native .maven.plugin.version>
56
+ <junit .platform.native.version>0.10.6</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.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
junit.jupiter.version = 5.10.0
3
3
junit.platform.version = 1.10.0
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.10.6-SNAPSHOT </native .maven.plugin.version>
54
+ <native .maven.plugin.version>0.10.6</native .maven.plugin.version>
55
55
<junit .jupiter.version>5.10.0</junit .jupiter.version>
56
- <junit .platform.native.version>0.10.6-SNAPSHOT </junit .platform.native.version>
56
+ <junit .platform.native.version>0.10.6</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.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
junit.jupiter.version = 5.10.0
3
3
junit.platform.version = 1.10.0
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.10.0</junit .jupiter.version>
55
- <native .maven.plugin.version>0.10.6-SNAPSHOT </native .maven.plugin.version>
56
- <junit .platform.native.version>0.10.6-SNAPSHOT </junit .platform.native.version>
55
+ <native .maven.plugin.version>0.10.6</native .maven.plugin.version>
56
+ <junit .platform.native.version>0.10.6</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.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
junit.jupiter.version = 5.10.0
3
3
junit.platform.version = 1.10.0
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.10.6-SNAPSHOT </native .maven.plugin.version>
55
- <junit .platform.native.version>0.10.6-SNAPSHOT </junit .platform.native.version>
54
+ <native .maven.plugin.version>0.10.6</native .maven.plugin.version>
55
+ <junit .platform.native.version>0.10.6</junit .platform.native.version>
56
56
<imageName >example-app</imageName >
57
57
<mainClass >org.graalvm.demo.Application</mainClass >
58
58
</properties >
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
junit.jupiter.version = 5.10.0
3
3
junit.platform.version = 1.10.0
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.10.6-SNAPSHOT </native .maven.plugin.version>
55
- <junit .platform.native.version>0.10.6-SNAPSHOT </junit .platform.native.version>
54
+ <native .maven.plugin.version>0.10.6</native .maven.plugin.version>
55
+ <junit .platform.native.version>0.10.6</junit .platform.native.version>
56
56
<imageName >java-library</imageName >
57
57
</properties >
58
58
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
junit.jupiter.version = 5.10.0
3
3
junit.platform.version = 1.10.0
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
h2.version = 2.2.220
3
3
netty.version = 4.1.80.Final
4
4
logback.version = 1.4.4
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.10.6-SNAPSHOT </native .maven.plugin.version>
55
- <junit .platform.native.version>0.10.6-SNAPSHOT </junit .platform.native.version>
54
+ <native .maven.plugin.version>0.10.6</native .maven.plugin.version>
55
+ <junit .platform.native.version>0.10.6</junit .platform.native.version>
56
56
<h2 .version>2.2.220</h2 .version>
57
57
<netty .version>4.1.108.Final</netty .version>
58
58
<logback .version>1.4.12</logback .version>
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
junit.jupiter.version = 5.10.0
3
3
junit.platform.version = 1.10.0
Original file line number Diff line number Diff line change 58
58
<java .version>1.8</java .version>
59
59
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
60
60
<junit .jupiter.version>5.10.0</junit .jupiter.version>
61
- <native .maven.plugin.version>0.10.6-SNAPSHOT </native .maven.plugin.version>
62
- <junit .platform.native.version>0.10.6-SNAPSHOT </junit .platform.native.version>
61
+ <native .maven.plugin.version>0.10.6</native .maven.plugin.version>
62
+ <junit .platform.native.version>0.10.6</junit .platform.native.version>
63
63
<imageName >example-app</imageName >
64
64
<mainClass >org.graalvm.demo.Application</mainClass >
65
65
</properties >
Original file line number Diff line number Diff line change 1
- native.gradle.plugin.version = 0.10.6-SNAPSHOT
1
+ native.gradle.plugin.version = 0.10.6
2
2
junit.jupiter.version = 5.10.0
3
3
junit.platform.version = 1.10.0
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.10.6-SNAPSHOT </native .maven.plugin.version>
55
- <junit .platform.native.version>0.10.6-SNAPSHOT </junit .platform.native.version>
54
+ <native .maven.plugin.version>0.10.6</native .maven.plugin.version>
55
+ <junit .platform.native.version>0.10.6</junit .platform.native.version>
56
56
<imageName >example-app</imageName >
57
57
<mainClass >org.graalvm.example.Application</mainClass >
58
58
</properties >
You can’t perform that action at this time.
0 commit comments