Skip to content

Commit

Permalink
Release 0.0.17
Browse files Browse the repository at this point in the history
To Marketsquare
  • Loading branch information
Hi-Fi committed Sep 17, 2020
1 parent d3023c4 commit 5fd9a88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
Binary file modified DEPENDENCIES.md
Binary file not shown.
14 changes: 7 additions & 7 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](https://repo1.maven.org/maven2/com/github/hi-fi/robotframework-httprequestlibrary/0.0.16/robotframework-httprequestlibrary-0.0.16.html).
[Keyword Documentation](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.17/robotframework-httprequestlibrary-0.0.17.html).
* For keyword completion in RIDE you can download this
[Library Specs](https://repo1.maven.org/maven2/com/github/hi-fi/robotframework-httprequestlibrary/0.0.16/robotframework-httprequestlibrary-0.0.16.xml)
[Library Specs](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.17/robotframework-httprequestlibrary-0.0.17.xml)
and place it in your PYTHONPATH.

Usage
Expand All @@ -18,20 +18,20 @@ use this library by adding the following dependency to
your pom.xml:

<dependency>
<groupId>com.github.hi-fi</groupId>
<groupId>com.github.marketsquare</groupId>
<artifactId>robotframework-httprequestlibrary</artifactId>
<version>0.0.16</version>
<version>0.0.17</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.16')
runtime('com.github.marketsquare:robotframework-httprequestlibrary:0.0.17')

If you are not using any dependency management too, you can use the
[jar-with-dependencies](https://repo1.maven.org/maven2/com/github/hi-fi/robotframework-httprequestlibrary/0.0.16/robotframework-httprequestlibrary-0.0.16-jar-with-dependencies.jar),
[jar-with-dependencies](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.17/robotframework-httprequestlibrary-0.0.17-jar-with-dependencies.jar),
which contains all required libraries. Running tests with that is done with command:

java -jar robotframework-httprequestlibrary-0.0.16-jar-with-dependencies.jar <test directory>
java -jar robotframework-httprequestlibrary-0.0.17-jar-with-dependencies.jar <test directory>

Library import in Robot tests can be done with:

Expand Down
14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<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.MarketSquare</groupId>
<groupId>com.github.marketsquare</groupId>
<artifactId>robotframework-httprequestlibrary</artifactId>
<version>0.0.17-SNAPSHOT</version>
<version>0.0.17</version>
<packaging>jar</packaging>

<name>robotframework-httprequestlibrary</name>
Expand Down Expand Up @@ -362,16 +362,6 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>com.manamind.jgitflow</groupId>
<artifactId>jgitflow-maven-plugin</artifactId>
<version>1.0.0</version>
<configuration>
<pushReleases>true</pushReleases>
<useReleaseProfile>false</useReleaseProfile>
<noDeploy>true</noDeploy>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 5fd9a88

Please sign in to comment.