Skip to content

Commit 09b291b

Browse files
committed
POM version update
1 parent d7d85fc commit 09b291b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Include the dependency into your project:
1111
<dependency>
1212
<groupId>io.github.s-sathish</groupId>
1313
<artifactId>redlock-java</artifactId>
14-
<version>1.0.1</version>
14+
<version>1.0.3</version>
1515
</dependency>
1616
```
1717

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.s-sathish</groupId>
66
<artifactId>redlock-java</artifactId>
7-
<version>1.0.2</version>
7+
<version>1.0.3</version>
88
<name>RedLock-Java</name>
99
<description>RedLock in Java</description>
1010
<url>https://github.com/s-sathish/redlock-java</url>
@@ -44,7 +44,7 @@
4444
<connection>scm:git:git@github.com:s-sathish/redlock-java.git</connection>
4545
<url>scm:git:git@github.com:s-sathish/redlock-java.git</url>
4646
<developerConnection>scm:git:git@github.com:s-sathish/redlock-java.git</developerConnection>
47-
<tag>redlock-java-1.0.2</tag>
47+
<tag>redlock-java-1.0.3</tag>
4848
</scm>
4949

5050
<properties>

0 commit comments

Comments
 (0)