Skip to content

Commit

Permalink
[release] updating README.md for 0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Aug 7, 2015
1 parent a43dc08 commit dd576af
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.13</version>
<version>0.4.14</version>
<configuration>
<sourceDirectory>${basedir}/src/main/resources/schema</sourceDirectory>
<targetPackage>com.example.types</targetPackage>
Expand All @@ -29,9 +29,9 @@ A very simple Maven example:
Useful pages:
* **[Getting Started](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Getting-Started)**
* [Reference](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Reference)
* [Latest Javadocs](http://joelittlejohn.github.io/jsonschema2pojo/javadocs/0.4.13/)
* [Documentation for the Maven plugin](http://joelittlejohn.github.io/jsonschema2pojo/site/0.4.13/generate-mojo.html)
* [Documentation for the Ant task](http://joelittlejohn.github.io/jsonschema2pojo/site/0.4.13/Jsonschema2PojoTask.html)
* [Latest Javadocs](http://joelittlejohn.github.io/jsonschema2pojo/javadocs/0.4.14/)
* [Documentation for the Maven plugin](http://joelittlejohn.github.io/jsonschema2pojo/site/0.4.14/generate-mojo.html)
* [Documentation for the Ant task](http://joelittlejohn.github.io/jsonschema2pojo/site/0.4.14/Jsonschema2PojoTask.html)

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

0 comments on commit dd576af

Please sign in to comment.