Skip to content
Snippets Groups Projects
Commit 62c8e473 authored by Ludovic Claude's avatar Ludovic Claude
Browse files

Set version 1.1 for the jar

parent 02f5ef49
No related branches found
Tags 4.0.0
No related merge requests found
......@@ -13,7 +13,10 @@ RUN apk add --update ca-certificates wget \
COPY docker/runner/config/application.tmpl /config/application.tmpl
COPY docker/runner/README.md docker/runner/run.sh /
COPY target/portal-backend-1.0.0-docker-packaging.jar backend.jar
ENV PORTAL_BACKEND_VERSION=1.1
COPY target/portal-backend-$PORTAL_BACKEND_VERSION.jar backend.jar
# org.label-schema.build-date=$BUILD_DATE
# org.label-schema.vcs-ref=$VCS_REF
......
......@@ -5,7 +5,7 @@
<groupId>eu.hbp.mip</groupId>
<artifactId>portal-backend</artifactId>
<version>1.0.0-docker-packaging</version>
<version>1.1</version>
<packaging>jar</packaging>
<name>portal-backend</name>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment