File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A very simple Maven example:
11
11
<plugin >
12
12
<groupId >org.jsonschema2pojo</groupId >
13
13
<artifactId >jsonschema2pojo-maven-plugin</artifactId >
14
- <version >1.1.1 </version >
14
+ <version >1.1.2 </version >
15
15
<configuration >
16
16
<sourceDirectory >${basedir}/src/main/resources/schema</sourceDirectory >
17
17
<targetPackage >com.example.types</targetPackage >
@@ -30,10 +30,10 @@ Useful pages:
30
30
* ** [ Getting started] ( https://github.com/joelittlejohn/jsonschema2pojo/wiki/Getting-Started ) **
31
31
* ** [ How to contribute] ( https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CONTRIBUTING.md ) **
32
32
* [ 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 )
35
35
* [ 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 )
37
37
38
38
Project resources:
39
39
* [ Downloads] ( https://github.com/joelittlejohn/jsonschema2pojo/releases )
You can’t perform that action at this time.
0 commit comments