Skip to content

Commit

Permalink
Fixed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLoebel committed Dec 21, 2019
1 parent 1da3eed commit 2f56a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the `json-schema-validation-starter`-dependency to your `pom.xml`
<dependency>
<groupId>com.github.JanLoebel</groupId>
<artifactId>json-schema-validation-starter</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
</dependency>
```

Expand All @@ -47,4 +47,4 @@ MIT License

Copyright (c) 2019 Jan Löbel

See LICENSE file for details.
See LICENSE file for details.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.JanLoebel</groupId>
<artifactId>json-schema-validation-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -49,4 +49,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 2f56a55

Please sign in to comment.