This commit is contained in:
Arndt 2016-08-06 13:46:30 +02:00
parent 19fd3112bf
commit 42e9ddbdd1
21 changed files with 327 additions and 135 deletions

View file

@ -5,7 +5,7 @@
<parent>
<groupId>org.btools</groupId>
<artifactId>brouter</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>brouter-routing-app</artifactId>
@ -60,9 +60,9 @@
<include>${project.build.directory}/${project.artifactId}.apk</include>
</includes>
<keystore>\sign\mystore</keystore>
<alias>abrensch</alias>
<storepass>peru1511</storepass>
<keypass>peru1511</keypass>
<alias>myalias</alias>
<storepass>mypass</storepass>
<keypass>mypass</keypass>
<verbose>true</verbose>
</configuration>
</execution>