Skip to content

Commit

Permalink
chore: cleaned the application.yml and bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdesousa committed Jun 26, 2024
1 parent eb42091 commit 0055c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.35</version>
<version>0.0.36</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
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ management:
endpoints:
web:
exposure:
include: [ "metrics","prometheus","actuator","health", "liveness" ]
include: [ "metrics","prometheus","actuator","health", "liveness" ]

0 comments on commit 0055c90

Please sign in to comment.