Skip to content

Commit

Permalink
Release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Fi committed Jul 11, 2018
1 parent db0a74c commit 480dd04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Robot Framework's library to test REST interfaces.
Library is mostly following structure of [Requests-library](https://github.com/bulkan/robotframework-requests).

* More information about this library can be found in the
[Keyword Documentation](http://central.maven.org/maven2/com/github/hi-fi/robotframework-httprequestlibrary/0.0.9/robotframework-httprequestlibrary-0.0.9.html).
[Keyword Documentation](http://central.maven.org/maven2/com/github/hi-fi/robotframework-httprequestlibrary/0.0.10/robotframework-httprequestlibrary-0.0.10.html).
* For keyword completion in RIDE you can download this
[Library Specs](http://central.maven.org/maven2/com/github/hi-fi/robotframework-httprequestlibrary/0.0.9/robotframework-httprequestlibrary-0.0.9.xml)
[Library Specs](http://central.maven.org/maven2/com/github/hi-fi/robotframework-httprequestlibrary/0.0.10/robotframework-httprequestlibrary-0.0.10.xml)
and place it in your PYTHONPATH.

Usage
Expand All @@ -20,12 +20,12 @@ your pom.xml:
<dependency>
<groupId>com.github.hi-fi</groupId>
<artifactId>robotframework-httprequestlibrary</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>
</dependency>

With Gradle, library can be use by importing it as a dependency in build.gradle:

runtime('com.github.hi-fi:robotframework-httprequestlibrary:0.0.9')
runtime('com.github.hi-fi:robotframework-httprequestlibrary:0.0.10')

Library import in Robot tests can be done with:

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.hi-fi</groupId>
<artifactId>robotframework-httprequestlibrary</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.10</version>
<packaging>jar</packaging>

<name>robotframework-httprequestlibrary</name>
Expand Down Expand Up @@ -87,27 +87,27 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
<version>3.7</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.7</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.7</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit 480dd04

Please sign in to comment.