Skip to content

Commit

Permalink
feat: improved the naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdesousa committed Jun 10, 2024
1 parent 6aea7bb commit aff9f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
ls ${{ github.workspace }}
- name: Create package
run: zip -r ${{ env.RELEASE_VERSION }}.zip staging
run: zip -r mag-${{ env.RELEASE_VERSION }}.zip staging

- name: List files in the folder staging
run: |
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>ch.bfh</groupId>
<artifactId>mobile-access-gateway</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
<description>FHIR Gateway supporting the PMIR and MHD server actors and uses XDS/PIXV3 to communicate with an XDS Affinity Domain</description>
<packaging>jar</packaging>

Expand Down

0 comments on commit aff9f31

Please sign in to comment.