@@ -15,7 +15,7 @@ Currently maintained versions:
1515| Spring Boot 2.x Support| Spring Boot 3.x Support |
1616| [ 3.1.x] ( https://github.com/sitemesh/sitemesh3/tree/3.1.x ) | [ Master Branch] ( https://github.com/sitemesh/sitemesh3 ) |
1717| [ Java Docs] ( https://sitemesh.github.io/sitemesh3/javadoc/3.1.x/ ) ||
18- | [ Download 3.1.0-M2 ] ( https://github.com/sitemesh/sitemesh3/releases/tag/3.1.0-M2 ) | [ Download 3.2.0-M2 ] ( https://github.com/sitemesh/sitemesh3/releases/tag/3.2.0-M2 ) |
18+ | [ Download 3.1.0] ( https://github.com/sitemesh/sitemesh3/releases/tag/3.1.0 ) | [ Download 3.2.0] ( https://github.com/sitemesh/sitemesh3/releases/tag/3.2.0 ) |
1919
2020[ Website / Documentation (Built with Offline Generator)] ( https://sitemesh.github.io/sitemesh-website/ )
2121
@@ -26,7 +26,7 @@ You can either download the release build and simply add the sitemesh jar to you
2626``` gradle
2727dependencies {
2828 // ... other dependencies
29- runtimeOnly 'org.sitemesh:sitemesh:3.2.0-M2 '
29+ runtimeOnly 'org.sitemesh:sitemesh:3.2.0'
3030}
3131```
3232
@@ -36,7 +36,7 @@ dependencies {
3636 <dependency >
3737 <groupId >org.sitemesh</groupId >
3838 <artifactId >sitemesh</artifactId >
39- <version >3.2.0-M2 </version >
39+ <version >3.2.0</version >
4040 </dependency >
4141</dependencies >
4242```
@@ -46,7 +46,7 @@ or if you are using Spring Boot, use the config free starter (see example applic
4646``` gradle
4747dependencies {
4848 // ... other dependencies
49- runtimeOnly 'org.sitemesh:spring-boot-starter-sitemesh:3.2.0-M2 '
49+ runtimeOnly 'org.sitemesh:spring-boot-starter-sitemesh:3.2.0'
5050}
5151```
5252
@@ -56,7 +56,7 @@ dependencies {
5656 <dependency >
5757 <groupId >org.sitemesh</groupId >
5858 <artifactId >spring-boot-starter-sitemesh</artifactId >
59- <version >3.2.0-M2 </version >
59+ <version >3.2.0</version >
6060 </dependency >
6161</dependencies >
6262```
0 commit comments