Merge pull request #787 from hapifhir/do-20250304-uncouple-project-version

Revision Number Versioning
This commit is contained in:
dotasek
2025-03-12 09:25:26 -04:00
committed by GitHub

10
pom.xml
View File

@@ -3,6 +3,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<java.version>17</java.version>
<hapi.fhir.jpa.server.starter.revision>1</hapi.fhir.jpa.server.starter.revision>
</properties>
<!-- one-liner to take you to the cloud with settings form the application.yaml file: -->
<!-- 'mvn clean package com.google.cloud.tools:jib-maven-plugin:dockerBuild -Dimage=distroless-hapi && docker run -p 8080:8080 distroless-hapi' -->
<!--
@@ -18,12 +23,9 @@
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
<version>${project.parent.version}-${hapi.fhir.jpa.server.starter.revision}</version>
<packaging>war</packaging>
<properties>
<java.version>17</java.version>
</properties>
<prerequisites>
<maven>3.8.3</maven>
</prerequisites>