We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b96eb commit dd16a9bCopy full SHA for dd16a9b
.gitignore
@@ -8,4 +8,7 @@ target
8
.factorypath
9
10
# IntelliJ
11
-*.iml
+*.iml
12
+
13
+# Vscode
14
+.history
README.md
@@ -23,7 +23,7 @@ Add the `json-schema-validation-starter`-dependency to your `pom.xml`
23
<dependency>
24
<groupId>com.github.JanLoebel</groupId>
25
<artifactId>json-schema-validation-starter</artifactId>
26
- <version>2.2.0</version>
+ <version>2.2.1</version>
27
</dependency>
28
```
29
pom.xml
@@ -5,7 +5,7 @@
5
6
7
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.1-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments