Skip to content

Commit 13be834

Browse files
committed
Changed the release version to v2.3.11 [#2254]
1 parent 5e6650d commit 13be834

File tree

25 files changed

+90
-90
lines changed

25 files changed

+90
-90
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3434
draft: false
3535
prerelease: true
36-
title: Changes For 2.3.10
36+
title: Changes For 2.3.11
3737
files: |
38-
comixed-release-2.3.10.zip
38+
comixed-release-2.3.11.zip
3939
4040
build-windows-installer:
4141
name: Build Windows installer
@@ -64,6 +64,6 @@ jobs:
6464
uses: svenstaro/upload-release-action@v2
6565
with:
6666
repo_token: "${{ secrets.GITHUB_TOKEN }}"
67-
file: "ComiXed 2.3.10 Installer.exe"
67+
file: "ComiXed 2.3.11 Installer.exe"
6868
prerelease: true
6969
overwrite: true

.github/workflows/publish-to-docker-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
file: ./docker/Dockerfile
3232
platforms: linux/amd64,linux/arm64
3333
push: true
34-
tags: comixed/comixed:latest,comixed/comixed:2.3.10
34+
tags: comixed/comixed:latest,comixed/comixed:2.3.11

comixed-adaptors/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.comixedproject</groupId>
88
<artifactId>comixed</artifactId>
9-
<version>2.3.10</version>
9+
<version>2.3.11</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<groupId>org.comixedproject</groupId>
1313
<artifactId>comixed-adaptors</artifactId>
14-
<version>2.3.10</version>
14+
<version>2.3.11</version>
1515
<name>comixed-adaptors</name>
1616
<url>http://maven.apache.org</url>
1717
<dependencies>
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>org.comixedproject</groupId>
2424
<artifactId>comixed-model</artifactId>
25-
<version>2.3.10</version>
25+
<version>2.3.11</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.comixedproject</groupId>
2929
<artifactId>comixed-repositories</artifactId>
30-
<version>2.3.10</version>
30+
<version>2.3.11</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.apache.tika</groupId>

comixed-app/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>org.comixedproject</groupId>
88
<artifactId>comixed</artifactId>
9-
<version>2.3.10</version>
9+
<version>2.3.11</version>
1010
</parent>
1111
<groupId>org.comixedproject</groupId>
1212
<artifactId>comixed-app</artifactId>
13-
<version>2.3.10</version>
13+
<version>2.3.11</version>
1414
<name>comixed-app</name>
1515
<url>http://www.comixedproject.org</url>
1616
<dependencies>
@@ -25,27 +25,27 @@
2525
<dependency>
2626
<groupId>org.comixedproject</groupId>
2727
<artifactId>comixed-plugins</artifactId>
28-
<version>2.3.10</version>
28+
<version>2.3.11</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.comixedproject</groupId>
3232
<artifactId>comixed-batch</artifactId>
33-
<version>2.3.10</version>
33+
<version>2.3.11</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.comixedproject</groupId>
3737
<artifactId>comixed-http</artifactId>
38-
<version>2.3.10</version>
38+
<version>2.3.11</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.comixedproject</groupId>
4242
<artifactId>comixed-rest</artifactId>
43-
<version>2.3.10</version>
43+
<version>2.3.11</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.comixedproject</groupId>
4747
<artifactId>comixed-webui</artifactId>
48-
<version>2.3.10</version>
48+
<version>2.3.11</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.h2database</groupId>

comixed-auth/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>org.comixedproject</groupId>
88
<artifactId>comixed</artifactId>
9-
<version>2.3.10</version>
9+
<version>2.3.11</version>
1010
</parent>
1111
<groupId>org.comixedproject</groupId>
1212
<artifactId>comixed-auth</artifactId>
13-
<version>2.3.10</version>
13+
<version>2.3.11</version>
1414
<name>comixed-auth</name>
1515
<url>http://maven.apache.org</url>
1616
<dependencies>
@@ -30,12 +30,12 @@
3030
<dependency>
3131
<groupId>org.comixedproject</groupId>
3232
<artifactId>comixed-model</artifactId>
33-
<version>2.3.10</version>
33+
<version>2.3.11</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.comixedproject</groupId>
3737
<artifactId>comixed-services</artifactId>
38-
<version>2.3.10</version>
38+
<version>2.3.11</version>
3939
</dependency>
4040
</dependencies>
4141
</project>

comixed-batch/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.comixedproject</groupId>
88
<artifactId>comixed</artifactId>
9-
<version>2.3.10</version>
9+
<version>2.3.11</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<groupId>org.comixedproject</groupId>
1313
<artifactId>comixed-batch</artifactId>
14-
<version>2.3.10</version>
14+
<version>2.3.11</version>
1515
<name>comixed-batch</name>
1616
<url>http://maven.apache.org</url>
1717
<dependencies>
@@ -26,22 +26,22 @@
2626
<dependency>
2727
<groupId>org.comixedproject</groupId>
2828
<artifactId>comixed-model</artifactId>
29-
<version>2.3.10</version>
29+
<version>2.3.11</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.comixedproject</groupId>
3333
<artifactId>comixed-adaptors</artifactId>
34-
<version>2.3.10</version>
34+
<version>2.3.11</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.comixedproject</groupId>
3838
<artifactId>comixed-services</artifactId>
39-
<version>2.3.10</version>
39+
<version>2.3.11</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.comixedproject</groupId>
4343
<artifactId>comixed-messaging</artifactId>
44-
<version>2.3.10</version>
44+
<version>2.3.11</version>
4545
</dependency>
4646
</dependencies>
4747
</project>

comixed-http/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@
66
<parent>
77
<groupId>org.comixedproject</groupId>
88
<artifactId>comixed</artifactId>
9-
<version>2.3.10</version>
9+
<version>2.3.11</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<groupId>org.comixedproject</groupId>
1313
<artifactId>comixed-http</artifactId>
14-
<version>2.3.10</version>
14+
<version>2.3.11</version>
1515
<name>comixed-http</name>
1616
<url>http://maven.apache.org</url>
1717
<dependencies>
1818
<dependency>
1919
<groupId>org.comixedproject</groupId>
2020
<artifactId>comixed-model</artifactId>
21-
<version>2.3.10</version>
21+
<version>2.3.11</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.comixedproject</groupId>
2525
<artifactId>comixed-services</artifactId>
26-
<version>2.3.10</version>
26+
<version>2.3.11</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.comixedproject</groupId>
3030
<artifactId>comixed-auth</artifactId>
31-
<version>2.3.10</version>
31+
<version>2.3.11</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.springframework.boot</groupId>

comixed-messaging/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<parent>
77
<groupId>org.comixedproject</groupId>
88
<artifactId>comixed</artifactId>
9-
<version>2.3.10</version>
9+
<version>2.3.11</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<groupId>org.comixedproject</groupId>
1313
<artifactId>comixed-messaging</artifactId>
14-
<version>2.3.10</version>
14+
<version>2.3.11</version>
1515
<name>comixed-messaging</name>
1616
<url>http://maven.apache.org</url>
1717
<dependencies>
1818
<dependency>
1919
<groupId>org.comixedproject</groupId>
2020
<artifactId>comixed-model</artifactId>
21-
<version>2.3.10</version>
21+
<version>2.3.11</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
</dependencies>

comixed-metadata/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>org.comixedproject</groupId>
88
<artifactId>comixed</artifactId>
9-
<version>2.3.10</version>
9+
<version>2.3.11</version>
1010
</parent>
1111
<groupId>org.comixedproject</groupId>
1212
<artifactId>comixed-metadata</artifactId>
13-
<version>2.3.10</version>
13+
<version>2.3.11</version>
1414
<name>comixed-metadata</name>
1515
<url>http://www.comixedproject.org</url>
1616
<dependencies>
@@ -27,12 +27,12 @@
2727
<dependency>
2828
<groupId>org.comixedproject</groupId>
2929
<artifactId>comixed-model</artifactId>
30-
<version>2.3.10</version>
30+
<version>2.3.11</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.comixedproject</groupId>
3434
<artifactId>comixed-repositories</artifactId>
35-
<version>2.3.10</version>
35+
<version>2.3.11</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.boot</groupId>

comixed-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>org.comixedproject</groupId>
88
<artifactId>comixed</artifactId>
9-
<version>2.3.10</version>
9+
<version>2.3.11</version>
1010
</parent>
1111
<groupId>org.comixedproject</groupId>
1212
<artifactId>comixed-model</artifactId>
13-
<version>2.3.10</version>
13+
<version>2.3.11</version>
1414
<name>comixed-model</name>
1515
<url>http://www.comixedproject.org</url>
1616
<dependencies>

0 commit comments

Comments
 (0)