File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ Spring MVC Cache Control is an extension to [Spring MVC][spring_mvc] that aims t
1212<dependency>
1313 <groupId>net.rossillo.mvc.cache</groupId>
1414 <artifactId>spring-mvc-cache-control</artifactId>
15- <version>1.1.0 -RELEASE</version>
15+ <version>1.1.1 -RELEASE</version>
1616 <scope>compile</scope>
1717</dependency>
1818```
1919
2020#### Gradle Projects
2121
2222```
23- compile 'net.rossillo.mvc.cache:spring-mvc-cache-control:1.1.0 -RELEASE'
23+ compile 'net.rossillo.mvc.cache:spring-mvc-cache-control:1.1.1 -RELEASE'
2424```
2525
2626### Configuration
@@ -31,7 +31,7 @@ Simply include `net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor` in y
3131<mvc:interceptors>
3232 <bean class="net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor" />
3333</mvc:interceptors>
34- ````
34+ ```
3535
3636### Annotate Your Controllers
3737
You can’t perform that action at this time.
0 commit comments