Skip to content

Commit

Permalink
Prepare for release 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mparvu committed Oct 27, 2020
1 parent 07fff56 commit 73d0077
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.robotframework</groupId>
<artifactId>remoteswinglibrary</artifactId>
<version>2.2.6</version>
<version>2.2.7</version>
<packaging>jar</packaging>

<name>robotframework-remoteswinglibrary</name>
Expand Down Expand Up @@ -40,12 +40,12 @@
<dependency>
<groupId>org.robotframework</groupId>
<artifactId>jrobotremoteserver</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.robotframework</groupId>
<artifactId>swinglibrary</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.robotframework</groupId>
Expand Down Expand Up @@ -146,7 +146,7 @@
<plugin>
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 73d0077

Please sign in to comment.