Skip to content
This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Commit baaf011

Browse files
committed
Version bump to 0.0.2
1 parent f530fe4 commit baaf011

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The wrapper comes with Apache's HttpComponents shaded inside, thus you don't hav
2323

2424
### Maven
2525
- Download the latest artifact from [Releases](https://github.com/Dynatrace/Dynatrace-Server-REST-Java-SDK/releases)
26-
- Put the artifact and *pom.xml* under */repo/com/dynatrace/sdk/server-rest-sdk/0.0.1*
26+
- Put the artifact and *pom.xml* under */repo/com/dynatrace/sdk/server-rest-sdk/0.0.2*
2727
- Add the following code to the *<repositories>* section:
2828

2929
```xml
@@ -46,7 +46,7 @@ The wrapper comes with Apache's HttpComponents shaded inside, thus you don't hav
4646
<dependency>
4747
<groupId>com.dynatrace.sdk</groupId>
4848
<artifactId>server-rest-sdk</artifactId>
49-
<version>0.0.1</version>
49+
<version>0.0.2</version>
5050
</dependency>
5151
```
5252

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Provides an easy to use integration with Dynatrace Server</description>
77
<groupId>com.dynatrace.sdk</groupId>
88
<artifactId>server-rest-sdk</artifactId>
9-
<version>0.0.1</version>
9+
<version>0.0.2</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>

0 commit comments

Comments
 (0)