File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
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
+
6
11
<!-- one-liner to take you to the cloud with settings form the application.yaml file: -->
7
12
<!-- 'mvn clean package com.google.cloud.tools:jib-maven-plugin:dockerBuild -Dimage=distroless-hapi && docker run -p 8080:8080 distroless-hapi' -->
8
13
<!--
18
23
</parent >
19
24
20
25
<artifactId >hapi-fhir-jpaserver-starter</artifactId >
26
+ <version >${project.parent.version} -${hapi.fhir.jpa.server.starter.revision} </version >
21
27
<packaging >war</packaging >
22
28
23
- <properties >
24
- <java .version>17</java .version>
25
- </properties >
26
-
27
29
<prerequisites >
28
30
<maven >3.8.3</maven >
29
31
</prerequisites >
You can’t perform that action at this time.
0 commit comments