Skip to content

Commit

Permalink
Merge pull request #607 from kagemomiji/issue603-bump-up-version
Browse files Browse the repository at this point in the history
#603 Bump up version edge-version to 11.1.5
  • Loading branch information
kagemomiji authored Sep 19, 2024
2 parents 1d5e307 + 60b34c2 commit 787a791
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ body:
label: Version
description: What version of our software are you running?
options:
- 11.1.4-SNAPSHOT (Edge)
- 11.1.5-SNAPSHOT (Edge)
- 11.1.4 (Stable)
- 11.1.3 (Stable)
- 11.1.2 (Stable)
- 11.1.1 (Stable)
Expand Down
2 changes: 1 addition & 1 deletion airsonic-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.airsonic.player</groupId>
<artifactId>airsonic</artifactId>
<version>11.1.4-SNAPSHOT</version>
<version>11.1.5-SNAPSHOT</version>
</parent>

<artifactId>airsonic-main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion airsonic-sonos-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.airsonic.player</groupId>
<artifactId>airsonic</artifactId>
<version>11.1.4-SNAPSHOT</version>
<version>11.1.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions install/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<relativePath>../../pom.xml</relativePath>
<artifactId>airsonic</artifactId>
<version>11.1.4-SNAPSHOT</version>
<version>11.1.5-SNAPSHOT</version>
<groupId>org.airsonic.player</groupId>
</parent>
<packaging>pom</packaging>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.airsonic.player</groupId>
<artifactId>airsonic-main</artifactId>
<version>11.1.4-SNAPSHOT</version>
<version>11.1.5-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.airsonic.player</groupId>
<artifactId>airsonic</artifactId>
<version>11.1.4-SNAPSHOT</version>
<version>11.1.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.airsonic.player</groupId>
<artifactId>airsonic</artifactId>
<version>11.1.4-SNAPSHOT</version>
<version>11.1.5-SNAPSHOT</version>
<name>Airsonic</name>
<packaging>pom</packaging>
<organization>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.airsonic.player</groupId>
<artifactId>airsonic</artifactId>
<version>11.1.4-SNAPSHOT</version>
<version>11.1.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 787a791

Please sign in to comment.