Skip to content

Commit

Permalink
[enhancement] edit the project urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdollahi authored and Abdollahi committed Jul 8, 2024
1 parent 6266059 commit 7938b1c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Spring Boot applications. It leverages Redisson to offer a seamless interface for common cache operations
such as adding to cache, removing from cache, and more.
</description>
<url>https://github.com/Tosan/tedisson-spring-boot-starter</url>
<url>https://github.com/Tosan/tedisson</url>

<licenses>
<license>
Expand All @@ -42,8 +42,9 @@
</modules>

<scm>
<connection>scm:git:ssh://git@bitbucket.tosanltd.com:7999/sdk/tedisson.git</connection>
<developerConnection>scm:git:ssh://git@bitbucket.tosanltd.com:7999/sdk/tedisson.git</developerConnection>
<connection>scm:git:https://github.com/Tosan/tedisson.git</connection>
<developerConnection>scm:git:https://github.com/Tosan/tedisson.git</developerConnection>
<url>https://github.com/Tosan/tedisson</url>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -116,7 +117,7 @@
<repository>
<id>github</id>
<name>GitHub</name>
<url>https://maven.pkg.github.com/Tosan/tedisson-spring-boot-starter</url>
<url>https://maven.pkg.github.com/Tosan/tedisson</url>
</repository>
</distributionManagement>
</profile>
Expand Down Expand Up @@ -177,4 +178,4 @@
</distributionManagement>
</profile>
</profiles>
</project>
</project>

0 comments on commit 7938b1c

Please sign in to comment.