Skip to content

Commit 36b1127

Browse files
committed
Bump up version to 0.4.23-SNAPSHOT
1 parent 009df57 commit 36b1127

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Server, for use with HERE Services.
2727
<dependency>
2828
<groupId>com.here.account</groupId>
2929
<artifactId>here-oauth-client</artifactId>
30-
<version>0.4.22</version>
30+
<version>0.4.23</version>
3131
</dependency>
3232
```
3333
HERE OAuth Client Examples

examples/here-oauth-client-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.here.account</groupId>
1111
<artifactId>here-aaa-sdk</artifactId>
12-
<version>0.4.22</version>
12+
<version>0.4.23-SNAPSHOT</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

here-oauth-client-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.here.account</groupId>
1111
<artifactId>here-aaa-sdk</artifactId>
12-
<version>0.4.22</version>
12+
<version>0.4.23-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

here-oauth-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.here.account</groupId>
1111
<artifactId>here-aaa-sdk</artifactId>
12-
<version>0.4.22</version>
12+
<version>0.4.23-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>HERE AAA Client SDK Parent POM</name>
55
<groupId>com.here.account</groupId>
66
<artifactId>here-aaa-sdk</artifactId>
7-
<version>0.4.22</version>
7+
<version>0.4.23-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<description>here-aaa-sdk is for clients of the HERE AAA, and demos grant_type=client_credentials</description>
1010
<url>http://github.com/heremaps/here-aaa-java-sdk</url>

0 commit comments

Comments
 (0)