Skip to content

Commit 996807b

Browse files
committed
Update to 1.2.3
1 parent b2fd962 commit 996807b

File tree

10 files changed

+16
-13
lines changed

10 files changed

+16
-13
lines changed

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v1.2.3
2+
Fix: Prevent session timeout
3+
14
### v1.2.2
25
Note: I've added debug logging to the wrapper for better, well, debugging of problems related to updating. To enable debug logging create a file DEBUG in the data folder and restart the program. As before, any non-docker installations will need to update the wrapper files manually. I'm working on a better solution.
36
Fix: Adding binsearch/NZBIndex/anizb would fail the connection check

core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.nzbhydra</groupId>
77
<artifactId>nzbhydra2</artifactId>
8-
<version>1.2.3-SNAPSHOT</version>
8+
<version>1.2.3</version>
99
</parent>
1010

1111
<artifactId>core</artifactId>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.nzbhydra</groupId>
8585
<artifactId>mapping</artifactId>
86-
<version>1.2.3-SNAPSHOT</version>
86+
<version>1.2.3</version>
8787
</dependency>
8888

8989
<!-- spring (boot) -->

other/mockserver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.nzbhydra</groupId>
4747
<artifactId>mapping</artifactId>
48-
<version>1.2.3-SNAPSHOT</version>
48+
<version>1.2.3</version>
4949
</dependency>
5050

5151
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.nzbhydra</groupId>
55
<artifactId>nzbhydra2</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.2.3-SNAPSHOT</version>
7+
<version>1.2.3</version>
88

99
<modules>
1010
<module>shared</module>

releases/linux-release/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.nzbhydra</groupId>
77
<artifactId>releases</artifactId>
8-
<version>1.2.3-SNAPSHOT</version>
8+
<version>1.2.3</version>
99
</parent>
1010

1111
<artifactId>linux-release</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.nzbhydra</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.2.3-SNAPSHOT</version>
18+
<version>1.2.3</version>
1919
</dependency>
2020
</dependencies>
2121

releases/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.nzbhydra</groupId>
66
<artifactId>nzbhydra2</artifactId>
7-
<version>1.2.3-SNAPSHOT</version>
7+
<version>1.2.3</version>
88
</parent>
99

1010
<artifactId>releases</artifactId>

releases/windows-release/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.nzbhydra</groupId>
77
<artifactId>releases</artifactId>
8-
<version>1.2.3-SNAPSHOT</version>
8+
<version>1.2.3</version>
99
</parent>
1010

1111
<artifactId>windows-release</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.nzbhydra</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.2.3-SNAPSHOT</version>
18+
<version>1.2.3</version>
1919
</dependency>
2020
</dependencies>
2121

shared/mapping/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.nzbhydra</groupId>
77
<artifactId>shared</artifactId>
8-
<version>1.2.3-SNAPSHOT</version>
8+
<version>1.2.3</version>
99
</parent>
1010

1111
<artifactId>mapping</artifactId>

shared/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.nzbhydra</groupId>
66
<artifactId>nzbhydra2</artifactId>
7-
<version>1.2.3-SNAPSHOT</version>
7+
<version>1.2.3</version>
88
</parent>
99

1010
<artifactId>shared</artifactId>

tests/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.nzbhydra</groupId>
77
<artifactId>nzbhydra2</artifactId>
8-
<version>1.2.3-SNAPSHOT</version>
8+
<version>1.2.3</version>
99
</parent>
1010

1111
<artifactId>tests</artifactId>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.nzbhydra</groupId>
3333
<artifactId>core</artifactId>
34-
<version>1.2.3-SNAPSHOT</version>
34+
<version>1.2.3</version>
3535
</dependency>
3636

3737
<dependency>

0 commit comments

Comments
 (0)