Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version for release
Browse files Browse the repository at this point in the history
julianpascualMuleSoft committed Sep 24, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5ade07e commit e77cf95
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion migration-contribution-archetype/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>migration-contribution-archetype</artifactId>
<name>Migration Contribution Archetype</name>
2 changes: 1 addition & 1 deletion mule-migration-tool-api/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>mule-migration-tool-api</artifactId>
<name>Mule Migration Assistant API</name>
2 changes: 1 addition & 1 deletion mule-migration-tool-contribution/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>mule-migration-tool-contribution</artifactId>
<name>Mule Migration Assistant Contribution</name>
2 changes: 1 addition & 1 deletion mule-migration-tool-engine/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>mule-migration-tool-engine</artifactId>
<name>Mule Migration Assistant Engine</name>
2 changes: 1 addition & 1 deletion mule-migration-tool-expression/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<parent>
<groupId>com.mulesoft.tools</groupId>
<artifactId>mule-migration-tool</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>mule-migration-tool-expression</artifactId>

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

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

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

<groupId>com.mulesoft.tools</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
<artifactId>mule-migration-tool-target-modules</artifactId>
<name>Mule Migration Assistant Library - Target Modules dependencies</name>
<packaging>jar</packaging>
<description>Provide a dependency management of modules to use in behavior tests (i.e.: Compatibility module integration tests)</description>

<properties>
<formatterConfigPath>../formatter.xml</formatterConfigPath>
<licensePath>../LICENSE_HEADER.txt</licensePath>
<licensePath>../LICENSE_HEADER.txt</ licensePath>

<!-- Target versions for migrated components -->
<mule.http.connector.version>1.5.6</mule.http.connector.version>

0 comments on commit e77cf95

Please sign in to comment.