Skip to content

Commit

Permalink
Deploy application's JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Aug 20, 2024
1 parent 9669fd5 commit c287437
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 c287437

Please sign in to comment.