This repository was archived by the owner on Jan 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed
raml-client-generator-core
raml-client-generator-example
raml-client-generator-maven-plugin Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.mule.raml.codegen</groupId >
66 <artifactId >raml-client-generator-parent</artifactId >
7- <version >0.6-SNAPSHOT </version >
7+ <version >0.6</version >
88 <packaging >pom</packaging >
99
1010 <modules >
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.mule.raml.codegen</groupId >
1414 <artifactId >raml-client-generator-parent</artifactId >
15- <version >0.6-SNAPSHOT </version >
15+ <version >0.6</version >
1616 </parent >
1717
1818 <properties >
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.mule.raml.codegen</groupId >
1414 <artifactId >raml-client-generator-parent</artifactId >
15- <version >0.6-SNAPSHOT </version >
15+ <version >0.6</version >
1616 </parent >
1717
1818 <properties >
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.mule.raml.codegen</groupId >
1414 <artifactId >raml-client-generator-parent</artifactId >
15- <version >0.6-SNAPSHOT </version >
15+ <version >0.6</version >
1616 </parent >
1717
1818 <dependencies >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Add the dependency to `pom.xml`
6060 <dependency >
6161 <groupId >org.mule.raml.codegen</groupId >
6262 <artifactId >raml-client-generator-core</artifactId >
63- <version >0.5 </version >
63+ <version >0.6 </version >
6464 </dependency >
6565```
6666
@@ -95,17 +95,15 @@ There is also a maven plugin that allows you to generate the client code during
9595 <plugin >
9696 <groupId >org.mule.raml.codegen</groupId >
9797 <artifactId >raml-client-generator-maven-plugin</artifactId >
98- <version >0.5 </version >
98+ <version >0.6 </version >
9999 <executions >
100100 <execution >
101101 <goals >
102102 <goal >generate-client</goal >
103103 </goals >
104104 <configuration >
105105 <basePackage >org.mule.example</basePackage >
106- <useJava8Dates >false</useJava8Dates >
107- <!-- False by default -->
108- <includeAdditionalProperties >false</includeAdditionalProperties >
106+ <useJava8Dates >false</useJava8Dates >
109107 <!-- False by default -->
110108 <includeAdditionalProperties >false</includeAdditionalProperties >
111109 <!-- False by default -->
You can’t perform that action at this time.
0 commit comments