Skip to content

Commit 5273b93

Browse files
authored
bump version to 0.1.1
1 parent 8ffc9c8 commit 5273b93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>jar</packaging>
1111
<groupId>redis.clients.authentication</groupId>
1212
<artifactId>redis-authx-core</artifactId>
13-
<version>0.1.0-SNAPSHOT</version>
13+
<version>0.1.1-SNAPSHOT</version>
1414
<description>Redis AuthX Core is the core lib of an extension for Redis Java Clients to support token-based authentication.</description>
1515
<url>https://github.com/redis/redis-authx-core</url>
1616

entraid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>jar</packaging>
1111
<groupId>redis.clients.authentication</groupId>
1212
<artifactId>redis-authx-entraid</artifactId>
13-
<version>0.1.0-SNAPSHOT</version>
13+
<version>0.1.1-SNAPSHOT</version>
1414
<description>Redis AuthX EntraID is an extension for Redis Java Clients to support token-based authentication with Microsoft EntraID.</description>
1515
<url>https://github.com/redis/redis-authx-entraid</url>
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>pom</packaging>
1111
<groupId>redis.clients.authentication</groupId>
1212
<artifactId>redis-authx</artifactId>
13-
<version>0.1.0</version>
13+
<version>0.1.1-SNAPSHOT</version>
1414
<name>redis-authx</name>
1515

1616
<modules>

0 commit comments

Comments
 (0)