Skip to content

Commit 2fc485d

Browse files
committed
Fix pom.mxl thanks to Stephane Landelle
1 parent eed0f1b commit 2fc485d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.ning</groupId>
10-
<artifactId>async-http-client</artifactId>
10+
<artifactId>async-http-client</artifactId> cd
1111
<name>Asynchronous Http Client</name>
1212
<version>1.7.7-SNAPSHOT</version>
1313
<packaging>jar</packaging>
@@ -17,9 +17,9 @@
1717
</description>
1818
<url>http://github.com/AsyncHttpClientasync-http-client</url>
1919
<scm>
20-
<connection>scm:git:[email protected]:AsyncHttpClientasync-http-client.git</connection>
21-
<url>https://github.com/AsyncHttpClientasync-http-client</url>
22-
<developerConnection>scm:git:[email protected]:AsyncHttpClientasync-http-client.git</developerConnection>
20+
<connection>scm:git:[email protected]:AsyncHttpClient/async-http-client.git</connection>
21+
<url>https://github.com/AsyncHttpClient/async-http-client</url>
22+
<developerConnection>scm:git:[email protected]:AsyncHttpClient/async-http-client.git</developerConnection>
2323
</scm>
2424
<issueManagement>
2525
<system>jira</system>

0 commit comments

Comments
 (0)