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 2007/06/06 22:27:54 UTC

svn commit: r544939 - in /jakarta/httpcomponents/httpcore/trunk: module-main/pom.xml module-nio/pom.xml module-niossl/pom.xml pom.xml

Author: olegk
Date: Wed Jun  6 13:27:53 2007
New Revision: 544939

URL: http://svn.apache.org/viewvc?view=rev&rev=544939
Log:
Removed references to Jakarta from the project artifact ids

Modified:
    jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml
    jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml
    jakarta/httpcomponents/httpcore/trunk/module-niossl/pom.xml
    jakarta/httpcomponents/httpcore/trunk/pom.xml

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml?view=diff&rev=544939&r1=544938&r2=544939
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml Wed Jun  6 13:27:53 2007
@@ -33,10 +33,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>httpcore</artifactId>
+    <artifactId>core</artifactId>
     <version>4.0-alpha5-SNAPSHOT</version>
   </parent>
-  <artifactId>jakarta-httpcore</artifactId>
+  <artifactId>httpcore</artifactId>
   <name>HttpCore (base module)</name>
   <inceptionYear>2005</inceptionYear>
   <description>

Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml?view=diff&rev=544939&r1=544938&r2=544939
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml Wed Jun  6 13:27:53 2007
@@ -33,10 +33,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>httpcore</artifactId>
+    <artifactId>core</artifactId>
     <version>4.0-alpha5-SNAPSHOT</version>
   </parent>
-  <artifactId>jakarta-httpcore-nio</artifactId>
+  <artifactId>httpcore-nio</artifactId>
   <name>HttpCore (NIO extensions module)</name>
   <inceptionYear>2005</inceptionYear>
   <description>
@@ -62,7 +62,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>jakarta-httpcore</artifactId>
+      <artifactId>httpcore</artifactId>
       <version>${pom.version}</version>
     </dependency>
     <dependency>

Modified: jakarta/httpcomponents/httpcore/trunk/module-niossl/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-niossl/pom.xml?view=diff&rev=544939&r1=544938&r2=544939
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-niossl/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-niossl/pom.xml Wed Jun  6 13:27:53 2007
@@ -33,10 +33,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>httpcore</artifactId>
+    <artifactId>core</artifactId>
     <version>4.0-alpha5-SNAPSHOT</version>
   </parent>
-  <artifactId>jakarta-httpcore-niossl</artifactId>
+  <artifactId>httpcore-niossl</artifactId>
   <name>HttpCore (NIO SSL extensions module)</name>
   <inceptionYear>2005</inceptionYear>
   <description>
@@ -62,12 +62,12 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>jakarta-httpcore</artifactId>
+      <artifactId>httpcore</artifactId>
       <version>${pom.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>jakarta-httpcore-nio</artifactId>
+      <artifactId>httpcore-nio</artifactId>
       <version>${pom.version}</version>
     </dependency>
     <dependency>

Modified: jakarta/httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/pom.xml?view=diff&rev=544939&r1=544938&r2=544939
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/pom.xml Wed Jun  6 13:27:53 2007
@@ -36,7 +36,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.httpcomponents</groupId>
-  <artifactId>httpcore</artifactId>
+  <artifactId>core</artifactId>
   <name>HttpComponents Core</name>
   <version>4.0-alpha5-SNAPSHOT</version>
   <description>Core components to build HTTP enabled services</description>