Skip to content

Commit

Permalink
[fix] repo url in pom.xml points to old name
Browse files Browse the repository at this point in the history
  • Loading branch information
xhaggi committed Dec 5, 2024
1 parent fc37705 commit 95c0986
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,14 @@
</developers>

<scm>
<!-- adjust to new repository name -->
<developerConnection>scm:git:[email protected]:wimdeblauwe/htmx-spring-boot-thymeleaf.git</developerConnection>
<connection>scm:git:[email protected]:wimdeblauwe/htmx-spring-boot-thymeleaf.git</connection>
<url>[email protected]:wimdeblauwe/htmx-spring-boot-thymeleaf.git</url>
<developerConnection>scm:git:[email protected]:wimdeblauwe/htmx-spring-boot.git</developerConnection>
<connection>scm:git:[email protected]:wimdeblauwe/htmx-spring-boot.git</connection>
<url>[email protected]:wimdeblauwe/htmx-spring-boot.git</url>
</scm>

<issueManagement>
<system>github</system>
<!-- adjust to new repository name -->
<url>https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/issues</url>
<url>https://github.com/wimdeblauwe/htmx-spring-boot/issues</url>
</issueManagement>

<modules>
Expand Down

0 comments on commit 95c0986

Please sign in to comment.