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

Commit

Permalink
Release 0.11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
machaval committed Jul 16, 2019
1 parent 7b3082a commit e83314e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mule.raml.codegen</groupId>
<artifactId>raml-client-generator-parent</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.11</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion raml-client-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.mule.raml.codegen</groupId>
<artifactId>raml-client-generator-parent</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.11</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion raml-client-generator-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.mule.raml.codegen</groupId>
<artifactId>raml-client-generator-parent</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.11</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion raml-client-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.mule.raml.codegen</groupId>
<artifactId>raml-client-generator-parent</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.11</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Add the dependency to `pom.xml`
<dependency>
<groupId>org.mule.raml.codegen</groupId>
<artifactId>raml-client-generator-core</artifactId>
<version>0.10</version>
<version>0.11</version>
</dependency>
```

Expand Down Expand Up @@ -95,7 +95,7 @@ There is also a maven plugin that allows you to generate the client code during
<plugin>
<groupId>org.mule.raml.codegen</groupId>
<artifactId>raml-client-generator-maven-plugin</artifactId>
<version>0.10</version>
<version>0.11</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit e83314e

Please sign in to comment.