Skip to content

Commit 2f56a55

Browse files
committed
Fixed versioning
1 parent 1da3eed commit 2f56a55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add the `json-schema-validation-starter`-dependency to your `pom.xml`
2121
<dependency>
2222
<groupId>com.github.JanLoebel</groupId>
2323
<artifactId>json-schema-validation-starter</artifactId>
24-
<version>1.0.0</version>
24+
<version>2.0.0</version>
2525
</dependency>
2626
```
2727

@@ -47,4 +47,4 @@ MIT License
4747

4848
Copyright (c) 2019 Jan Löbel
4949

50-
See LICENSE file for details.
50+
See LICENSE file for details.

pom.xml

Lines changed: 2 additions & 2 deletions
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>1.0.0-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -49,4 +49,4 @@
4949
</plugin>
5050
</plugins>
5151
</build>
52-
</project>
52+
</project>

0 commit comments

Comments
 (0)