Skip to content

Commit

Permalink
Changed the release version to v0.10.2-1.0 [#920]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Oct 13, 2021
1 parent dd99219 commit d8453ac
Show file tree
Hide file tree
Showing 25 changed files with 90 additions and 90 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: false
prerelease: true
title: Changes For 0.10.1-2.0
title: Changes For 0.10.2-1.0
files: |
release/comixed-release-0.10.1-2.0-RELEASE.zip
release/comixed-release-0.10.2-1.0-RELEASE.zip
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
workdir: ./docker
tags: "latest,0.10.1-2.0"
tags: "latest,0.10.2-1.0"
6 changes: 3 additions & 3 deletions comixed-adaptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-adaptors</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<name>comixed-adaptors</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-repositories</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down
14 changes: 7 additions & 7 deletions comixed-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-app</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<name>comixed-app</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand All @@ -21,27 +21,27 @@
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-plugins</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-batch</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-http</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-rest</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-webui</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
6 changes: 3 additions & 3 deletions comixed-auditlog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-auditlog</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<name>comixed-auditlog</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions comixed-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-auth</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<name>comixed-auth</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
</dependencies>
</project>
10 changes: 5 additions & 5 deletions comixed-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-batch</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<name>comixed-batch</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -26,17 +26,17 @@
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-model</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-adaptors</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
</dependencies>
</project>
10 changes: 5 additions & 5 deletions comixed-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-http</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<name>comixed-http</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-model</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-auth</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions comixed-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-messaging</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<name>comixed-messaging</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-model</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions comixed-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-model</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<name>comixed-model</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions comixed-opds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-opds</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<name>comixed-opds</name>
<url>http://www.comixedproject.org</url>
<dependencies>
Expand All @@ -23,17 +23,17 @@
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-auth</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-auditlog</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions comixed-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-plugins</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</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.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion comixed-release/build-installer.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off

jar xvf ..\release\comixed-release-0.10.1-2.0-local.zip
jar xvf ..\release\comixed-release-0.10.2-1.0-local.zip
"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" src\main\windows\installer.iss
20 changes: 10 additions & 10 deletions comixed-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-release</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
<name>comixed-release</name>
<url>http://maven.apache.org</url>
<properties>
Expand All @@ -21,42 +21,42 @@
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-model</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-repositories</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-adaptors</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-scrapers</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-plugins</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-rest</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
<dependency>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-app</artifactId>
<version>0.10.1-2.0</version>
<version>0.10.2-1.0</version>
</dependency>
</dependencies>
<build>
Expand Down
10 changes: 5 additions & 5 deletions comixed-release/src/main/windows/installer.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
AppName=ComiXed
AppVersion=0.10.1-2.0
AppVersion=0.10.2-1.0
AppPublisher=The ComiXed Project
AppPublisherURL=http://www.comixedproject.org/
AppCopyright=Copyright (C) 2017,2021, The ComiXedProject
Expand All @@ -10,13 +10,13 @@ WizardStyle=modern
Compression=lzma2
SolidCompression=yes
ArchitecturesInstallIn64BitMode=x64
LicenseFile=..\..\..\comixed-release-0.10.1-2.0\LICENSE
LicenseFile=..\..\..\comixed-release-0.10.2-1.0\LICENSE
OutputDir=..\..\..\target\
OutputBaseFilename=comixed-0.10.1-2.0
OutputBaseFilename=comixed-0.10.2-1.0

[Files]
Source: "..\..\..\comixed-release-0.10.1-2.0\bin\run.bat"; DestDir: "{app}\bin"
Source: "..\..\..\comixed-release-0.10.1-2.0\bin\comixed-app-0.10.1-2.0.jar"; DestDir: "{app}\bin"
Source: "..\..\..\comixed-release-0.10.2-1.0\bin\run.bat"; DestDir: "{app}\bin"
Source: "..\..\..\comixed-release-0.10.2-1.0\bin\comixed-app-0.10.2-1.0.jar"; DestDir: "{app}\bin"

[Icons]
Name: "{group}\ComiXed"; Filename: "{app}\bin\run.bat"

0 comments on commit d8453ac

Please sign in to comment.