diff --git a/README.rest b/README.rest index 567337c..f419a64 100644 --- a/README.rest +++ b/README.rest @@ -2,12 +2,35 @@ jrobotremoteserver ****************** -jrobotremoteserver is a `remote server `_ for `Robot Framework `_ implemented in Java. +jrobotremoteserver is a `remote server `_ for `Robot Framework `_ implemented in Java. -Documentation can be found on the project `wiki `_. +Documentation can be found on the project `wiki `_. The original jrobotremoteserver can be found on `Google Code `_. +Importing +--------- + +New version: + +.. code:: xml + + + org.robotframework + jrobotremoteserver + 4.0.0 + + +Old version + +.. code:: xml + + + com.github.ombre42 + jrobotremoteserver + 3.0 + + License ------- diff --git a/pom.xml b/pom.xml index abe6149..7590101 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - com.github.robotframework + org.robotframework jrobotremoteserver - 4.0.0-SNAPSHOT + 4.0.0 jar jrobotremoteserver Serves remote test libraries for Robot Framework that are implemented in Java.