From c8d9ff817ab9aabb918f13223e7441c8416616e5 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Sun, 21 Jun 2020 07:54:41 -0400 Subject: [PATCH] Changed the version to 0.6.0-1 [#303] --- .github/workflows/create-release.yml | 8 ++++---- .github/workflows/publish-merges-to-develop.yml | 2 +- comixed-app/pom.xml | 4 ++-- comixed-frontend/package.json | 2 +- comixed-frontend/pom.xml | 2 +- comixed-importer/pom.xml | 4 ++-- comixed-library/pom.xml | 2 +- comixed-rest-api/pom.xml | 4 ++-- comixed-services/pom.xml | 4 ++-- comixed-tasks/pom.xml | 2 +- docker/DOCKER.md | 2 +- docker/Dockerfile | 2 +- docker/README.md | 2 +- pom.xml | 4 ++-- 14 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b70e3a1d3..21dd49a03 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -21,18 +21,18 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} release_branch: ${{ github.ref }} - due_tag: v0.6.0-0.rc9 + due_tag: v0.6.0-1 since_tag: v0.5.2-2 - name: Build project run: mvn package -Pci -DskipTests -Dassembly-name=RELEASE - name: Create SHA file. - run: (cd comixed-app/target/artifacts; shasum comixed-app-0.6.0-0.rc9-RELEASE.zip > comixed-app-0.6.0-0.rc9.RELEASE.zip-sha) + run: (cd comixed-app/target/artifacts; shasum comixed-app-0.6.0-1-RELEASE.zip > comixed-app-0.6.0-1.RELEASE.zip-sha) - name: Upload release artifact uses: softprops/action-gh-release@v1 with: body_path: CHANGELOG.md files: | - comixed-app/target/artifacts/comixed-app-0.6.0-0.rc9-RELEASE.zip - comixed-app/target/artifacts/comixed-app-0.6.0-0.rc9.RELEASE.zip-sha + comixed-app/target/artifacts/comixed-app-0.6.0-1-RELEASE.zip + comixed-app/target/artifacts/comixed-app-0.6.0-1.RELEASE.zip-sha env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish-merges-to-develop.yml b/.github/workflows/publish-merges-to-develop.yml index 0b351120b..70c8d06ac 100644 --- a/.github/workflows/publish-merges-to-develop.yml +++ b/.github/workflows/publish-merges-to-develop.yml @@ -26,7 +26,7 @@ jobs: uses: mcpierce/github-commit-timestamp-tagger@master with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - base_version: "0.6.0-0.rc9" + base_version: "0.6.0-1" - name: Create the release artifact run: mvn package -Pci -DskipTests -Dassembly-name=${{ steps.apply_github_tag.outputs.tag_time }} - name: Publish the release artifact diff --git a/comixed-app/pom.xml b/comixed-app/pom.xml index a5eaf69e1..85a1f902a 100644 --- a/comixed-app/pom.xml +++ b/comixed-app/pom.xml @@ -6,11 +6,11 @@ org.comixed comixed - 0.6.0-0.rc9 + 0.6.0-1 org.comixed comixed-app - 0.6.0-0.rc9 + 0.6.0-1 comixed-app ${comixed.url} diff --git a/comixed-frontend/package.json b/comixed-frontend/package.json index b47042ed7..27a887a17 100644 --- a/comixed-frontend/package.json +++ b/comixed-frontend/package.json @@ -1,6 +1,6 @@ { "name": "comixed", - "version": "0.6.0-0.rc9", + "version": "0.6.0-1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/comixed-frontend/pom.xml b/comixed-frontend/pom.xml index 27d79bc21..03eb62a2b 100644 --- a/comixed-frontend/pom.xml +++ b/comixed-frontend/pom.xml @@ -6,7 +6,7 @@ org.comixed comixed - 0.6.0-0.rc9 + 0.6.0-1 org.comixed comixed-frontend diff --git a/comixed-importer/pom.xml b/comixed-importer/pom.xml index 3338afcd5..e56502cf3 100644 --- a/comixed-importer/pom.xml +++ b/comixed-importer/pom.xml @@ -6,11 +6,11 @@ org.comixed comixed - 0.6.0-0.rc9 + 0.6.0-1 org.comixed comixed-importer - 0.6.0-0.rc9 + 0.6.0-1 comixed-importer ${comixed.url} diff --git a/comixed-library/pom.xml b/comixed-library/pom.xml index 8f08f8b4f..b0abca514 100644 --- a/comixed-library/pom.xml +++ b/comixed-library/pom.xml @@ -6,7 +6,7 @@ org.comixed comixed - 0.6.0-0.rc9 + 0.6.0-1 org.comixed comixed-library diff --git a/comixed-rest-api/pom.xml b/comixed-rest-api/pom.xml index 5494b7334..85105c145 100644 --- a/comixed-rest-api/pom.xml +++ b/comixed-rest-api/pom.xml @@ -6,11 +6,11 @@ org.comixed comixed - 0.6.0-0.rc9 + 0.6.0-1 org.comixed comixed-rest-api - 0.6.0-0.rc9 + 0.6.0-1 comixed-rest-api ${comixed.url} diff --git a/comixed-services/pom.xml b/comixed-services/pom.xml index cdae110e5..08862011b 100644 --- a/comixed-services/pom.xml +++ b/comixed-services/pom.xml @@ -6,11 +6,11 @@ org.comixed comixed - 0.6.0-0.rc9 + 0.6.0-1 org.comixed comixed-services - 0.6.0-0.rc9 + 0.6.0-1 comixed-services ${comixed.url} diff --git a/comixed-tasks/pom.xml b/comixed-tasks/pom.xml index 657812e4c..94bef50ef 100644 --- a/comixed-tasks/pom.xml +++ b/comixed-tasks/pom.xml @@ -6,7 +6,7 @@ org.comixed comixed - 0.6.0-0.rc9 + 0.6.0-1 org.comixed comixed-tasks diff --git a/docker/DOCKER.md b/docker/DOCKER.md index e0aee90b7..cc155db8a 100644 --- a/docker/DOCKER.md +++ b/docker/DOCKER.md @@ -11,7 +11,7 @@ docker run -it -p 7171:7171/tcp comixed/comixed ``` ## Tag Push ``` -docker tag comixed/comixed comixed/comixed:0.6.0-0.rc9 +docker tag comixed/comixed comixed/comixed:0.6.0-1 docker push comixed/comixed ``` diff --git a/docker/Dockerfile b/docker/Dockerfile index 9a800d603..1bfb2f411 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Pidockmedia "pidockmedia@gmail.com" RUN mkdir /app /ul WORKDIR /ul -RUN wget -q -O comixed-app.zip https://github.com/comixed/comixed/releases/download/v0.6.0-0.rc9/comixed-app-0.6.0-0.rc9-RELEASE.zip +RUN wget -q -O comixed-app.zip https://github.com/comixed/comixed/releases/download/v0.6.0-1/comixed-app-0.6.0-1-RELEASE.zip RUN unzip *.zip RUN rm *.zip RUN mv comixed*/bin/comixed-app*.jar /app/comixed-app.jar diff --git a/docker/README.md b/docker/README.md index 08366cff2..726d2f0a7 100644 --- a/docker/README.md +++ b/docker/README.md @@ -12,4 +12,4 @@ The latest version may be a development build. Use this to get the latest releas You could also pull a specific version: -```docker run -it -p 7171:7171/tcp -v /PATH/TO/COMICS:/comic_dir -v /PATH/TO/COMIXDB:/root/.comixed comixed/comixed:0.6.0-0.rc9``` +```docker run -it -p 7171:7171/tcp -v /PATH/TO/COMICS:/comic_dir -v /PATH/TO/COMIXDB:/root/.comixed comixed/comixed:0.6.0-1``` diff --git a/pom.xml b/pom.xml index fccb5fef7..a2446e980 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.comixed comixed pom - 0.6.0-0.rc9 + 0.6.0-1 org.springframework.boot spring-boot-starter-parent @@ -16,7 +16,7 @@ http://github.com/mcpierce/comixed http://www.github.com/comixed/comixed - 0.6.0-0.rc9 + 0.6.0-1 2.4