Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
1.1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 29, 2017
1 parent b89849a commit a66e0ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Get it using Maven:
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>charles</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

or take the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/charles/1.1.0/charles-1.1.0-jar-with-dependencies.jar">fat</a> jar.
or take the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/charles/1.1.1/charles-1.1.1-jar-with-dependencies.jar">fat</a> jar.
### Under the hood

Charles is powered by [Selenium WebDriver](http://www.seleniumhq.org/projects/webdriver/).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.amihaiemil.web</groupId>
<artifactId>charles</artifactId>
<version>1.1.1-SNAPSHOT</version><!--rrv-sed-flag-->
<version>1.1.2-SNAPSHOT</version><!--rrv-sed-flag-->
<packaging>jar</packaging>
<properties>
<jacksonVersion>2.7.4</jacksonVersion>
Expand Down

0 comments on commit a66e0ce

Please sign in to comment.