File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog for Remote Support Tool
22=================================
33
4- 1.1.0 (not released yet )
5- ------------------------
4+ 1.1.0 (20 Mar 2019 )
5+ -------------------
66
77- upgrade to Java 11
88- update [ Commons Text] ( https://commons.apache.org/text/ ) library to version 1.6
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >RemoteSupportTool</artifactId >
99 <groupId >de.openindex.support</groupId >
10- <version >1.1-SNAPSHOT </version >
10+ <version >1.1.0 </version >
1111 </parent >
1212
1313 <artifactId >RemoteSupportTool-Core</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >RemoteSupportTool</artifactId >
99 <groupId >de.openindex.support</groupId >
10- <version >1.1-SNAPSHOT </version >
10+ <version >1.1.0 </version >
1111 </parent >
1212
1313 <artifactId >RemoteSupportTool-Customer</artifactId >
Original file line number Diff line number Diff line change 1- Remote Support Tool 1.1-SNAPSHOT
2- ================================
1+ Remote Support Tool 1.1.0
2+ =========================
33
44* Remote Support Tool* is an easy single click solution for remote maintenance.
55
@@ -183,5 +183,5 @@ Further information
183183
184184- [ * Remote Support Tool* at GitHub] ( https://github.com/OpenIndex/RemoteSupportTool )
185185- [ Releases of * Remote Support Tool* ] ( https://github.com/OpenIndex/RemoteSupportTool/releases )
186- - [ Changelog of * Remote Support Tool* ] ( https://github.com/OpenIndex/RemoteSupportTool/blob/develop /CHANGELOG.md )
186+ - [ Changelog of * Remote Support Tool* ] ( https://github.com/OpenIndex/RemoteSupportTool/blob/master /CHANGELOG.md )
187187- [ Documentation of * Remote Support Tool* ] ( https://github.com/OpenIndex/RemoteSupportTool/wiki )
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >RemoteSupportTool</artifactId >
99 <groupId >de.openindex.support</groupId >
10- <version >1.1-SNAPSHOT </version >
10+ <version >1.1.0 </version >
1111 </parent >
1212
1313 <artifactId >RemoteSupportTool-Staff</artifactId >
Original file line number Diff line number Diff line change 66
77 <groupId >de.openindex.support</groupId >
88 <artifactId >RemoteSupportTool</artifactId >
9- <version >1.1-SNAPSHOT </version >
9+ <version >1.1.0 </version >
1010 <packaging >pom</packaging >
1111
1212 <name >RemoteSupportTool</name >
6565 <dependency >
6666 <groupId >de.openindex.support</groupId >
6767 <artifactId >RemoteSupportTool-Core</artifactId >
68- <version >1.1-SNAPSHOT </version >
68+ <version >1.1.0 </version >
6969 </dependency >
7070 <dependency >
7171 <groupId >de.openindex.support</groupId >
7272 <artifactId >RemoteSupportTool-Customer</artifactId >
73- <version >1.1-SNAPSHOT </version >
73+ <version >1.1.0 </version >
7474 </dependency >
7575 <dependency >
7676 <groupId >de.openindex.support</groupId >
7777 <artifactId >RemoteSupportTool-Staff</artifactId >
78- <version >1.1-SNAPSHOT </version >
78+ <version >1.1.0 </version >
7979 </dependency >
8080 <dependency >
8181 <groupId >commons-io</groupId >
Original file line number Diff line number Diff line change 1818
1919STAFF_TOOL=" StaffSupportTool"
2020CUSTOMER_TOOL=" CustomerSupportTool"
21- VERSION=" 1.1-SNAPSHOT "
21+ VERSION=" 1.1.0 "
2222
2323MAKESELF=" makeself"
2424DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) && pwd )
Original file line number Diff line number Diff line change 1818
1919STAFF_TOOL=" StaffSupportTool"
2020CUSTOMER_TOOL=" CustomerSupportTool"
21- VERSION=" 1.1-SNAPSHOT "
21+ VERSION=" 1.1.0 "
2222
2323MAKESELF=" makeself"
2424DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) && pwd )
Original file line number Diff line number Diff line change 1818
1919STAFF_TOOL=" StaffSupportTool"
2020CUSTOMER_TOOL=" CustomerSupportTool"
21- VERSION=" 1.1-SNAPSHOT "
21+ VERSION=" 1.1.0 "
2222
2323WINE=" $( which " wine" ) "
2424WINEPATH=" $( which " winepath" ) "
You can’t perform that action at this time.
0 commit comments