Update to 7.19.1

This commit is contained in:
TheOtherP 2025-09-19 06:37:11 +02:00
parent b1f5b02ede
commit 4bdbfa7173
14 changed files with 27 additions and 21 deletions

View File

@ -1,3 +1,9 @@
### v7.19.1 (2025-09-19)
**Fixed** Fixed wrapper scripts failing to launch when customVmOptions is null in config. See <a href="https://github.com/theotherp/nzbhydra2/issues/1016">#1016</a>
### v7.19.0 (2025-09-18)
**Added** Configure external tools once. Sync your indexers to them manually and automatically whenever you change your indexer config. See <a href="https://github.com/theotherp/nzbhydra2/issues/1014">#1014</a>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>7.19.1-SNAPSHOT</version>
<version>7.19.1</version>
</parent>
<artifactId>core</artifactId>
@ -99,7 +99,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>7.19.1-SNAPSHOT</version>
<version>7.19.1</version>
</dependency>
<!-- spring (boot) -->

View File

@ -1 +1 @@
["42b38d8024e310cf3810d0eed600087d1df846a6","b7974b0df350bbf7f1b9cb3bd1a09c523ace6616","ce307e0b8dbf6c7bc9b4f430861bbeacb70b7ca4","7b298e617e29c8b0f757adfce35129c687fb522d"]
["eb41124eee2d6a5cc9e9332e2422b4b803dc1f65","ad2ed37f1addb19fcd39d7b3d2e759f6ebb2d4ff","65bc979f960cbca75a00d7e9ce0cf7a6d2f3cf4f","c8627ef1945c39328b8d8fe9da2ebc55cf1a0162"]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>tests</artifactId>
<version>7.19.1-SNAPSHOT</version>
<version>7.19.1</version>
</parent>
<groupId>org.nzbhydra.tests</groupId>
@ -101,7 +101,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>7.19.1-SNAPSHOT</version>
<version>7.19.1</version>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>