Added distribution management section to the project POM
This commit is contained in:
parent
133a89214e
commit
dee0466f46
8
pom.xml
8
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue