Skip to content

Commit e27c23b

Browse files
committed
Fix pom
1 parent 2fc485d commit e27c23b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.ning</groupId>
10-
<artifactId>async-http-client</artifactId> cd
10+
<artifactId>async-http-client</artifactId>
1111
<name>Asynchronous Http Client</name>
1212
<version>1.7.7-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<description>
1515
Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and
1616
asynchronously process the HTTP responses.
1717
</description>
18-
<url>http://github.com/AsyncHttpClientasync-http-client</url>
18+
<url>http://github.com/AsyncHttpClient/async-http-client</url>
1919
<scm>
2020
<connection>scm:git:[email protected]:AsyncHttpClient/async-http-client.git</connection>
2121
<url>https://github.com/AsyncHttpClient/async-http-client</url>
@@ -609,7 +609,7 @@
609609
</snapshotRepository>
610610
<site>
611611
<id>github</id>
612-
<url>gitsite:[email protected]/AsyncHttpClientasync-http-client.git</url>
612+
<url>gitsite:[email protected]/AsyncHttpClient/async-http-client.git</url>
613613
</site>
614614
</distributionManagement>
615615
<repositories>

0 commit comments

Comments
 (0)