Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svacas committed Oct 28, 2021
1 parent 815772f commit 575f455
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion migration-contribution-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>migration-contribution-archetype</artifactId>
<name>Migration Contribution Archetype</name>
Expand Down
2 changes: 1 addition & 1 deletion mule-migration-tool-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>mule-migration-tool-api</artifactId>
<name>Mule Migration Assistant API</name>
Expand Down
2 changes: 1 addition & 1 deletion mule-migration-tool-contribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>mule-migration-tool-contribution</artifactId>
<name>Mule Migration Assistant Contribution</name>
Expand Down
2 changes: 1 addition & 1 deletion mule-migration-tool-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>mule-migration-tool-engine</artifactId>
<name>Mule Migration Assistant Engine</name>
Expand Down
2 changes: 1 addition & 1 deletion mule-migration-tool-expression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>mule-migration-tool-expression</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion mule-migration-tool-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>mule-migration-tool-library</artifactId>
<name>Mule Migration Assistant Library</name>
Expand Down
2 changes: 1 addition & 1 deletion mule-migration-tool-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>mule-migration-tool-tck</artifactId>
<name>Mule Migration Assistant Test utilities</name>
Expand Down
2 changes: 1 addition & 1 deletion mule-migration-tool-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>mule-migration-tool-tests</artifactId>
<name>Mule Migration Assistant end-to-end tests</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>Mule Migration Tool</name>
Expand Down
2 changes: 1 addition & 1 deletion runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>mule-migration-assistant-runner</artifactId>
<name>Mule Migration Assistant Runner</name>
Expand Down
2 changes: 1 addition & 1 deletion target-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.mulesoft.tools</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<artifactId>mule-migration-tool-target-modules</artifactId>
<name>Mule Migration Assistant Library - Target Modules dependencies</name>
<packaging>jar</packaging>
Expand Down

0 comments on commit 575f455

Please sign in to comment.