summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-16 10:04:27 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-16 10:04:27 +0200
commitffd2733b918a97a2bcb0b3fe1aa40c2633977207 (patch)
tree94c9e369a2d65bce9c24a32473b4ad2f2a99aca5 /pom.xml
parent8e552962e9a2e069f3ceb144fdbe71345fee934b (diff)
Make jvm args in sparky-be configurable via environment variable
- replace hardcoded xms and xmx jvm args with optional JVM_ARGS environment variable - use newer java 11 base image - bump version from 2.0.3 to 2.0.4 Issue-ID: AAI-3849 Change-Id: I215cbe7344f0278fe32179834938961dc7ed6075 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0ffa314..4a1548a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>sparky-be</artifactId>
- <version>2.0.3-SNAPSHOT</version>
+ <version>2.0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>aai-sparky-be</name>