File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.graphhopper</groupId >
22
22
<artifactId >jsprit</artifactId >
23
- <version >1.9-SNAPSHOT </version >
23
+ <version >1.9.0-beta.13 </version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
<artifactId >jsprit-analysis</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >com.graphhopper</groupId >
23
23
<artifactId >jsprit</artifactId >
24
- <version >1.9-SNAPSHOT </version >
24
+ <version >1.9.0-beta.13 </version >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
27
27
<artifactId >jsprit-core</artifactId >
Original file line number Diff line number Diff line change 22
22
23
23
<groupId >com.graphhopper</groupId >
24
24
<artifactId >jsprit</artifactId >
25
- <version >1.9-SNAPSHOT </version >
25
+ <version >1.9.0-beta.13 </version >
26
26
27
27
<packaging >pom</packaging >
28
28
107
107
<version >3.11.0</version >
108
108
<configuration >
109
109
<compilerArgument >-XDignore.symbol.file</compilerArgument >
110
+ <compilerArgs >
111
+ <arg >--add-opens</arg >
112
+ <arg >java.base/java.util=ALL-UNNAMED</arg >
113
+ </compilerArgs >
110
114
<fork >true</fork >
111
115
<source >${jdkVersion} </source >
112
116
<target >${jdkVersion} </target >
113
117
</configuration >
118
+
114
119
</plugin >
115
120
116
121
<plugin >
222
227
<plugin >
223
228
<groupId >org.sonatype.plugins</groupId >
224
229
<artifactId >nexus-staging-maven-plugin</artifactId >
225
- <version >1.6.7 </version >
230
+ <version >1.6.8 </version >
226
231
<extensions >true</extensions >
227
232
<configuration >
228
233
<serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments