Skip to content

Commit d16413b

Browse files
committed
[fix] repo url in pom.xml points to old name
1 parent 600f820 commit d16413b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,14 @@
4141
</developers>
4242

4343
<scm>
44-
<!-- adjust to new repository name -->
45-
<developerConnection>scm:git:git@github.com:wimdeblauwe/htmx-spring-boot-thymeleaf.git</developerConnection>
46-
<connection>scm:git:git@github.com:wimdeblauwe/htmx-spring-boot-thymeleaf.git</connection>
47-
<url>git@github.com:wimdeblauwe/htmx-spring-boot-thymeleaf.git</url>
44+
<developerConnection>scm:git:git@github.com:wimdeblauwe/htmx-spring-boot.git</developerConnection>
45+
<connection>scm:git:git@github.com:wimdeblauwe/htmx-spring-boot.git</connection>
46+
<url>git@github.com:wimdeblauwe/htmx-spring-boot.git</url>
4847
</scm>
4948

5049
<issueManagement>
5150
<system>github</system>
52-
<!-- adjust to new repository name -->
53-
<url>https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/issues</url>
51+
<url>https://github.com/wimdeblauwe/htmx-spring-boot/issues</url>
5452
</issueManagement>
5553

5654
<modules>

0 commit comments

Comments
 (0)