mirror of
https://github.com/eclipse/paho.mqtt.android.git
synced 2025-05-08 18:39:31 +08:00
Bumping versions for 1.1.0 release
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
This commit is contained in:
parent
b1f398e7a0
commit
597a14ce07
6
.github/ISSUE_TEMPLATE.md
vendored
6
.github/ISSUE_TEMPLATE.md
vendored
@ -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:
|
||||
|
@ -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 ...>
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user