diff --git a/.travis.yml b/.travis.yml index 54ef45bd..3a1b0df4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java jdk: - - openjdk7 - - openjdk6 +# - openjdk7 +# - openjdk6 - oraclejdk7 - oraclejdk8 diff --git a/jsprit-core/pom.xml b/jsprit-core/pom.xml index 531a8a43..f409324b 100644 --- a/jsprit-core/pom.xml +++ b/jsprit-core/pom.xml @@ -56,7 +56,7 @@ - + diff --git a/jsprit-core/src/test/resources/infiniteWriterV2Test.xml b/jsprit-core/src/test/resources/infiniteWriterV2Test.xml index d5236fe7..2d9058ab 100644 --- a/jsprit-core/src/test/resources/infiniteWriterV2Test.xml +++ b/jsprit-core/src/test/resources/infiniteWriterV2Test.xml @@ -6,15 +6,13 @@ - v - type + v1 + vehType - startLoc - + loc - endLoc - + loc 0.0 @@ -25,19 +23,9 @@ - type + vehType - 100 - 1000 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 10000 + 20 0.0 @@ -46,4 +34,57 @@ + + + + loc + + + 1 + + 2.0 + + + 0.0 + 1.7976931348623157E308 + + + + + + loc2 + + + 1 + + 4.0 + + + 0.0 + 1.7976931348623157E308 + + + + + + + 10.0 + + + noDriver + v1 + 0.0 + + 1 + 0.0 + 0.0 + + 0.0 + + + + + + + diff --git a/pom.xml b/pom.xml index ab9124ab..37e44981 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ 1.9.5 2.0 false + 3.0.4 @@ -282,30 +283,6 @@ ${logger.version} - - - - - - - - - - - - - - - - - - - - - - - -