Skip to content

Commit bd19918

Browse files
authored
Merge pull request #29 from Hi-Fi/release/0.0.4
Release/0.0.4
2 parents a688e1c + 5d25b54 commit bd19918

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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.hi-fi</groupId>
55
<artifactId>remotesikulilibrary</artifactId>
6-
<version>0.0.4-SNAPSHOT</version>
6+
<version>0.0.4</version>
77
<packaging>jar</packaging>
88

99
<name>robotframework-remotesikulilibrary</name>
@@ -45,7 +45,7 @@
4545

4646
<properties>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
48-
<keywords.class>com.github.hi_fi.remotesikulilibrary.RemoteSikuliLibrary</keywords.class>
48+
<keywords.class>RemoteSikuliLibrary</keywords.class>
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5050
<powermock.version>1.6.5</powermock.version>
5151
</properties>
@@ -345,7 +345,7 @@
345345
<classpath />
346346
<argument>org.robotframework.remoteserver.RemoteServer</argument>
347347
<argument>--library</argument>
348-
<argument>com.github.hi_fi.remotesikulilibrary.RemoteSikuliLibrary:/</argument>
348+
<argument>RemoteSikuliLibrary:/</argument>
349349
<argument>--port</argument>
350350
<argument>62022</argument>
351351
</arguments>

src/test/robotframework/acceptance/common.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Log results and kill process
99
Terminate All Processes
1010

1111
Start test server
12-
${process} Start Process java -cp ${maven.runtime.classpath} org.robotframework.remoteserver.RemoteServer --library com.github.hi_fi.remotesikulilibrary.RemoteSikuliLibrary:/ --port 62022
12+
${process} Start Process java -cp ${maven.runtime.classpath} org.robotframework.remoteserver.RemoteServer --library RemoteSikuliLibrary:/ --port 62022
1313
Set Test Variable ${testServer} ${process}
1414

1515
Start test application

0 commit comments

Comments
 (0)