Skip to content

Commit

Permalink
Update to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp@gmx.de authored and theotherp@gmx.de committed Jan 7, 2018
1 parent d286286 commit 98095b8
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v1.0.10
Feature: Improve the logging for web exceptions (which are often swallowed which makes debugging harder)
Fix: Name of the category would not update in the category dropdown box on the search page
Fix: Allow searching without a query in the UI

### v1.0.9
Fix: Allow NZBHydra2 to be shown in an iFrame (e.g. organizr)

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>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
</parent>

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

<!-- spring (boot) -->
Expand Down
2 changes: 1 addition & 1 deletion other/mockserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</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>1.0.10-SNAPSHOT</version>
<version>1.0.10</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>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
</parent>

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

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

<artifactId>releases</artifactId>
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>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
</parent>

<artifactId>windows-release</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</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>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
</parent>

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

<artifactId>shared</artifactId>
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>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
</parent>

<artifactId>tests</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>core</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 98095b8

Please sign in to comment.