Skip to content

Commit

Permalink
+ Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Fi committed Aug 22, 2017
1 parent 587f057 commit 0547d7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-httprequestlibrary/0.0.6/robotframework-httprequestlibrary-0.0.6.html).
[Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-httprequestlibrary/0.0.7/robotframework-httprequestlibrary-0.0.7.html).
* For keyword completion in RIDE you can download this
[Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-httprequestlibrary/0.0.6/robotframework-httprequestlibrary-0.0.6.xml)
[Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-httprequestlibrary/0.0.7/robotframework-httprequestlibrary-0.0.7.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.6</version>
<version>0.0.7</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.6')
runtime('com.github.hi-fi:robotframework-httprequestlibrary:0.0.7')

Library import in Robot tests can be done with:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.hi-fi</groupId>
<artifactId>robotframework-httprequestlibrary</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
<packaging>jar</packaging>

<name>robotframework-httprequestlibrary</name>
Expand Down

0 comments on commit 0547d7a

Please sign in to comment.