Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
Fixes #46

Fixes #34

Fixes #30
  • Loading branch information
Hi-Fi committed Jan 14, 2020
1 parent 11bb615 commit c998b0d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
27 changes: 25 additions & 2 deletions README.rest
Expand Up @@ -2,12 +2,35 @@
jrobotremoteserver
******************

jrobotremoteserver is a `remote server <https://code.google.com/p/robotframework/wiki/RemoteLibrary>`_ for `Robot Framework <http://robotframework.googlecode.com/>`_ implemented in Java.
jrobotremoteserver is a `remote server <https://code.google.com/p/robotframework/wiki/RemoteLibrary>`_ for `Robot Framework <http://robotframework.org/>`_ implemented in Java.

Documentation can be found on the project `wiki <https://github.com/ombre42/jrobotremoteserver/wiki>`_.
Documentation can be found on the project `wiki <https://github.com/robotframework/jrobotremoteserver/wiki>`_.

The original jrobotremoteserver can be found on `Google Code <http://code.google.com/p/jrobotremoteserver/>`_.

Importing
---------

New version:

.. code:: xml
<dependency>
<groupId>org.robotframework</groupId>
<artifactId>jrobotremoteserver</artifactId>
<version>4.0.0</version>
</dependency>
Old version

.. code:: xml
<dependency>
<groupId>com.github.ombre42</groupId>
<artifactId>jrobotremoteserver</artifactId>
<version>3.0</version>
</dependency>
License
-------

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
@@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.robotframework</groupId>
<groupId>org.robotframework</groupId>
<artifactId>jrobotremoteserver</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<name>jrobotremoteserver</name>
<description>Serves remote test libraries for Robot Framework that are implemented in Java.</description>
Expand Down

0 comments on commit c998b0d

Please sign in to comment.