1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-25 16:01:38 +03:00

Merge pull request #6 from square/jwilson/group

Use Square's regular groupId for okhttp.
This commit is contained in:
Jake Wharton
2012-07-23 15:15:20 -07:00

View File

@@ -23,7 +23,7 @@
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.squareup.okhttp</groupId>
<groupId>com.squareup</groupId>
<artifactId>okhttp</artifactId>
<version>0.8-SNAPSHOT</version>
<packaging>jar</packaging>