1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-24 04:02:07 +03:00

Use Square's regular groupId for okhttp.

This commit is contained in:
Jesse Wilson
2012-07-23 18:14:06 -04:00
parent 7e6015ba47
commit ea19431b81

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>