Skip to content

Commit

Permalink
chore: update module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
manikmagar committed Nov 7, 2022
1 parent 5f3052a commit 02e8f55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.avioconsulting.mule</groupId>
<artifactId>mule-deploy-cli</artifactId>
<version>1.1.2</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Mule deployment CLI</name>
<description>Deploys Mule applications via Runtime Manager APIs</description>
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.avioconsulting.mule</groupId>
<artifactId>mule-deploy-library</artifactId>
<version>1.1.2</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Mule deployment library</name>
<description>Deploys Mule applications via Runtime Manager APIs</description>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.avioconsulting.mule</groupId>
<artifactId>mule-deploy-maven-plugin</artifactId>
<version>1.1.2</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Mule deployment Maven plugin</name>
<description>Deploys Mule applications via Runtime Manager APIs</description>
Expand Down

0 comments on commit 02e8f55

Please sign in to comment.