Skip to content

Commit 173f9c4

Browse files
committed
Edit pom
1 parent 75dadad commit 173f9c4

File tree

6 files changed

+9
-15
lines changed

6 files changed

+9
-15
lines changed

application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>se.trixon.yaya</groupId>
77
<artifactId>parent</artifactId>
8-
<version>25-SNAPSHOT</version>
8+
<version>25.05</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

branding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>se.trixon.yaya</groupId>
77
<artifactId>parent</artifactId>
8-
<version>25-SNAPSHOT</version>
8+
<version>25.05</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

main/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.trixon.yaya</groupId>
66
<artifactId>parent</artifactId>
7-
<version>25-SNAPSHOT</version>
7+
<version>25.05</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>main</artifactId>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.google.code.gson</groupId>
130130
<artifactId>gson</artifactId>
131-
<version>2.11.0</version>
131+
<version>2.13.1</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.j2html</groupId>

main/src/main/resources/se/trixon/yaya/about.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
app.copyright=\u00a9 2004-2024 Patrik Karlstr\u00f6m
16+
app.copyright=\u00a9 2004-2025 Patrik Karlstr\u00f6m
1717
app.uri=https://trixon.se/projects/yaya/
1818
app.uriTitle=trixon.se/yaya
1919
app.licenseUriTitle=Apache, Version 2.0

packaging/snap/snap/snapcraft.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: yaya
22
title: Yaya
3-
base: core22
3+
base: core24
44
version: 'REPLACE_WITH_VERSION'
55
summary: Yet Another Yahtzee-esque Application
66
description: |
@@ -10,22 +10,17 @@ description: |
1010
1111
Ready, Set, Roll!
1212
grade: stable
13-
architectures: [ amd64 ]
13+
platforms:
14+
amd64:
1415
confinement: strict
1516
icon: snap/gui/yaya.png
1617
license: Apache-2.0
1718
compression: lzo
1819

19-
layout:
20-
/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib:
21-
bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib
22-
2320
apps:
2421
yaya:
2522
command: yaya/bin/yaya
2623
extensions: [gnome]
27-
plugs:
28-
- audio-playback
2924
environment:
3025
ALSA_CONFIG_PATH: $SNAP/etc/asound.conf
3126

@@ -35,7 +30,6 @@ parts:
3530
source: /root/project/Yaya-$SNAPCRAFT_PROJECT_VERSION-linux.zip
3631
source-type: zip
3732
stage-packages:
38-
- libasound2
3933
- libasound2-plugins
4034

4135
config:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>se.trixon.yaya</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>25-SNAPSHOT</version>
13+
<version>25.05</version>
1414
<packaging>pom</packaging>
1515

1616
<name>parent</name>

0 commit comments

Comments
 (0)