Skip to content

Commit

Permalink
Changed the tags version to v0.6.1 [#303]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jul 7, 2020
1 parent cbc490b commit eb6e5dd
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-release.yml
Expand Up @@ -21,18 +21,18 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release_branch: ${{ github.ref }}
due_tag: v0.6.0-1
due_tag: v0.6.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-1-RELEASE.zip > comixed-app-0.6.0-1.RELEASE.zip-sha)
run: (cd comixed-app/target/artifacts; shasum comixed-app-0.6.1-RELEASE.zip > comixed-app-0.6.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-1-RELEASE.zip
comixed-app/target/artifacts/comixed-app-0.6.0-1.RELEASE.zip-sha
comixed-app/target/artifacts/comixed-app-0.6.1-RELEASE.zip
comixed-app/target/artifacts/comixed-app-0.6.1.RELEASE.zip-sha
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-merges-to-develop.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: mcpierce/github-commit-timestamp-tagger@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
base_version: "0.6.0-1"
base_version: "0.6.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
Expand Down
4 changes: 2 additions & 2 deletions comixed-app/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-app</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
<name>comixed-app</name>
<url>${comixed.url}</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "comixed",
"version": "0.6.0-1",
"version": "0.6.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-frontend</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions comixed-importer/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-importer</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
<name>comixed-importer</name>
<url>${comixed.url}</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion comixed-library/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-library</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions comixed-rest-api/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-rest-api</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
<name>comixed-rest-api</name>
<url>${comixed.url}</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions comixed-services/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-services</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
<name>comixed-services</name>
<url>${comixed.url}</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion comixed-tasks/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.6.0-1</version>
<version>0.6.1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-tasks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docker/DOCKER.md
Expand Up @@ -11,7 +11,7 @@ docker run -it -p 7171:7171/tcp comixed/comixed
```
## Tag Push
```
docker tag comixed/comixed comixed/comixed:0.6.0-1
docker tag comixed/comixed comixed/comixed:0.6.1
docker push comixed/comixed
```

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -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-1/comixed-app-0.6.0-1-RELEASE.zip
RUN wget -q -O comixed-app.zip https://github.com/comixed/comixed/releases/download/v0.6.1/comixed-app-0.6.1-RELEASE.zip
RUN unzip *.zip
RUN rm *.zip
RUN mv comixed*/bin/comixed-app*.jar /app/comixed-app.jar
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Expand Up @@ -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-1```
```docker run -it -p 7171:7171/tcp -v /PATH/TO/COMICS:/comic_dir -v /PATH/TO/COMIXDB:/root/.comixed comixed/comixed:0.6.1```
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<packaging>pom</packaging>
<version>0.6.0-1</version>
<version>0.6.1</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand All @@ -16,7 +16,7 @@
<url>http://github.com/mcpierce/comixed</url>
<properties>
<comixed.url>http://www.github.com/comixed/comixed</comixed.url>
<comixed.version>0.6.0-1</comixed.version>
<comixed.version>0.6.1</comixed.version>
<maven-git-code-format.version>2.4</maven-git-code-format.version>
</properties>
<profiles>
Expand Down

0 comments on commit eb6e5dd

Please sign in to comment.