1.5.5 versioning

This commit is contained in:
Arndt Brenschede 2019-07-30 11:42:22 +02:00
parent aa7bb37a99
commit 5c9b7fa7bf
14 changed files with 16 additions and 16 deletions

View file

@ -5,7 +5,7 @@
<parent>
<groupId>org.btools</groupId>
<artifactId>brouter</artifactId>
<version>1.5.0</version>
<version>1.5.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>brouter-server</artifactId>

View file

@ -88,7 +88,7 @@ public class BRouter
}
System.exit(0);
}
System.out.println("BRouter 1.5.0 / 30062019");
System.out.println("BRouter 1.5.5 / 22072019");
if ( args.length < 6 )
{
System.out.println("Find routes in an OSM map");

View file

@ -260,7 +260,7 @@ public class RouteServer extends Thread
public static void main(String[] args) throws Exception
{
System.out.println("BRouter 1.5.0 / 30062019");
System.out.println("BRouter 1.5.5 / 22072019");
if ( args.length != 5 && args.length != 6)
{
System.out.println("serve BRouter protocol");