follow Maven conventions: development is done on SNAPSHOT, release have a version number without

This commit is contained in:
Christian Pesch 2014-03-25 11:41:14 +01:00
parent e88465f5ec
commit c152770f7d
12 changed files with 16 additions and 16 deletions

View file

@ -5,7 +5,7 @@
<parent>
<groupId>org.btools</groupId>
<artifactId>brouter</artifactId>
<version>0.98</version>
<version>0.9.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>brouter-routing-app</artifactId>

View file

@ -506,7 +506,7 @@ private long startTime = 0L;
}
else
{
String result = "version = BRouter-0.98\n"
String result = "version = BRouter-0.9.8\n"
+ "distance = " + cr.getDistance()/1000. + " km\n"
+ "filtered ascend = " + cr.getAscend() + " m\n"
+ "plain ascend = " + cr.getPlainAscend();