diff --git a/CHANGELOG.md b/CHANGELOG.md index 73866d7..11e82ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Development Version 0.46 + +**Updates** + + # Release Version 0.45 **Updates** diff --git a/README.md b/README.md index 09304f0..de76ae9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the dependency: de.fraunhofer.iosb.ilt FROST-Client - 0.44 + 0.45 ``` @@ -36,7 +36,7 @@ Add the dependency: Add the dependency: ```gradle -compile 'de.fraunhofer.iosb.ilt:FROST-Client:0.44' +compile 'de.fraunhofer.iosb.ilt:FROST-Client:0.45' ``` ## API @@ -48,7 +48,7 @@ The `SensorThingsService` class is central to the library. An instance of it rep The source code below demonstrates the CRUD operations for Thing objects. Operations for other entities work similarly. ```java -URL serviceEndpoint = new URL("http://example.org/v1.0/"); +URL serviceEndpoint = new URL("http://example.org/v1.1/"); SensorThingsService service = new SensorThingsService(serviceEndpoint); ``` diff --git a/pom.xml b/pom.xml index 0ba14b3..d6c55c2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.iosb.ilt FROST-Client - 0.45 + 0.46-SNAPSHOT jar FROST-Client @@ -80,7 +80,7 @@ https://github.com/FraunhoferIOSB/FROST-Client scm:git:git@github.com:FraunhoferIOSB/FROST-Client.git scm:git:git@github.com:FraunhoferIOSB/FROST-Client.git - v0.45 + HEAD