diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 00f810d..dbfaf57 100644
Binary files a/DEPENDENCIES.md and b/DEPENDENCIES.md differ
diff --git a/README.md b/README.md
index 43c246c..20b9c69 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -18,20 +18,20 @@ use this library by adding the following dependency to
your pom.xml:
- com.github.hi-fi
+ com.github.marketsquare
robotframework-httprequestlibrary
- 0.0.16
+ 0.0.17
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
+ java -jar robotframework-httprequestlibrary-0.0.17-jar-with-dependencies.jar
Library import in Robot tests can be done with:
diff --git a/pom.xml b/pom.xml
index 03ce90a..4417789 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,8 @@
4.0.0
- com.github.MarketSquare
+ com.github.marketsquare
robotframework-httprequestlibrary
- 0.0.17-SNAPSHOT
+ 0.0.17
jar
robotframework-httprequestlibrary
@@ -362,16 +362,6 @@
true
-
- com.manamind.jgitflow
- jgitflow-maven-plugin
- 1.0.0
-
- true
- false
- true
-
-