Skip to content

Commit

Permalink
Changed the release version to 0.8.1-1.4 [#605]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed May 9, 2021
1 parent 7797dc0 commit 29a2f93
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release-branch-changes.yml
Expand Up @@ -32,6 +32,6 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: false
prerelease: true
title: Changes For 0.8.1-1.3
title: Changes For 0.8.1-1.4
files: |
release/comixed-release-0.8.1-1.3-RELEASE.zip
release/comixed-release-0.8.1-1.4-RELEASE.zip
6 changes: 3 additions & 3 deletions comixed-adaptors/pom.xml
Expand Up @@ -6,19 +6,19 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-adaptors</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<name>comixed-adaptors</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-repositories</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down
10 changes: 5 additions & 5 deletions comixed-app/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-app</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<name>comixed-app</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand All @@ -21,17 +21,17 @@
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-web</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-plugins</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-rest-api</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
4 changes: 2 additions & 2 deletions comixed-model/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-model</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<name>comixed-model</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions comixed-plugins/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-plugins</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<name>comixed-plugins</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
6 changes: 3 additions & 3 deletions comixed-release/pom.xml
Expand Up @@ -6,19 +6,19 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-release</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<name>comixed-release</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-app</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions comixed-repositories/pom.xml
Expand Up @@ -6,18 +6,18 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-repositories</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<name>comixed-repositories</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-model</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
10 changes: 5 additions & 5 deletions comixed-rest-api/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-rest-api</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<name>comixed-rest-api</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand All @@ -30,17 +30,17 @@
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-tasks</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-plugins</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>com.github.downgoon</groupId>
Expand Down
6 changes: 3 additions & 3 deletions comixed-scrapers/pom.xml
Expand Up @@ -6,18 +6,18 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-scrapers</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<name>comixed-scrapers</name>
<url>http://www.comixedproject.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-model</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
10 changes: 5 additions & 5 deletions comixed-services/pom.xml
Expand Up @@ -6,28 +6,28 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<name>comixed-services</name>
<url>http://www.comixedproject.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-repositories</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-adaptors</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-scrapers</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions comixed-tasks/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-tasks</artifactId>
Expand All @@ -16,12 +16,12 @@
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-adaptors</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion comixed-web/package.json
@@ -1,6 +1,6 @@
{
"name": "ComiXed",
"version": "0.8.1-1.3",
"version": "0.8.1-1.4",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion comixed-web/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-web</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.8.1-1.3
docker tag comixed/comixed comixed/comixed:0.8.1-1.4
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-release.zip https://github.com/comixed/comixed/releases/download/v0.8.1-1.3/comixed-release-0.8.1-1.3-RELEASE.zip
RUN wget -q -O comixed-release.zip https://github.com/comixed/comixed/releases/download/v0.8.1-1.4/comixed-release-0.8.1-1.4-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.8.1-1.3```
```docker run -it -p 7171:7171/tcp -v /PATH/TO/COMICS:/comic_dir -v /PATH/TO/COMIXDB:/root/.comixed comixed/comixed:0.8.1-1.4```
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<packaging>pom</packaging>
<version>0.8.1-1.3</version>
<version>0.8.1-1.4</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand All @@ -14,7 +14,7 @@
<url>http://www.comixedproject.org</url>
<properties>
<assembly.name>local</assembly.name>
<comixed.version>0.8.1-1.3</comixed.version>
<comixed.version>0.8.1-1.4</comixed.version>
<maven-git-code-format.version>2.4</maven-git-code-format.version>
<java-version>12</java-version>
</properties>
Expand Down

0 comments on commit 29a2f93

Please sign in to comment.