Skip to content

Commit

Permalink
[release] updating README.md for 0.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Mar 2, 2017
1 parent 2736b8c commit 323a8a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A very simple Maven example:
<plugin>
<groupId>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
<version>0.4.30</version>
<version>0.4.31</version>
<configuration>
<sourceDirectory>${basedir}/src/main/resources/schema</sourceDirectory>
<targetPackage>com.example.types</targetPackage>
Expand All @@ -30,9 +30,9 @@ Useful pages:
* **[Getting started](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Getting-Started)**
* **[How to contribute](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Contribute)**
* [Reference](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Reference)
* [Latest Javadocs](https://joelittlejohn.github.io/jsonschema2pojo/javadocs/0.4.30/)
* [Documentation for the Maven plugin](https://joelittlejohn.github.io/jsonschema2pojo/site/0.4.30/generate-mojo.html)
* [Documentation for the Ant task](https://joelittlejohn.github.io/jsonschema2pojo/site/0.4.30/Jsonschema2PojoTask.html)
* [Latest Javadocs](https://joelittlejohn.github.io/jsonschema2pojo/javadocs/0.4.31/)
* [Documentation for the Maven plugin](https://joelittlejohn.github.io/jsonschema2pojo/site/0.4.31/generate-mojo.html)
* [Documentation for the Ant task](https://joelittlejohn.github.io/jsonschema2pojo/site/0.4.31/Jsonschema2PojoTask.html)

Project resources:
* [Downloads](https://github.com/joelittlejohn/jsonschema2pojo/releases)
Expand Down

0 comments on commit 323a8a7

Please sign in to comment.