Skip to content

Commit

Permalink
Updated README.md:
Browse files Browse the repository at this point in the history
* Removed warning message about development version
* Removed snapshots repository configuration
  • Loading branch information
Roman Nyukhalov authored and Roman Nyukhalov committed Dec 17, 2015
1 parent 2fd3774 commit 0c9377b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Expand Up @@ -14,21 +14,8 @@
* Single jar with no additional dependencies

## Setup
WARNING: It's a development version and it may not work as expected.

Add the following to your maven configuration or taylor to your own dependency management system.
```xml
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
```
```xml
<dependencies>
<dependency>
<groupId>com.2gis.cartoshka</groupId>
Expand Down

0 comments on commit 0c9377b

Please sign in to comment.