Skip to content

Commit f4f0585

Browse files
authored
Merge pull request hapifhir#787 from hapifhir/do-20250304-uncouple-project-version
Revision Number Versioning
2 parents ec6b12e + bdc2795 commit f4f0585

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 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,12 +23,9 @@
1823
</parent>
1924

2025
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
26+
<version>${project.parent.version}-${hapi.fhir.jpa.server.starter.revision}</version>
2127
<packaging>war</packaging>
2228

23-
<properties>
24-
<java.version>17</java.version>
25-
</properties>
26-
2729
<prerequisites>
2830
<maven>3.8.3</maven>
2931
</prerequisites>

0 commit comments

Comments
 (0)