From 5fd9a889ca514e794336bd06ed273bac3d5ab5fe Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Thu, 17 Sep 2020 13:08:47 +0300 Subject: [PATCH] Release 0.0.17 To Marketsquare --- DEPENDENCIES.md | Bin 4174 -> 1996 bytes README.md | 14 +++++++------- pom.xml | 14 ++------------ 3 files changed, 9 insertions(+), 19 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 00f810d82028f462cc159bb3a2eaf968f3695dec..dbfaf57a3d98b9cd31f18efd85060cae3b0a9e71 100644 GIT binary patch literal 1996 zcmb_cL2uh26u$3QaNJb!X6&@-I8E(VsnW6?(w^EKs7-8A8(fTAMcR+w!!~IWCrS^A z6u^S-d*AzbkB8geH-G+;c`CG4IwuQbNo~zirmg{iPY?ZmnCXdrf$yqSW#;2r^JLt@ zib}p2`%DYxYAat_*|<_YSz%Wsf(Y0&08gZY2EH&OFR8?<)HIW|)S1-jiq>VDE6o#N z5OZgxB%d?65N+vbTBGBafp$c3UcL&_6aIspQUSFT45zW>H%L0%eQ?vqr})8 zwxM|LRiJM)HAw40F`Acf3|y;H1|9zhdFOh#e(THnyIVNxpEZ#%%A)eqb8sn258{B*RZfGV`e`>JTfB8fhFt!JLG>=ME z{rw)yV*7#*T0!5izP*xzM5MD-O9#HVAd|1K)Pi^a0k_XZgrS6eFzhPf@VTkhaYy*R z1Uj#jS=)xozN9Z9+BI$4vBBsyvJ^T`Ixx2K$nb4!X>#oO9B`g2c{fr~t06Q?#_e<* zztN5d2v9NP#^j}M#!N!q7|pvOqB4iH{XYn+7HMd3a||9puh9Q4;5yj4-%7XQT5ffRp->}_TN8WAd0w0pQ#9PCa{+9$WewC*aM8tku6_2V@Q!OVbYCCmtgte~j*jy89CNSH9)o{lIEkVIJ5HbxwF_a(6|7dmdk8K1_zfOG zdVolw9|Q-y-~uuW>Q@8kkcHY#T;o*pGcv}=>_LXhs^AQAUBQ^4oCD7oYmzMdhTMXf zd|Nxgc~f|@ojlfkjP>EexSx4=o$GU{`uM&>x_nhG+&Z+(Onr#a=CQ}TGgoGrr7SMV za@v?{K~{{J!L*=r`90r81Hd(ZM8xNn0kuUa-^R`-!h3y#qG27=3Pz5Zw-wM z`~GY{j(YR|>9ZSC)WzCyx9x=?5oei?|xv1|pHfs+>P&}KQVvh-|!CJS?DaYF) z?(?T;5%td^V&AHWb8@^!%ygdX=!GF{%F~!lOInH6I>L-Xs;wr-Tyf7yn;DP7vuAp#iaN( zQr7vB=1XQ6jxRCJ``5PToKqe-&y(xZJt~gXd2`Db9~ieA;2^^Gah2F}`5d=OyAcr2 zXy>2BDKWi5%M&H>9F=|V%AR#b>BV_{==|^g*YX+Pg&*WC@@5PDH+bHm*GjqRoIjdd z#6gI-9|H~VvsU5k3$2bAC}Vt?g6u{s&k%FG({!W^@*AMM_jJ>$iSrpd{Bq>^73^-x3uLbb`puNx=g9g$%a3)Z 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 - -