Skip to content

Commit dd16a9b

Browse files
committed
Updated version and README
1 parent f9b96eb commit dd16a9b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ target
88
.factorypath
99

1010
# IntelliJ
11-
*.iml
11+
*.iml
12+
13+
# Vscode
14+
.history

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the `json-schema-validation-starter`-dependency to your `pom.xml`
2323
<dependency>
2424
<groupId>com.github.JanLoebel</groupId>
2525
<artifactId>json-schema-validation-starter</artifactId>
26-
<version>2.2.0</version>
26+
<version>2.2.1</version>
2727
</dependency>
2828
```
2929

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.JanLoebel</groupId>
77
<artifactId>json-schema-validation-starter</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.2.1-SNAPSHOT</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)