Skip to content

Commit

Permalink
Changed the development version to 0.8.0-0 [#496]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Mar 1, 2021
1 parent a835acc commit b2a9222
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 30 deletions.
4 changes: 2 additions & 2 deletions comixed-adaptors/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-adaptors</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<name>comixed-adaptors</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions comixed-app/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-app</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<name>comixed-app</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "comixed",
"version": "0.7.1-2.1",
"version": "0.8.0-0",
"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.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
</parent>
<groupId>org.comixedproject</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.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-importer</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<name>comixed-importer</name>
<url>http://www.comixedproject.org</url>
<dependencies>
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.7.1-2.1</version>
<version>0.8.0-0</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-model</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<name>comixed-model</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions comixed-plugins/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-plugins</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<name>comixed-plugins</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
16 changes: 11 additions & 5 deletions comixed-release/pom.xml
Expand Up @@ -6,25 +6,31 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-release</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<name>comixed-release</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-app</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
</dependency>
<!-- dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-importer</artifactId>
<version>0.7.1-2.1</version>
</dependency -->
<version>0.8.0-0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions comixed-repositories/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-repositories</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<name>comixed-repositories</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions comixed-rest-api/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-rest-api</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<name>comixed-rest-api</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions comixed-scrapers/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-scrapers</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<name>comixed-scrapers</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions comixed-services/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<name>comixed-services</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion comixed-tasks/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
</parent>
<groupId>org.comixedproject</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.7.1-2.1
docker tag comixed/comixed comixed/comixed:0.8.0-0
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.7.1-2.1/comixed-release-0.7.1-2.1-GA.zip
RUN wget -q -O comixed-app.zip https://github.com/comixed/comixed/releases/download/v0.8.0-0/comixed-app-0.8.0-0-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.7.1-2.1```
```docker run -it -p 7171:7171/tcp -v /PATH/TO/COMICS:/comic_dir -v /PATH/TO/COMIXDB:/root/.comixed comixed/comixed:0.8.0-0```
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<packaging>pom</packaging>
<version>0.7.1-2.1</version>
<version>0.8.0-0</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand All @@ -16,6 +16,8 @@
<url>http://www.comixedproject.org</url>
<properties>
<assembly.name>local</assembly.name>
<comixed.url>http://www.comixedproject.org</comixed.url>
<comixed.version>0.8.0-0</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 b2a9222

Please sign in to comment.