You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2006/04/08 13:13:18 UTC

svn commit: r392504 - in /jakarta/httpcomponents/trunk: http-async/pom.xml http-core/pom.xml

Author: olegk
Date: Sat Apr  8 04:13:14 2006
New Revision: 392504

URL: http://svn.apache.org/viewcvs?rev=392504&view=rev
Log:
Renamed artifact ids and added repository tag base for HttpCore and HttpAsync

Modified:
    jakarta/httpcomponents/trunk/http-async/pom.xml
    jakarta/httpcomponents/trunk/http-core/pom.xml

Modified: jakarta/httpcomponents/trunk/http-async/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-async/pom.xml?rev=392504&r1=392503&r2=392504&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/http-async/pom.xml (original)
+++ jakarta/httpcomponents/trunk/http-async/pom.xml Sat Apr  8 04:13:14 2006
@@ -25,7 +25,7 @@
     <version>4.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.jakarta.httpcomponents</groupId>
-  <artifactId>http-async</artifactId>
+  <artifactId>jakarta-hc-httpasync</artifactId>
   <packaging>jar</packaging>
   <version>4.0-SNAPSHOT</version>
   <name>HttpAsync</name>
@@ -87,6 +87,13 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/jakarta/httpcomponents/tags/</tagBase>
+        </configuration>
+     </plugin>
     </plugins>
   </build>
 

Modified: jakarta/httpcomponents/trunk/http-core/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/pom.xml?rev=392504&r1=392503&r2=392504&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/http-core/pom.xml (original)
+++ jakarta/httpcomponents/trunk/http-core/pom.xml Sat Apr  8 04:13:14 2006
@@ -25,7 +25,7 @@
     <version>4.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.jakarta.httpcomponents</groupId>
-  <artifactId>http-core</artifactId>
+  <artifactId>jakarta-hc-httpcore</artifactId>
   <packaging>jar</packaging>
   <version>4.0-SNAPSHOT</version>
   <name>HttpCore</name>
@@ -93,6 +93,13 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/jakarta/httpcomponents/tags/</tagBase>
+        </configuration>
+     </plugin>
     </plugins>
   </build>