Skip to content

Commit f69445c

Browse files
author
mparvu
committed
Prepare for release 2.2.9
1 parent 7c5b926 commit f69445c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>org.robotframework</groupId>
1010
<artifactId>remoteswinglibrary</artifactId>
11-
<version>2.2.8</version>
11+
<version>2.2.9</version>
1212
<packaging>jar</packaging>
1313

1414
<name>robotframework-remoteswinglibrary</name>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.robotframework</groupId>
4747
<artifactId>swinglibrary</artifactId>
48-
<version>2.2.0</version>
48+
<version>2.2.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.robotframework</groupId>
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.robotframework</groupId>
148148
<artifactId>robotframework-maven-plugin</artifactId>
149-
<version>1.7.2</version>
149+
<version>1.8.0</version>
150150
<executions>
151151
<execution>
152152
<goals>

src/main/python/RemoteSwingLibrary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _tobool(value):
115115
return str(value).lower() in ("true", "1", "yes")
116116

117117

118-
__version__ = '2.2.8'
118+
__version__ = '2.2.9'
119119

120120

121121
class RemoteSwingLibrary(object):

0 commit comments

Comments
 (0)