Skip to content

Commit d039219

Browse files
committed
pom.xml: use release version of thymeleaf-extras-togglz.
Follow-up to 976c437 commit. No functional changes.
1 parent 11dfcbd commit d039219

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.2.RELEASE/spring-boot-dependencies/pom.xml) -->
456456
<thymeleaf-extras-springsecurity4.version>3.0.0.RELEASE</thymeleaf-extras-springsecurity4.version>
457457

458-
<thymeleaf.togglz.version>2.0.0-SNAPSHOT</thymeleaf.togglz.version>
458+
<thymeleaf.togglz.version>2.0.0.RELEASE</thymeleaf.togglz.version>
459459

460460
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.2.RELEASE/spring-boot-dependencies/pom.xml) -->
461461
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
@@ -935,19 +935,4 @@
935935
<maven>3.2.1</maven>
936936
</prerequisites>
937937

938-
<repositories>
939-
<repository>
940-
<releases>
941-
<enabled>false</enabled>
942-
</releases>
943-
<snapshots>
944-
<enabled>true</enabled>
945-
<checksumPolicy>fail</checksumPolicy>
946-
</snapshots>
947-
<id>oss-sonatype</id>
948-
<name>oss-sonatype</name>
949-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
950-
</repository>
951-
</repositories>
952-
953938
</project>

0 commit comments

Comments
 (0)