Skip to content

Commit d6338b9

Browse files
committed
New release version
1 parent 580361c commit d6338b9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Based on [facebook's Jest framework](https://facebook.github.io/jest/docs/en/sna
1818

1919

2020

21-
#### How to install using [Maven](https://mvnrepository.com/artifact/io.github.json-snapshot/json-snapshot/1.0.11)
21+
#### How to install using [Maven](https://mvnrepository.com/artifact/io.github.json-snapshot/json-snapshot/1.0.13)
2222

2323

2424

@@ -28,7 +28,7 @@ Add to your pom.xml dependencies section:
2828
<dependency>
2929
<groupId>io.github.json-snapshot</groupId>
3030
<artifactId>json-snapshot</artifactId>
31-
<version>1.0.12</version>
31+
<version>1.0.13</version>
3232
</dependency>
3333
```
3434

pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.github.json-snapshot</groupId>
77
<artifactId>json-snapshot</artifactId>
8-
<version>1.0.12</version>
8+
<version>1.0.13</version>
99
<packaging>jar</packaging>
1010

1111
<name>json-snapshot</name>
@@ -110,6 +110,11 @@
110110

111111
<build>
112112
<plugins>
113+
<plugin>
114+
<groupId>org.apache.maven.plugins</groupId>
115+
<artifactId>maven-surefire-plugin</artifactId>
116+
<version>2.22.1</version>
117+
</plugin>
113118
<plugin>
114119
<groupId>org.apache.maven.plugins</groupId>
115120
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)