Skip to content

Commit 3160a4c

Browse files
committed
prepare version 1.1.1
1 parent 2bfc442 commit 3160a4c

10 files changed

Lines changed: 14 additions & 14 deletions

File tree

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.0</version>
10+
<version>1.1.1</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.0</version>
10+
<version>1.1.1</version>
1111
</parent>
1212

1313
<artifactId>RemoteSupportTool-Customer</artifactId>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Remote Support Tool 1.1.0
1+
Remote Support Tool 1.1.1
22
=========================
33

44
*Remote Support Tool* is an easy single click solution for remote maintenance.

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.0</version>
10+
<version>1.1.1</version>
1111
</parent>
1212

1313
<artifactId>RemoteSupportTool-Staff</artifactId>

doc

Submodule doc updated from 858597d to e8fb3be

pom.xml

Lines changed: 5 additions & 5 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.0</version>
9+
<version>1.1.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>RemoteSupportTool</name>
@@ -44,7 +44,7 @@
4444

4545
<properties>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
47-
<launch4j.buildVersion>1.1.0.0</launch4j.buildVersion>
47+
<launch4j.buildVersion>1.1.1.0</launch4j.buildVersion>
4848
<launch4j.downloadUrl>https://github.com/OpenIndex/RemoteSupportTool/releases/latest</launch4j.downloadUrl>
4949
<launch4j.supportUrl>https://github.com/OpenIndex/RemoteSupportTool/issues</launch4j.supportUrl>
5050
<version.commons-io>2.6</version.commons-io>
@@ -65,17 +65,17 @@
6565
<dependency>
6666
<groupId>de.openindex.support</groupId>
6767
<artifactId>RemoteSupportTool-Core</artifactId>
68-
<version>1.1.0</version>
68+
<version>1.1.1</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>de.openindex.support</groupId>
7272
<artifactId>RemoteSupportTool-Customer</artifactId>
73-
<version>1.1.0</version>
73+
<version>1.1.1</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>de.openindex.support</groupId>
7777
<artifactId>RemoteSupportTool-Staff</artifactId>
78-
<version>1.1.0</version>
78+
<version>1.1.1</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.0"
21+
VERSION="1.1.1"
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.0"
21+
VERSION="1.1.1"
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.0"
21+
VERSION="1.1.1"
2222

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

release/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.0</version>
10+
<version>1.1.1</version>
1111
</parent>
1212

1313
<artifactId>release</artifactId>

0 commit comments

Comments
 (0)