Skip to content

Commit 82d5ef6

Browse files
committed
Release 3.2.0
1 parent 1f87a49 commit 82d5ef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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%7C3.1.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.2.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>3.1.0</version>
26+
<version>3.2.0</version>
2727
<scope>test</scope>
2828
</dependency>
2929
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.florianlopes</groupId>
88
<artifactId>spring-mvc-test-utils</artifactId>
9-
<version>3.2.0-SNAPSHOT</version>
9+
<version>3.2.0</version>
1010

1111
<name>spring-mvc-test-utils</name>
1212
<description>Spring MVC utils aimed to ease Spring MVC framework testing</description>

0 commit comments

Comments
 (0)