Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit d219a9a

Browse files
Fixed sonatype URLs
1 parent 0ea5448 commit d219a9a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

thymeleaf-spring3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
<snapshotRepository>
8585
<id>sonatype-nexus-snapshots</id>
8686
<name>Sonatype Nexus Snapshots</name>
87-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
87+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
8888
</snapshotRepository>
8989
<repository>
9090
<id>sonatype-nexus-snapshots</id>
9191
<name>Sonatype Nexus Snapshots</name>
92-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
92+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
9393
</repository>
9494
</distributionManagement>
9595

thymeleaf-spring4/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
<snapshotRepository>
8585
<id>sonatype-nexus-snapshots</id>
8686
<name>Sonatype Nexus Snapshots</name>
87-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
87+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
8888
</snapshotRepository>
8989
<repository>
9090
<id>sonatype-nexus-snapshots</id>
9191
<name>Sonatype Nexus Snapshots</name>
92-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
92+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
9393
</repository>
9494
</distributionManagement>
9595

thymeleaf-spring5/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
<snapshotRepository>
8585
<id>sonatype-nexus-snapshots</id>
8686
<name>Sonatype Nexus Snapshots</name>
87-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
87+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
8888
</snapshotRepository>
8989
<repository>
9090
<id>sonatype-nexus-snapshots</id>
9191
<name>Sonatype Nexus Snapshots</name>
92-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
92+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
9393
</repository>
9494
</distributionManagement>
9595

0 commit comments

Comments
 (0)