POM reflecting promotion to the TLP status

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@604869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2007-12-17 13:54:38 +00:00
parent 8d6052ed98
commit 30d4733d06
2 changed files with 9 additions and 9 deletions

View File

@ -42,7 +42,7 @@
<description>
HttpComponents Client (base module)
</description>
<url>http://jakarta.apache.org/httpcomponents/httpclient</url>
<url>http://hc.apache.org/httpcomponents-client</url>
<packaging>jar</packaging>
<licenses>
@ -54,9 +54,9 @@
</licenses>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client</connection>
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client</developerConnection>
<url>http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk/module-client</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client</connection>
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client</developerConnection>
<url>http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client</url>
</scm>
<dependencies>

10
pom.xml
View File

@ -40,7 +40,7 @@
<name>HttpComponents Client</name>
<version>4.0-alpha3-SNAPSHOT</version>
<description>Components to build client side HTTP services</description>
<url>http://jakarta.apache.org/httpcomponents/httpclient</url>
<url>http://hc.apache.org/httpcomponents-client</url>
<inceptionYear>2000</inceptionYear>
<packaging>pom</packaging>
@ -63,9 +63,9 @@
</issueManagement>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk</connection>
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</connection>
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</url>
</scm>
<modules>
@ -83,7 +83,7 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/tags/</tagBase>
<tagBase>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/</tagBase>
</configuration>
</plugin>
<plugin>