Skip to content

Commit

Permalink
Update to 3.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Dec 6, 2021
1 parent 42f0826 commit 89e96ef
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 55 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v3.18.3 (2021-12-06)

**Fix** Added nzbgeek to the list of indexers which don't support movie/tvsearch searches without IDs.



### v3.18.2 (2021-12-06)

**Fix** Some indexers do not support movie/tvsearch type queries without IDs but with word based queries (I know of nzbplanet and dognzb). For these indexers the search type is automatically switched to search when no IDs but a word query is given.
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</dependency>

<!-- spring (boot) -->
Expand Down
70 changes: 30 additions & 40 deletions core/src/main/resources/changelog.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,32 @@
[
{
"version": "v3.18.3",
"changes": [
{
"type": "fix",
"text": "Added nzbgeek to the list of indexers which don't support movie/tvsearch searches without IDs."
}
],
"final": true
},
{
"version": "v3.18.2",
"date": "2021-12-06",
"changes": [
{
"type": "fix",
"text": "Some indexers do not support movie/tvsearch type queries without IDs but with word based queries (I know of nzbplanet and dognzb). For these indexers the search type is automatically switched to search when no IDs but a word query is given."
}
],
"final": true
},
{
"version": "v3.18.1",
"date": "2021-12-01",
"changes": [
{
"type": "fix",
"text": "Fix exception when unexpected java version is found. Why the fuck does every JDK have to have its own version format?"
}
],
"final": true
},
{
"version": "v3.18.0",
"date": "2021-11-27",
"changes": [
{
"type": "fix",
[ {
"version" : "v3.18.3",
"date" : "2021-12-06",
"changes" : [ {
"type" : "fix",
"text" : "Added nzbgeek to the list of indexers which don't support movie/tvsearch searches without IDs."
} ],
"final" : true
}, {
"version" : "v3.18.2",
"date" : "2021-12-06",
"changes" : [ {
"type" : "fix",
"text" : "Some indexers do not support movie/tvsearch type queries without IDs but with word based queries (I know of nzbplanet and dognzb). For these indexers the search type is automatically switched to search when no IDs but a word query is given."
} ],
"final" : true
}, {
"version" : "v3.18.1",
"date" : "2021-12-01",
"changes" : [ {
"type" : "fix",
"text" : "Fix exception when unexpected java version is found. Why the fuck does every JDK have to have its own version format?"
} ],
"final" : true
}, {
"version" : "v3.18.0",
"date" : "2021-11-27",
"changes" : [ {
"type" : "fix",
"text" : "Make sure that when the NZBHydra API is accessed with a duplicate /api in the URL this is not interpreted as wanting to only use an indexer with the name \"api\"."
}, {
"type" : "feature",
Expand Down Expand Up @@ -3386,4 +3376,4 @@
"text" : "First public release. Welcome!"
} ],
"final" : true
} ]
} ]
2 changes: 1 addition & 1 deletion other/mockserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<packaging>pom</packaging>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>

<modules>
<module>shared</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/linux-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</parent>

<artifactId>linux-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions releases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</parent>

<artifactId>releases</artifactId>
<packaging>pom</packaging>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>

<modules>
<module>windows-release</module>
Expand Down
4 changes: 2 additions & 2 deletions releases/windows-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>releases</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</parent>

<artifactId>windows-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion shared/mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>shared</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</parent>

<artifactId>mapping</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</parent>

<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>

<modules>
<module>mapping</module>
Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
</parent>

<artifactId>tests</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.18.3</version>
<exclusions>
<exclusion>
<artifactId>okhttp</artifactId>
Expand Down

0 comments on commit 89e96ef

Please sign in to comment.