Added distribution management section to the project POM

This commit is contained in:
Oleg Kalnichevski 2021-12-07 23:34:34 +01:00
parent 133a89214e
commit dee0466f46
1 changed files with 8 additions and 0 deletions

View File

@ -63,6 +63,14 @@
<tag>4.5.14-SNAPSHOT</tag> <tag>4.5.14-SNAPSHOT</tag>
</scm> </scm>
<distributionManagement>
<site>
<id>apache.website</id>
<name>Apache HttpComponents Website</name>
<url>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-client-4.5.x/LATEST/</url>
</site>
</distributionManagement>
<properties> <properties>
<maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target> <maven.compiler.target>1.6</maven.compiler.target>