Skip to content

Commit 76c620e

Browse files
committed
[release] updating README.md for 1.1.2
1 parent 4bafbf5 commit 76c620e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A very simple Maven example:
1111
<plugin>
1212
<groupId>org.jsonschema2pojo</groupId>
1313
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
14-
<version>1.1.1</version>
14+
<version>1.1.2</version>
1515
<configuration>
1616
<sourceDirectory>${basedir}/src/main/resources/schema</sourceDirectory>
1717
<targetPackage>com.example.types</targetPackage>
@@ -30,10 +30,10 @@ Useful pages:
3030
* **[Getting started](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Getting-Started)**
3131
* **[How to contribute](https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CONTRIBUTING.md)**
3232
* [Reference](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Reference)
33-
* [Latest Javadocs](https://joelittlejohn.github.io/jsonschema2pojo/javadocs/1.1.1/)
34-
* [Documentation for the Maven plugin](https://joelittlejohn.github.io/jsonschema2pojo/site/1.1.1/generate-mojo.html)
33+
* [Latest Javadocs](https://joelittlejohn.github.io/jsonschema2pojo/javadocs/1.1.2/)
34+
* [Documentation for the Maven plugin](https://joelittlejohn.github.io/jsonschema2pojo/site/1.1.2/generate-mojo.html)
3535
* [Documentation for the Gradle plugin](https://github.com/joelittlejohn/jsonschema2pojo/tree/master/jsonschema2pojo-gradle-plugin#usage)
36-
* [Documentation for the Ant task](https://joelittlejohn.github.io/jsonschema2pojo/site/1.1.1/Jsonschema2PojoTask.html)
36+
* [Documentation for the Ant task](https://joelittlejohn.github.io/jsonschema2pojo/site/1.1.2/Jsonschema2PojoTask.html)
3737

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

0 commit comments

Comments
 (0)