Skip to content

Commit

Permalink
Updating revision to 2.0.4 in CHANGELOG.md and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvernon-uid committed Sep 27, 2016
1 parent 939eeed commit c832309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## v1.2.9 - 2016-07-08
Initial Public Release

## v2.0.3 - 2016-09-26
## v2.0.4 - 2016-09-26
Changed unboundid URNs to pingidentity.

Add exception class for 405 Method Not Allowed exceptions, and corrected some exception mapping issues.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For general-purpose clients:
<dependency>
<groupId>com.unboundid.product.scim2</groupId>
<artifactId>scim2-sdk-client</artifactId>
<version>1.2.9</version>
<version>2.0.4</version>
</dependency>
```

Expand All @@ -32,7 +32,7 @@ For clients using UnboundID-specific features:
<dependency>
<groupId>com.unboundid.product.scim2</groupId>
<artifactId>scim2-ubid-extensions</artifactId>
<version>1.2.9</version>
<version>2.0.4</version>
</dependency>
```

Expand Down

0 comments on commit c832309

Please sign in to comment.