Skip to content

Commit a65d93c

Browse files
authored
changing repo url due to renaming
1 parent 5357119 commit a65d93c

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
@@ -153,20 +153,20 @@
153153
</distributionManagement>
154154

155155
<scm>
156-
<url>http://github.com/abranhe/java-lib/</url>
157-
<connection>scm:git:git://github.com/abranhe/java-lib.git</connection>
158-
<developerConnection>scm:git:ssh://[email protected]/abranhe/java-lib.git</developerConnection>
156+
<url>http://github.com/abranhe/allalgorithms-java/</url>
157+
<connection>scm:git:git://github.com/abranhe/allalgorithms-java.git</connection>
158+
<developerConnection>scm:git:ssh://[email protected]/abranhe/allalgorithms-java.git</developerConnection>
159159
</scm>
160160

161161
<issueManagement>
162162
<system>GitHub Issues</system>
163-
<url>http://github.com/abranhe/java-lib/issues</url>
163+
<url>http://github.com/abranhe/allalgorithms-java/issues</url>
164164
</issueManagement>
165165

166166
<licenses>
167167
<license>
168168
<name>MIT License</name>
169-
<url>https://github.com/abranhe/java-lib/blob/master/license</url>
169+
<url>https://github.com/abranhe/allalgorithms-java/blob/master/license</url>
170170
</license>
171171
</licenses>
172172

0 commit comments

Comments
 (0)