Skip to content

Commit 60d1dcc

Browse files
committed
1.9.0-beta.13
1 parent 72fe4c0 commit 60d1dcc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

jsprit-analysis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.graphhopper</groupId>
2222
<artifactId>jsprit</artifactId>
23-
<version>1.9-SNAPSHOT</version>
23+
<version>1.9.0-beta.13</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>jsprit-analysis</artifactId>

jsprit-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.graphhopper</groupId>
2323
<artifactId>jsprit</artifactId>
24-
<version>1.9-SNAPSHOT</version>
24+
<version>1.9.0-beta.13</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>jsprit-core</artifactId>

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>com.graphhopper</groupId>
2424
<artifactId>jsprit</artifactId>
25-
<version>1.9-SNAPSHOT</version>
25+
<version>1.9.0-beta.13</version>
2626

2727
<packaging>pom</packaging>
2828

@@ -107,10 +107,15 @@
107107
<version>3.11.0</version>
108108
<configuration>
109109
<compilerArgument>-XDignore.symbol.file</compilerArgument>
110+
<compilerArgs>
111+
<arg>--add-opens</arg>
112+
<arg>java.base/java.util=ALL-UNNAMED</arg>
113+
</compilerArgs>
110114
<fork>true</fork>
111115
<source>${jdkVersion}</source>
112116
<target>${jdkVersion}</target>
113117
</configuration>
118+
114119
</plugin>
115120

116121
<plugin>
@@ -222,7 +227,7 @@
222227
<plugin>
223228
<groupId>org.sonatype.plugins</groupId>
224229
<artifactId>nexus-staging-maven-plugin</artifactId>
225-
<version>1.6.7</version>
230+
<version>1.6.8</version>
226231
<extensions>true</extensions>
227232
<configuration>
228233
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)