Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit c2564b4

Browse files
committed
prepare for release 2.0.0
1 parent bf4e859 commit c2564b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The [Cloud of Things](https://m2m.telekom.com/our-offering/cloud-of-things/) (German Cloud der Dinge) is a platform for the Internet of Things by T-Systems International GmbH. Inside this repository you will find a Java based SDK to interface with the Cloud of Things API.
44

5-
_Current version is: 1.1.0_
5+
_Current version is: 2.0.0_
66

77
## Usage
88

@@ -11,7 +11,7 @@ Add this to your `pom.xml` to include the SDK in your Maven Repo
1111
<dependency>
1212
<groupId>com.telekom.m2m.cot</groupId>
1313
<artifactId>java-rest-client</artifactId>
14-
<version>1.1.0</version>
14+
<version>2.0.0</version>
1515
</dependency>
1616
```
1717

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.telekom.m2m.cot</groupId>
66
<artifactId>java-rest-client</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88

99
<name>Cloud of Things Java REST SDK</name>
1010
<description>This is an SDK to interfere with the Cloud of Things by
@@ -39,7 +39,7 @@
3939
scm:git:git@github.com:cloud-of-things/cot-java-rest-sdk.git
4040
</developerConnection>
4141
<url>git@github.com:cloud-of-things/cot-java-rest-sdk.git</url>
42-
<tag>java-rest-client-1.0.5</tag>
42+
<tag>java-rest-client-2.0.0</tag>
4343
</scm>
4444

4545
<distributionManagement>

0 commit comments

Comments
 (0)