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 +6
-6
lines changed
raml-client-generator-core
raml-client-generator-example
raml-client-generator-maven-plugin Expand file tree Collapse file tree 5 files changed +6
-6
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.11-SNAPSHOT </version >
7+ <version >0.11</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.11-SNAPSHOT </version >
15+ <version >0.11</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.11-SNAPSHOT </version >
15+ <version >0.11</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.11-SNAPSHOT </version >
15+ <version >0.11</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.10 </version >
63+ <version >0.11 </version >
6464 </dependency >
6565```
6666
@@ -95,7 +95,7 @@ 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.10 </version >
98+ <version >0.11 </version >
9999 <executions >
100100 <execution >
101101 <goals >
You can’t perform that action at this time.
0 commit comments