diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2023-01-12 12:18:31 +0100 |
---|---|---|
committer | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2023-01-12 12:23:59 +0100 |
commit | 408cd42086aa968374c7ebb1d9125a93d7a0a10c (patch) | |
tree | f128ddc188608258ee4434ec6e8c5118cf3c3df6 /alpine/java11/pom.xml | |
parent | 5774938b481d179a2eb43c090c2702c41cf18fb7 (diff) |
prepare dist for chlorine
add java17 base image. switch chlorine to j17
Issue-ID: CCSDK-3832
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Ib2f3fd216eac4743a338299385e6bdbe52485275
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'alpine/java11/pom.xml')
-rw-r--r-- | alpine/java11/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/alpine/java11/pom.xml b/alpine/java11/pom.xml index 3c734616..dbb640e2 100644 --- a/alpine/java11/pom.xml +++ b/alpine/java11/pom.xml @@ -26,9 +26,9 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.groovy.maven</groupId> - <artifactId>gmaven-plugin</artifactId> - <version>1.0</version> + <groupId>org.codehaus.gmaven</groupId> + <artifactId>groovy-maven-plugin</artifactId> + <version>2.1.1</version> <executions> <execution> <phase>validate</phase> |