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 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.mule.raml.codegen</groupId >
6
6
<artifactId >raml-client-generator-parent</artifactId >
7
- <version >0.11-SNAPSHOT </version >
7
+ <version >0.11</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<modules >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.mule.raml.codegen</groupId >
14
14
<artifactId >raml-client-generator-parent</artifactId >
15
- <version >0.11-SNAPSHOT </version >
15
+ <version >0.11</version >
16
16
</parent >
17
17
18
18
<properties >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.mule.raml.codegen</groupId >
14
14
<artifactId >raml-client-generator-parent</artifactId >
15
- <version >0.11-SNAPSHOT </version >
15
+ <version >0.11</version >
16
16
</parent >
17
17
18
18
<properties >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.mule.raml.codegen</groupId >
14
14
<artifactId >raml-client-generator-parent</artifactId >
15
- <version >0.11-SNAPSHOT </version >
15
+ <version >0.11</version >
16
16
</parent >
17
17
18
18
<dependencies >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Add the dependency to `pom.xml`
60
60
<dependency >
61
61
<groupId >org.mule.raml.codegen</groupId >
62
62
<artifactId >raml-client-generator-core</artifactId >
63
- <version >0.10 </version >
63
+ <version >0.11 </version >
64
64
</dependency >
65
65
```
66
66
@@ -95,7 +95,7 @@ There is also a maven plugin that allows you to generate the client code during
95
95
<plugin >
96
96
<groupId >org.mule.raml.codegen</groupId >
97
97
<artifactId >raml-client-generator-maven-plugin</artifactId >
98
- <version >0.10 </version >
98
+ <version >0.11 </version >
99
99
<executions >
100
100
<execution >
101
101
<goals >
You can’t perform that action at this time.
0 commit comments