Skip to content

Commit

Permalink
Announce 2.2.3, 2.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Galiegue <[email protected]>
  • Loading branch information
fge committed Apr 17, 2014
1 parent bd930d0 commit f0422fa
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,29 @@ MiB) from [Bintray](https://bintray.com/fge/maven/json-schema-validator/view).

Use `java -jar the.jar --help` for a detailed list of options.

## Versioning scheme policy

The versioning scheme is defined by the **middle digit** of the version number:

* if this number is **even**, then this is the **stable** version; no new features will be
added to such versions, and the user API will not change (save for some additions if requested).
* if this number is **odd**, then this is the **development** version; new features will be
added to those versions only, **and the user API may change**.

## Versions

* current stable version: **2.2.1**
* current stable version: **2.2.3**
([ChangeLog](https://github.com/fge/json-schema-validator/wiki/ChangeLog_22x),
[Javadoc](http://fge.github.io/json-schema-validator/2.2.x/index.html), [code
samples](http://fge.github.io/json-schema-validator/2.2.x/index.html?com/github/fge/jsonschema/examples/package-summary.html)).
* old stable version: **2.0.3**
* old stable version: **2.0.4**
([ChangeLog](https://github.com/fge/json-schema-validator/wiki/ChangeLog_20x),
[Javadoc](http://fge.github.io/json-schema-validator/2.0.x/index.html), [code
samples](http://fge.github.io/json-schema-validator/2.0.x/index.html?com/github/fge/jsonschema/examples/package-summary.html)).

2.2.x jars are available on [Bintray](https://bintray.com/fge/maven/json-schema-validator).


## Versioning scheme policy

The versioning scheme is defined by the **middle digit** of the version number:

* if this number is **even**, then this is the **stable** version; no new features will be
added to such versions, and the user API will not change (save for some additions if requested).
* if this number is **odd**, then this is the **development** version; new features will be
added to those versions only, **and the user API may change**.

## Gradle/Maven artifact

Gradle:
Expand Down

0 comments on commit f0422fa

Please sign in to comment.