Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 6094626

Browse files
committed
Release 0.4
1 parent 3ece1e6 commit 6094626

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.mule.raml.codegen</groupId>
66
<artifactId>raml-client-generator-parent</artifactId>
7-
<version>0.4-SNAPSHOT</version>
7+
<version>0.4</version>
88
<packaging>pom</packaging>
99

1010
<modules>

raml-client-generator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mule.raml.codegen</groupId>
1414
<artifactId>raml-client-generator-parent</artifactId>
15-
<version>0.4-SNAPSHOT</version>
15+
<version>0.4</version>
1616
</parent>
1717

1818
<properties>

raml-client-generator-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mule.raml.codegen</groupId>
1414
<artifactId>raml-client-generator-parent</artifactId>
15-
<version>0.4-SNAPSHOT</version>
15+
<version>0.4</version>
1616
</parent>
1717

1818
<properties>

raml-client-generator-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.mule.raml.codegen</groupId>
1414
<artifactId>raml-client-generator-parent</artifactId>
15-
<version>0.4-SNAPSHOT</version>
15+
<version>0.4</version>
1616
</parent>
1717

1818
<dependencies>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2</version>
98+
<version>0.4</version>
9999
<executions>
100100
<execution>
101101
<goals>

0 commit comments

Comments
 (0)