[ci skip] prepare release v1.4.6

This commit is contained in:
GitHub Actions
2024-04-10 20:34:23 +00:00
parent b3b7d7f9e5
commit f27244c156
3 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>gameyfin</artifactId>
<groupId>de.grimsi</groupId>
<version>1.4.6-SNAPSHOT</version>
<version>1.4.6</version>
</parent>
<artifactId>gameyfin-backend</artifactId>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent>
<artifactId>gameyfin</artifactId>
<groupId>de.grimsi</groupId>
<version>1.4.6-SNAPSHOT</version>
<version>1.4.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+2 -2
View File
@@ -4,7 +4,7 @@
<groupId>de.grimsi</groupId>
<artifactId>gameyfin</artifactId>
<version>1.4.6-SNAPSHOT</version>
<version>1.4.6</version>
<name>gameyfin</name>
<description>gameyfin</description>
@@ -26,7 +26,7 @@
<connection>scm:git:https://github.com/grimsi/gameyfin.git</connection>
<url>scm:git:https://github.com/grimsi/gameyfin.git</url>
<developerConnection>scm:git:https://github.com/grimsi/gameyfin.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.4.6</tag>
</scm>
<properties>