Use revision number versioning

This commit is contained in:
dotasek
2025-03-12 12:11:53 -04:00
parent 6e88da0740
commit 7e3f997764

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"> 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> <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: --> <!-- 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' --> <!-- '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> </parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId> <artifactId>hapi-fhir-jpaserver-starter</artifactId>
<version>${project.parent.version}-${hapi.fhir.jpa.server.starter.revision}</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties>
<java.version>17</java.version>
</properties>
<prerequisites> <prerequisites>
<maven>3.8.3</maven> <maven>3.8.3</maven>
</prerequisites> </prerequisites>