Skip to content

Commit 243616a

Browse files
committed
prepare version 1.1.0
1 parent df30631 commit 243616a

11 files changed

Lines changed: 17 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog 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

Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

Customer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)

Staff/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

doc

Submodule doc updated from 61585dc to 858597d

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -65,17 +65,17 @@
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>

release/bundle-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
STAFF_TOOL="StaffSupportTool"
2020
CUSTOMER_TOOL="CustomerSupportTool"
21-
VERSION="1.1-SNAPSHOT"
21+
VERSION="1.1.0"
2222

2323
MAKESELF="makeself"
2424
DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) && pwd )

release/bundle-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
STAFF_TOOL="StaffSupportTool"
2020
CUSTOMER_TOOL="CustomerSupportTool"
21-
VERSION="1.1-SNAPSHOT"
21+
VERSION="1.1.0"
2222

2323
MAKESELF="makeself"
2424
DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) && pwd )

release/bundle-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
STAFF_TOOL="StaffSupportTool"
2020
CUSTOMER_TOOL="CustomerSupportTool"
21-
VERSION="1.1-SNAPSHOT"
21+
VERSION="1.1.0"
2222

2323
WINE="$(which "wine")"
2424
WINEPATH="$(which "winepath")"

0 commit comments

Comments
 (0)