File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33# Spring MVC Test utils
44
5- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.florianlopes/spring-mvc-test-utils/badge.svg )] ( https://search.maven.org/#artifactdetails%7Cio.florianlopes%7Cspring-mvc-test-utils%7C2.3 .0%7Cjar )
5+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.florianlopes/spring-mvc-test-utils/badge.svg )] ( https://search.maven.org/#artifactdetails%7Cio.florianlopes%7Cspring-mvc-test-utils%7C3.0 .0%7Cjar )
66[ ![ Build Status] ( https://travis-ci.org/f-lopes/spring-mvc-test-utils.svg?branch=develop )] ( https://travis-ci.org/f-lopes/spring-mvc-test-utils )
77[ ![ codecov] ( https://codecov.io/gh/f-lopes/spring-mvc-test-utils/branch/master/graph/badge.svg?token=2yY70RB1tw )] ( https://codecov.io/gh/f-lopes/spring-mvc-test-utils )
88
@@ -23,7 +23,7 @@ Add this dependency to your `pom.xml` file:
2323<dependency>
2424 <groupId>io.florianlopes</groupId>
2525 <artifactId>spring-mvc-test-utils</artifactId>
26- <version>2.3 .0</version>
26+ <version>3.0 .0</version>
2727 <scope>test</scope>
2828</dependency>
2929```
Original file line number Diff line number Diff line change 66
77 <groupId >io.florianlopes</groupId >
88 <artifactId >spring-mvc-test-utils</artifactId >
9- <version >3.0.0-SNAPSHOT </version >
9+ <version >3.0.0</version >
1010
1111 <name >spring-mvc-test-utils</name >
1212 <description >Spring MVC utils aimed to ease Spring MVC framework testing</description >
You can’t perform that action at this time.
0 commit comments