Skip to content

Commit

Permalink
Prepare release for 1.2.4 . This is not the original commit, the orig…
Browse files Browse the repository at this point in the history
…inal wasn't tagged and so it was lost. Some dependencies might not match with the artifacts released.
  • Loading branch information
pacafuentes committed Mar 14, 2019
1 parent 51aa77c commit a5d30de
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion mule-apikit-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mule-apikit-parent</artifactId>
<groupId>org.mule.tools</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mule-apikit-it-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.tools</groupId>
<artifactId>mule-apikit-parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>

<artifactId>mule-apikit-it-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mule-apikit-module-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mule-apikit-parent</artifactId>
<groupId>org.mule.tools</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mule-apikit-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.tools</groupId>
<artifactId>mule-apikit-parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>

<groupId>org.mule.modules</groupId>
Expand Down
2 changes: 1 addition & 1 deletion mule-apikit-tools/mule-apikit-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.tools</groupId>
<artifactId>mule-apikit-tools</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>mule-apikit-archetype</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mule-apikit-tools/mule-apikit-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mule.tools</groupId>
<artifactId>mule-apikit-tools</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>mule-apikit-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mule-apikit-tools/mule-apikit-scaffolder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mule-apikit-tools</artifactId>
<groupId>org.mule.tools</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mule-apikit-scaffolder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mule-apikit-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.tools</groupId>
<artifactId>mule-apikit-parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>mule-apikit-tools</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion parser-wrapper/interface-impl-amf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.raml</groupId>
<artifactId>raml-parser-interface-parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>

<artifactId>raml-parser-interface-impl-amf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parser-wrapper/interface-impl-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.raml</groupId>
<artifactId>raml-parser-interface-parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>

<artifactId>raml-parser-interface-impl-v1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parser-wrapper/interface-impl-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.raml</groupId>
<artifactId>raml-parser-interface-parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>

<artifactId>raml-parser-interface-impl-v2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parser-wrapper/parser-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.raml</groupId>
<artifactId>raml-parser-interface-parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>

<artifactId>parser-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parser-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.tools</groupId>
<artifactId>mule-apikit-parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>

<groupId>org.mule.raml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parser-wrapper/raml-parser-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mule.raml</groupId>
<artifactId>raml-parser-interface-parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>raml-parser-interface</artifactId>
<name>RAML Parser Interfaces</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mule.tools</groupId>
<artifactId>mule-apikit-parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
<packaging>pom</packaging>
<name>APIKit Parent POM</name>

Expand Down

0 comments on commit a5d30de

Please sign in to comment.