Skip to content

Commit 8bb1306

Browse files
authored
Update URLs in pom.xml (#3151)
1 parent 9dd83b1 commit 8bb1306

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
and much more.
1414
</description>
1515

16-
<url>http://github.com/lettuce-io/lettuce-core</url>
16+
<url>https://github.com/redis/lettuce</url>
1717

1818
<organization>
1919
<name>lettuce.io</name>
@@ -30,7 +30,7 @@
3030

3131
<issueManagement>
3232
<system>Github</system>
33-
<url>https://github.com/lettuce-io/lettuce-core/issues</url>
33+
<url>https://github.com/redis/lettuce/issues</url>
3434
</issueManagement>
3535

3636
<developers>
@@ -82,10 +82,10 @@
8282
</properties>
8383

8484
<scm>
85-
<connection>scm:git:https://github.com/lettuce-io/lettuce-core.git</connection>
86-
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git
85+
<connection>scm:git:https://github.com/redis/lettuce.git</connection>
86+
<developerConnection>scm:git:https://github.com/redis/lettuce.git
8787
</developerConnection>
88-
<url>http://github.com/lettuce-io/lettuce-core</url>
88+
<url>https://github.com/redis/lettuce</url>
8989
<tag>HEAD</tag>
9090
</scm>
9191

0 commit comments

Comments
 (0)