Skip to content

Commit

Permalink
updated group_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Tartakynov committed Oct 20, 2015
1 parent 230347b commit 01e1546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the following to your maven configuration or taylor to your own dependency m
```xml
<dependencies>
<dependency>
<groupId>com.2gis</groupId>
<groupId>com.2gis.cartoshka</groupId>
<artifactId>cartoshka</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.2gis</groupId>
<groupId>com.2gis.cartoshka</groupId>
<artifactId>cartoshka</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down

0 comments on commit 01e1546

Please sign in to comment.