Skip to content

Commit

Permalink
Update to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp@gmx.de authored and theotherp@gmx.de committed Jan 6, 2018
1 parent e12615e commit f0c77d5
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.0.5
Note: Make migration a bit more stable
Note: Make sure wrapper is started from correct folder

### v1.0.4
Note: So many fixes

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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</version>

<modules>
<module>shared</module>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Download the [latest release of NZBHydra2](https://github.com/theotherp/nzbhydra
* On windows you can either start "NZBHydra2.exe" which will add a tray icon (give it some time) or "NZBHydra2 Console.exe" which will open a console window.
* On linux start "nzbhydra2"
* On Mac: No idea, I don't have one. If you have found out please tell me.
* If you cannot run the executables for some reason there's another way: The executables are just compiled python. Download [nzbhydra2wrapper.py](https://github.com/theotherp/nzbhydra2/blob/master/other/wrapper/nzbhydra2wrapper.py), put it in the main NZBHydra folder and start it
* If you cannot run the executables for some reason there's another way: The executables are just compiled python. Download [nzbhydra2wrapper.py](https://raw.githubusercontent.com/theotherp/nzbhydra2/master/other/wrapper/nzbhydra2wrapper.py), put it in the main NZBHydra folder and start it

After a while your browser should open to http://127.0.0.1:5076

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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

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

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

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

<dependency>
Expand Down

0 comments on commit f0c77d5

Please sign in to comment.