diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dd1aecbd355b8f9f658ea727109525bbe6197a74..db9bd9b6705a305b0589a5b8f384eced9c1efef3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.0.0 commit = True tag = True tag_name = {new_version} @@ -13,4 +13,3 @@ replace = <version>{new_version}</version><!-- BUMP_VERSION --> [bumpversion:file:Dockerfile] [bumpversion:file:hbp.yml] - diff --git a/Dockerfile b/Dockerfile index 8c5244eb44ce5f643b94538b61c837d93febbbae..4196234abec501073b774282d7c24dd262ba0d6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ 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 / -ENV PORTAL_BACKEND_VERSION=2.1.0 +ENV PORTAL_BACKEND_VERSION=2.0.0 COPY target/portal-backend-$PORTAL_BACKEND_VERSION.jar backend.jar diff --git a/hbp.yml b/hbp.yml index 0c1a928b70762797ea106aa96169603fe08e0ff0..32c42458258aa4a15aa56763aa7d0bf28258ef0f 100644 --- a/hbp.yml +++ b/hbp.yml @@ -58,9 +58,9 @@ testing: command: ./test.sh release_management: - current_version: 2.1.0 - current_code_release: https://github.com/HBPMedical/portal-backend/archive/2.1.0.zip - current_binary_release: https://pypi.python.org/pypi/portal-backend/2.1.0 + current_version: 2.0.0 + current_code_release: https://github.com/HBPMedical/portal-backend/archive/2.0.0.zip + current_binary_release: https://pypi.python.org/pypi/portal-backend/2.0.0 release_script: 'publish.sh' continuous_integration: @@ -75,10 +75,10 @@ continuous_integration: distribution: docker_hub: name: hbpmip/portal-backend - current_tag: 2.1.0 + current_tag: 2.0.0 url: https://hub.docker.com/r/hbpmip/portal-backend/ badge: https://img.shields.io/badge/docker-hbpmip%2Fportal--backend-008bb8.svg - command: docker pull hbpmip/portal-backend:2.1.0 + command: docker pull hbpmip/portal-backend:2.0.0 planning: github: diff --git a/pom.xml b/pom.xml index c0b8c2f9456660bbc978523ad9969ed098595825..34879a53741d62e8218bcbeb759313911bd9b0c2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>eu.hbp.mip</groupId> <artifactId>portal-backend</artifactId> - <version>2.1.0</version><!-- BUMP_VERSION --> + <version>2.0.0</version><!-- BUMP_VERSION --> <packaging>jar</packaging> <name>portal-backend</name>