Skip to content

Commit

Permalink
🤖 TEST: Bump up 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jpontdia committed Sep 22, 2023
1 parent 5a00915 commit d1218a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
Mulesoft:
uses: jpontdia/common-devops/.github/workflows/mulesoft.yml@main
uses: jpontdia/common-devops/.github/workflows/mule-build.yml@main
with:
keyvault-key: jpworks-keyvault
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
Deployment:
uses: jpontdia/common-devops/.github/workflows/mulesoft-deployment.yml@main
uses: jpontdia/common-devops/.github/workflows/mule-deployment.yml@main
if: |
contains(toJson(github.event.issue.labels), 'dev') ||
contains(toJson(github.event.issue.labels), 'tst') ||
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>078efef1-d139-48ed-92f5-f8d4a0592374</groupId>
<artifactId>common-core</artifactId>
<version>1.0.11</version>
<version>1.0.12</version>
<packaging>mule-application</packaging>
<name>common-core</name>
<description>Shared Mule library that provides reusable flows, resources and configuration settings common for all applications</description>
Expand Down

0 comments on commit d1218a2

Please sign in to comment.