Skip to content

Commit

Permalink
removed muleversion lol
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandramartinez committed May 1, 2024
1 parent bd4f773 commit 8e65e9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>4500658a-7637-4fcf-bc7d-51d1feb28edb</groupId> <!-- make sure to add your business group ID here -->
<artifactId>github-actions</artifactId>
<version>1.0.4</version> <!-- this has to change EVERY TIME you want to re-deploy -->
<version>1.0.5</version> <!-- this has to change EVERY TIME you want to re-deploy -->
<packaging>mule-application</packaging>
<name>github-actions</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<mule.maven.plugin.version>4.1.1</mule.maven.plugin.version> <!-- use at least v4.1.0 -->
<env>Sandbox</env>
<muleVersion>4.6-java8</muleVersion> <!-- for previous runtimes, use a previous mule maven plugin version -->
<region>Cloudhub-US-East-2</region> <!-- make sure it's one of these Target Names: https://docs.mulesoft.com/cloudhub-2/ch2-architecture#regions-and-dns-records -->
<!-- note: free trial accounts only have access to Cloudhub-US-East-2 -->
<serverId>Repository</serverId> <!-- can be whatever you want, just make sure it matches the settings.xml -->
Expand Down Expand Up @@ -39,7 +38,6 @@
<target>${region}</target>
<server>${serverId}</server> <!-- this is where our credentials will be stored -->
<applicationName>${project.artifactId}</applicationName>
<muleVersion>${muleVersion}</muleVersion>
<replicas>1</replicas>
<vCores>0.1</vCores>
<deploymentSettings>
Expand Down

0 comments on commit 8e65e9b

Please sign in to comment.