Skip to content

Commit 4325ba1

Browse files
committed
Fixed project url in POM
1 parent 09ff188 commit 4325ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<name>Apache HttpComponents Client</name>
3636
<version>5.7-alpha1-SNAPSHOT</version>
3737
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
38-
<url>https://hc.apache.org/httpcomponents-client-5.5.x/${project.version}/</url>
38+
<url>https://hc.apache.org/httpcomponents-client-5.7.x/${project.version}/</url>
3939
<inceptionYear>1999</inceptionYear>
4040
<packaging>pom</packaging>
4141

@@ -55,7 +55,7 @@
5555
<site>
5656
<id>apache.website</id>
5757
<name>Apache HttpComponents Website</name>
58-
<url>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-client-5.5.x/LATEST/</url>
58+
<url>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-client-5.7.x/LATEST/</url>
5959
</site>
6060
</distributionManagement>
6161

0 commit comments

Comments
 (0)