[ci skip]prepare release v1.2.4

This commit is contained in:
GitHub Actions
2022-10-21 18:14:30 +00:00
parent 05182a8f3e
commit 8fc5f3d62c
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>gameyfin</artifactId>
<groupId>de.grimsi</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<artifactId>gameyfin-backend</artifactId>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent>
<artifactId>gameyfin</artifactId>
<groupId>de.grimsi</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+5 -5
View File
@@ -1,11 +1,10 @@
<?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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.grimsi</groupId>
<artifactId>gameyfin</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
<name>gameyfin</name>
<description>gameyfin</description>
@@ -20,14 +19,15 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.4</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<scm>
<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>
</scm>
<tag>v1.2.4</tag>
</scm>
<properties>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>