Skip to content

Commit bdc2795

Browse files
committed
Use revision number versioning
1 parent f32ad20 commit bdc2795

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6+
<properties>
7+
<java.version>17</java.version>
8+
<hapi.fhir.jpa.server.starter.revision>1</hapi.fhir.jpa.server.starter.revision>
9+
</properties>
10+
611
<!-- one-liner to take you to the cloud with settings form the application.yaml file: -->
712
<!-- 'mvn clean package com.google.cloud.tools:jib-maven-plugin:dockerBuild -Dimage=distroless-hapi && docker run -p 8080:8080 distroless-hapi' -->
813
<!--
@@ -18,13 +23,9 @@
1823
</parent>
1924

2025
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
21-
<version>8.1.0-SNAPSHOT</version>
26+
<version>${project.parent.version}-${hapi.fhir.jpa.server.starter.revision}</version>
2227
<packaging>war</packaging>
2328

24-
<properties>
25-
<java.version>17</java.version>
26-
</properties>
27-
2829
<prerequisites>
2930
<maven>3.8.3</maven>
3031
</prerequisites>

0 commit comments

Comments
 (0)