Skip to content

Commit

Permalink
RestClient new version: 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
marianolabarinas committed Jul 25, 2018
1 parent ea3e379 commit e3204d2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ and the dependency itself
<dependency>
<groupId>com.mercadolibre.restclient</groupId>
<artifactId>restclient-default</artifactId>
<version>0.0.10</version>
<version>0.0.18</version>
</dependency>
```

Expand Down Expand Up @@ -349,7 +349,7 @@ You can forget about mock and cache cleanup after each test, if you make your te
<dependency>
<groupId>com.mercadolibre.restclient</groupId>
<artifactId>restclient-core</artifactId>
<version>0.0.10</version>
<version>0.0.18</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
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 @@

<groupId>com.mercadolibre.restclient</groupId>
<artifactId>restclient</artifactId>
<version>0.0.10</version>
<version>0.0.18</version>
<packaging>pom</packaging>

<name>restclient</name>
Expand Down
2 changes: 1 addition & 1 deletion restclient-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.mercadolibre.restclient</groupId>
<artifactId>restclient</artifactId>
<version>0.0.10</version>
<version>0.0.18</version>
</parent>

<artifactId>restclient-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion restclient-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.mercadolibre.restclient</groupId>
<artifactId>restclient</artifactId>
<version>0.0.10</version>
<version>0.0.18</version>
</parent>

<artifactId>restclient-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion restclient-default-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.mercadolibre.restclient</groupId>
<artifactId>restclient</artifactId>
<version>0.0.10</version>
<version>0.0.18</version>
</parent>

<artifactId>restclient-default-parsers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion restclient-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.mercadolibre.restclient</groupId>
<artifactId>restclient</artifactId>
<version>0.0.10</version>
<version>0.0.18</version>
</parent>

<artifactId>restclient-default</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion restclient-httpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.mercadolibre.restclient</groupId>
<artifactId>restclient</artifactId>
<version>0.0.10</version>
<version>0.0.18</version>
</parent>

<artifactId>restclient-httpc</artifactId>
Expand Down

0 comments on commit e3204d2

Please sign in to comment.