Skip to content

Commit

Permalink
[bug] correct project GitHub address in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortezaei committed Jul 23, 2024
1 parent 4ff6f80 commit 98d1e02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Lock Manager</name>

<description>Logical distributed lock with DBMS, Zookeeper, Redis and Hazelcast support</description>
<url>https://github.com/Tosan/lock-manager</url>
<url>https://github.com/Tosan/tosan-lock-manager</url>

<licenses>
<license>
Expand All @@ -30,7 +30,7 @@
<scm>
<connection>scm:git:https://github.com/Tosan/tosan-lock-manager.git</connection>
<developerConnection>scm:git:https://github.com/Tosan/tosan-lock-manager.git</developerConnection>
<url>https://github.com/Tosan/lock-manager</url>
<url>https://github.com/Tosan/tosan-lock-manager</url>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -221,7 +221,7 @@
<repository>
<id>github</id>
<name>GitHub</name>
<url>https://maven.pkg.github.com/Tosan/lock-manager</url>
<url>https://maven.pkg.github.com/Tosan/tosan-lock-manager</url>
</repository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit 98d1e02

Please sign in to comment.