Skip to content

Commit 148b019

Browse files
authored
Use project.version for redis-authx dependency (#25)
1 parent 1e6cb85 commit 148b019

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<connection>scm:git:[email protected]:redis/redis-authx-core.git</connection>
4242
<url>scm:git:[email protected]:redis/redis-authx-core.git</url>
4343
<developerConnection>scm:git:[email protected]:redis/redis-authx-core.git</developerConnection>
44-
<tag>redis-authx-core-0.1.0</tag>
44+
<tag>redis-authx-core-${project.version}</tag>
4545
</scm>
4646

4747
<properties>

entraid/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<connection>scm:git:[email protected]:redis/redis-authx-entraid.git</connection>
4242
<url>scm:git:[email protected]:redis/redis-authx-entraid.git</url>
4343
<developerConnection>scm:git:[email protected]:redis/redis-authx-entraid.git</developerConnection>
44-
<tag>entraid-0.1.0</tag>
44+
<tag>redis-authx-entraid-${project.version}</tag>
4545
</scm>
4646

4747
<properties>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>redis.clients.authentication</groupId>
6262
<artifactId>redis-authx-core</artifactId>
63-
<version>0.1.0-SNAPSHOT</version>
63+
<version>${project.version}</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.microsoft.azure</groupId>

0 commit comments

Comments
 (0)