File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1111 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1212 <maven .compiler.release>21</maven .compiler.release>
13- <restheart .version>[8.1.6,8.2 .0)</restheart .version>
13+ <restheart .version>[8.1.6,9.0 .0)</restheart .version>
1414 <native .gc>--gc=serial</native .gc><!-- garbage collector 'G1' is only availabe on Linux and it is better than 'serial' -->
1515 <native .quickBuild>true</native .quickBuild>
1616 </properties >
6868 <plugin >
6969 <groupId >org.apache.maven.plugins</groupId >
7070 <artifactId >maven-compiler-plugin</artifactId >
71- <version >3.13 .0</version >
71+ <version >3.14 .0</version >
7272 <configuration >
7373 <release >${maven.compiler.release} </release >
7474 </configuration >
123123 <artifactId >maven-jar-plugin</artifactId >
124124 <version >3.4.2</version >
125125 <configuration >
126- <archive >
126+ <archive >
127127 <manifest >
128128 <addClasspath >true</addClasspath >
129129 <mainClass >org.restheart.Bootstrapper</mainClass >
139139 <plugin >
140140 <groupId >org.graalvm.buildtools</groupId >
141141 <artifactId >native-maven-plugin</artifactId >
142- <version >0.10.3 </version >
142+ <version >0.10.6 </version >
143143 <!-- See https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#configuration-options -->
144144 <configuration >
145145 <buildArgs >
You can’t perform that action at this time.
0 commit comments