Skip to content

Commit 34ad6d9

Browse files
committed
Increment version to 4.22.1 for release
- Updated `pom.xml` to finalize version for deployment and release - Added support for configuring JVM runtime version in Docker image via `BP_JVM_VERSION` environment variable
1 parent a1f63a6 commit 34ad6d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>de.hbt.salat</groupId>
1212
<artifactId>tb</artifactId>
13-
<version>4.22.0</version>
13+
<version>4.22.1</version>
1414
<packaging>war</packaging>
1515

1616
<properties>
@@ -325,6 +325,9 @@
325325
<configuration>
326326
<image>
327327
<name>${salat.image.name}:${salat.image.tag}</name>
328+
<env>
329+
<BP_JVM_VERSION>${java.version}</BP_JVM_VERSION>
330+
</env>
328331
</image>
329332
</configuration>
330333
</plugin>

0 commit comments

Comments
 (0)