Skip to content

Commit

Permalink
2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fge committed Jun 21, 2013
1 parent 2117669 commit 36ab7bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.1.6

* Update json-schema-core dependency to 1.1.7.
* Fix a bug in pom.xml which would cause the service file to not be generated.
* Fix two places where core messages would not be fetched properly.

### 2.1.5

* Update json-schema-core dependency to 1.1.6.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>com.github.fge</groupId>
<artifactId>json-schema-validator</artifactId>
<name>json-schema-validator</name>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</version>
<packaging>bundle</packaging>
<description>A Java implementation of the JSON Schema specification</description>
<url>https://github.com/fge/json-schema-validator</url>
Expand Down

0 comments on commit 36ab7bf

Please sign in to comment.