Update develop branch to 1.0.3-SNAPSHOT (for real!)

This commit is contained in:
Ian Craggs 2015-02-16 17:19:48 +00:00
parent 5d41630a81
commit 527f81ae4d
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.paho</groupId>
<artifactId>android-service-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.paho.android.service</artifactId>
@ -61,7 +61,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.android</groupId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.paho</groupId>
<artifactId>java-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<artifactId>android-service-parent</artifactId>