Update to 8.4.2-SNAPSHOT
Some checks failed
system-test / waitForNative (push) Has been cancelled
system-test / buildMockserver (push) Has been cancelled
system-test / runSystemTestsLinux (map[name:core port:5076]) (push) Has been cancelled
system-test / runSystemTestsLinux (map[name:v1Migration port:5077]) (push) Has been cancelled
system-test / runSystemTestsWindows (push) Has been cancelled

This commit is contained in:
TheOtherP 2026-02-01 08:55:22 +01:00
parent 01b0d0e451
commit b3490a4cc8
13 changed files with 22 additions and 22 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>core</artifactId>
@ -100,12 +100,12 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>release-parser</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</dependency>
<!-- spring (boot) -->

View File

@ -59,7 +59,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>jaxb-impl</artifactId>

View File

@ -4,7 +4,7 @@
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<packaging>pom</packaging>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
<modules>
<module>shared</module>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>generic-release</artifactId>
@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>linux-amd64-release</artifactId>
@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>linux-arm64-release</artifactId>
@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>releases</artifactId>
<packaging>pom</packaging>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
<modules>
<module>generic-release</module>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>windows-release</artifactId>
@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>mapping</artifactId>

View File

@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
<modules>
<module>mapping</module>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>release-parser</artifactId>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<artifactId>tests</artifactId>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>tests</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</parent>
<groupId>org.nzbhydra.tests</groupId>
@ -87,7 +87,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>8.4.1</version>
<version>8.4.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>