Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit e788818

Browse files
authored
Merge pull request #226 from tkrille/change-version
Change version to 'latest-SNAPSHOT'
2 parents 03c2201 + 5352630 commit e788818

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,24 @@ Please update to OSIAM 3.0 as soon as possible.
1919

2020
- The scim-schema has been completely merged into this project. It is now obsolete.
2121
- `Address` has a `display` property now.
22-
- The user name can now be set via the builder
23-
- The group's display name can now be set via the builder
22+
- The user name can now be set via the builder.
23+
- The group's display name can now be set via the builder.
2424
- Properties of a user's name attribute can be easily updated now.
2525

2626
### Changes
2727

2828
- Jackson has been shaded, so that the only dependency left of the connector is Guava.
29+
- The current snapshot version is now `latest-SNAPSHOT` for all upcoming versions.
2930

3031
### Fixes
3132

3233
- Resources could be changed by using the copy-of constructor of the builders, though they were supposed
3334
to be immutable.
3435
- An Extension could be changed by using the copy-of constructor of its builder, though it was supposed
3536
to be immutable.
36-
- A `400 BAD REQUEST` response now creates a `BadRequestException` instead of a `ConflictException`
37+
- A `400 BAD REQUEST` response now creates a `BadRequestException` instead of a `ConflictException`.
3738
- Return the right builder type in `Photo.Builder#setValue(String)`.
38-
- Replacing a group with PUT was actually updating it with PATCH
39+
- Replacing a group with PUT was actually updating it with PATCH.
3940
- Extensions defined in the `schemas` attribute of a resource will be ignored, if the resource contains
4041
no data for the extension, instead of raising an exception.
4142

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.osiam</groupId>
3232
<artifactId>connector4java</artifactId>
33-
<version>1.9-SNAPSHOT</version>
33+
<version>latest-SNAPSHOT</version>
3434

3535
<name>OSIAM Connector 4 Java</name>
3636
<description>Native Java API to connect to the REST based OSIAM services</description>

0 commit comments

Comments
 (0)