Skip to content

Commit

Permalink
Announce 2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Sep 4, 2019
1 parent ec3c19f commit b7f35ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ run by yourself.

## Versions

* current stable version: **2.2.10**
* current stable version: **2.2.11**
([ChangeLog](https://github.com/java-json-tools/json-schema-validator/wiki/ChangeLog_22x),
[Javadoc](http://java-json-tools.github.io/json-schema-validator/2.2.x/index.html), [code
samples](http://java-json-tools.github.io/json-schema-validator/2.2.x/index.html?com/github/fge/jsonschema/examples/package-summary.html)).
Expand All @@ -57,7 +57,7 @@ Gradle:

```groovy
dependencies {
compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.10");
compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.11");
}
```

Expand All @@ -67,7 +67,7 @@ Maven:
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.10</version>
<version>2.2.11</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply(plugin: "idea");
apply(plugin: "eclipse");

group = "com.github.java-json-tools";
version = "2.2.11";
version = "2.2.12-SNAPSHOT";
sourceCompatibility = "1.6";
targetCompatibility = "1.6"; // defaults to sourceCompatibility

Expand Down

0 comments on commit b7f35ec

Please sign in to comment.