Skip to content

Commit

Permalink
update the artifact id
Browse files Browse the repository at this point in the history
  • Loading branch information
MISBMS committed Oct 4, 2024
1 parent 2eba573 commit 490bf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ its MVCC (MultiVersion Concurrency Control) capability.
```xml
<dependency>
<groupId>com.phonepe</groupId>
<artifactId>distributed-lock-manager</artifactId>
<version>3.0.6</version>
<artifactId>DLM</artifactId>
<version>1.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.phonepe</groupId>
<artifactId>distributed-lock-manager</artifactId>
<artifactId>DLM</artifactId>
<version>1.0.0-SNAPSHOT</version>

<url>https://github.com/PhonePe/DLM</url>
Expand Down

0 comments on commit 490bf54

Please sign in to comment.