Skip to content

Commit

Permalink
Merge pull request #11 from jaguililla/develop
Browse files Browse the repository at this point in the history
Deploy application's JAR
  • Loading branch information
jaguililla authored Aug 20, 2024
2 parents 9669fd5 + c287437 commit 3b57db7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>

<artifactId>appointments</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>

<name>Appointments</name>
<description>Application to create appointments (REST API)</description>
Expand All @@ -29,6 +29,7 @@
<spring.server>undertow</spring.server>
<openapi.integration>ui</openapi.integration>
<image.registry>ghcr.io/jaguililla/hexagonal_spring</image.registry>
<release.goal>deploy</release.goal>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 3b57db7

Please sign in to comment.