Skip to content

Commit

Permalink
[VERSION] Bumped to 0.5.1-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Mar 9, 2020
1 parent 8c569ac commit 9d51e3f
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@master
- name: Build project
run: mvn package -Pci -DskipTests -Dassembly-name=RC1
run: mvn package -Pci -DskipTests -Dassembly-name=RELEASE
- name: Upload release artifact
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: RELEASE.md
files: |
comixed-app/target/artifacts/comixed-app-0.5.0-0.1-RC1.zip
comixed-app/target/artifacts/comixed-app-0.5.1-1-RELEASE.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-merges-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: mcpierce/github-commit-timestamp-tagger@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
base_version: "0.5.0-0.1"
base_version: "0.5.1-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
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release notes.

### 2020-03-09: Release 0.5.1-1
#174 [Issue #173] Fix loading the first image from a 7zip encoded archive.
#173 Unable to open a file archived with 7zip.
#171 Fix the frontend state references
#167 Issue #166: Remove uniqueness constraint from book in bookmarks table.
#166 Importer fails on second bookmark

### 2020-01-27: Release 0.5.0-0.1
#136 Feature/issue 133
#133 Redirect the user to the home page when their session expires
Expand Down
4 changes: 2 additions & 2 deletions comixed-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-app</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
<name>comixed-app</name>
<url>${comixed.url}</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comixed",
"version": "0.5.0-0.1",
"version": "0.5.1-1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-frontend</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions comixed-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-importer</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
<name>comixed-importer</name>
<url>${comixed.url}</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion comixed-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-library</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions comixed-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-rest-api</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
<name>comixed-rest-api</name>
<url>${comixed.url}</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions comixed-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-services</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
<name>comixed-services</name>
<url>${comixed.url}</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion comixed-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.5.0-0.1</version>
<version>0.5.1-1</version>
</parent>
<groupId>org.comixed</groupId>
<artifactId>comixed-tasks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docker/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker run -it -p 7171:7171/tcp comixed/comixed
```
## Tag Push
```
docker tag comixed/comixed comixed/comixed:0.5.0-0.1
docker tag comixed/comixed comixed/comixed:0.5.1-1
docker push comixed/comixed
```

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
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/0.5.0-0.1-20191205032145/comixed-app-0.5.0-0.1-20191205032145.zip
RUN wget -q -O comixed-app.zip https://github.com/comixed/comixed/releases/download/v0.5.1-1/comixed-app-0.5.1-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
Original file line number Diff line number Diff line change
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.5.0-0.1```
```docker run -it -p 7171:7171/tcp -v /PATH/TO/COMICS:/comic_dir -v /PATH/TO/COMIXDB:/root/.comixed comixed/comixed:0.5.1-1```
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<packaging>pom</packaging>
<version>0.5.0-0.1</version>
<version>0.5.1-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.5.0-0.1</comixed.version>
<comixed.version>0.5.1-1</comixed.version>
<maven-git-code-format.version>1.36</maven-git-code-format.version>
</properties>
<profiles>
Expand Down

0 comments on commit 9d51e3f

Please sign in to comment.