Bumping versions for 1.1.0 release

Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
This commit is contained in:
James Sutton 2016-06-02 15:13:42 +01:00
parent b1f398e7a0
commit 597a14ce07
No known key found for this signature in database
GPG Key ID: 8C4D7C31C3124A9B
3 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
Please fill out the form below before submitting, thank you!
- [ ] Bug exists Release Version 1.0.2 (Java Repository Master Branch)
- [ ] Bug exists in Snapshot Version 1.0.3 (Android Service Repository Master Branch)
- [ ] Bug exists Release Version 1.1.0 (Java Repository Master Branch)
- [ ] Bug exists in Snapshot Version 1.1.1-SNAPSHOT (Android Service Repository Master Branch)
- [ ] Bug is just in the Sample Application.
__Android API Version Bug Seen on:__
@ -9,7 +9,7 @@ __Android API Version Bug Seen on:__
__Android Version Bug Seen on:__
Please also check that if you have found the bug in the Release version (1.0.2) that you check that it also exists in the Snapshot (1.0.3) before raising a bug.
Please also check that if you have found the bug in the Release version (1.1.0) that you check that it also exists in the Snapshot (1.1.1-SNAPSHOT) before raising a bug.
## Description of Bug:

View File

@ -45,7 +45,7 @@ Eclipse hosts a Nexus repository for those who want to use Maven to manage their
Add the repository definition and the dependency definition shown below to your pom.xml.
Replace %REPOURL% with either ``` https://repo.eclipse.org/content/repositories/paho-releases/ ``` for the official releases, or ``` https://repo.eclipse.org/content/repositories/paho-snapshots/ ``` for the nightly snapshots. Replace %VERSION% with the level required .
The latest release version is ```1.0.2``` and the current snapshot version is ```1.0.3-SNAPSHOT```.
The latest release version is ```1.1.0``` and the current snapshot version is ```1.1.1-SNAPSHOT```.
```
<project ...>

View File

@ -26,12 +26,12 @@ ext{
group = 'org.eclipse.paho'
sampleArchivesBaseName = 'org.eclipse.paho.android.sample'
sampleVersion = '1.0.3'
sampleVersion = '1.1.0'
serviceArchivesBaseName = 'org.eclipse.paho.android.service'
serviceVersion = '1.0.3-SNAPSHOT'
serviceVersion = '1.1.0'
clientVersion = '1.0.3-SNAPSHOT'
clientVersion = '1.1.0'
mavenUrl = "https://repo.eclipse.org/content/repositories/paho-snapshots/"
@ -46,4 +46,3 @@ allprojects {
version = rootProject.ext.serviceVersion
group = rootProject.ext.group
}