Skip to content

Commit 6c78eb4

Browse files
committed
- upgrade to xtend 2.14 (final)
- prepare release 2.14
1 parent e3c2e52 commit 6c78eb4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
0.2.4-snapshot:
1+
0.2.4:
22
Bugfixes:
33
- buxfix epg search configuration. Init Logger failed
44
- code cleanup
55
- compatibility with VDR <= 2.3.3 (command LSTC :ids and PING)
66

77
New:
8-
- upgrade to xtend 2.14.0-RC1
8+
- upgrade to xtend 2.14.0
99
- upgrade to Vaadin 8.4.2
1010

1111
0.2.3:

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
apply plugin: 'war'
99

1010
group 'jonglisto-ng'
11-
version '0.2.4-snapshot'
11+
version '0.2.4'
1212

1313
sourceCompatibility = "1.8"
1414
targetCompatibility = "1.8"

docker/runtime-tomee/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x \
1818
&& mkdir /etc/jonglisto \
1919
&& mkdir /var/jonglisto-ng \
2020

21-
&& curl -fSL https://github.com/Zabrimus/jonglisto-ng/releases/download/v0.2.3/jonglisto-ng-0.2.3.tar.gz -o /tmp/jonglisto-ng.tar.gz \
21+
&& curl -fSL https://github.com/Zabrimus/jonglisto-ng/releases/download/v0.2.4/jonglisto-ng-0.2.4.tar.gz -o /tmp/jonglisto-ng.tar.gz \
2222
&& cd /tmp \
2323
&& tar -zxf jonglisto-ng.tar.gz \
2424
&& mv jonglisto-ng*war /usr/local/tomee/webapps/jonglisto-ng.war \

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ext {
66
commons : '3.5', // Apache commons lang DO NOT UPGRADE, if not upgraded in TomEE
77
beanutils : '1.9.3', // Apache commons beanutils DO NOT UPGRADE, if not upgraded in TomEE
88
collections : '3.2.2', // Apache commons collections DO NOT UPGRADE, if not upgraded in TomEE
9-
xtend : '2.14.0.RC1', // xtend
9+
xtend : '2.14.0', // xtend
1010
gson : '2.8.4', // Google gson
1111
sanitizer : '20171016.1', // OWASP Java HTML sanitizer
1212
guava : '25.0-jre', // Google guava

0 commit comments

Comments
 (0)