follow Maven conventions: development is done on SNAPSHOT, release have a version number without
This commit is contained in:
parent
e88465f5ec
commit
c152770f7d
12 changed files with 16 additions and 16 deletions
|
|
@ -88,7 +88,7 @@ public class BRouter
|
|||
}
|
||||
System.exit(0);
|
||||
}
|
||||
System.out.println("BRouter 0.98 / 12012014 / abrensch");
|
||||
System.out.println("BRouter 0.9.8 / 12012014 / abrensch");
|
||||
if ( args.length < 6 )
|
||||
{
|
||||
System.out.println("Find routes in an OSM map");
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ public class RouteServer extends Thread
|
|||
|
||||
public static void main(String[] args) throws Exception
|
||||
{
|
||||
System.out.println("BRouter 0.98 / 12012014 / abrensch");
|
||||
System.out.println("BRouter 0.9.8 / 12012014 / abrensch");
|
||||
if ( args.length != 3 )
|
||||
{
|
||||
System.out.println("serve YOURS protocol for BRouter");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue