moved to maven parent 1.2.0

This commit is contained in:
lucio 2024-02-22 12:04:53 +01:00
parent d645c63d84
commit d621e840ba
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1,5 @@
docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 .
for current platform:
docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 .
for multiple platforms:
docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 --platform=linux/amd64,linux/arm64,linux/arm/v7 .

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>