mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
fixed compile error
This commit is contained in:
parent
9f82dd122e
commit
e4858098cf
11 changed files with 36 additions and 94 deletions
6
pom.xml
6
pom.xml
|
|
@ -45,7 +45,7 @@
|
|||
</developers>
|
||||
|
||||
<prerequisites>
|
||||
<maven>3.0.4</maven>
|
||||
<maven>3.3.0</maven>
|
||||
</prerequisites>
|
||||
|
||||
<scm>
|
||||
|
|
@ -75,9 +75,9 @@
|
|||
<modules>
|
||||
<module>jsprit-core</module>
|
||||
<module>jsprit-analysis</module>
|
||||
<module>jsprit-io</module>
|
||||
<module>jsprit-examples</module>
|
||||
<module>jsprit-instances</module>
|
||||
<module>jsprit-io</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
<hamcrest.version>1.3</hamcrest.version>
|
||||
<logger.version>1.7.21</logger.version>
|
||||
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
|
||||
<maven.version>3.0.4</maven.version>
|
||||
<maven.version>3.3.0</maven.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue