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 2015/12/01 14:15:12 UTC

svn commit: r1717428 - in /httpcomponents/httpcore/trunk: httpcore-ab/pom.xml httpcore-osgi/pom.xml httpcore/pom.xml pom.xml

Author: olegk
Date: Tue Dec  1 13:15:12 2015
New Revision: 1717428

URL: http://svn.apache.org/viewvc?rev=1717428&view=rev
Log:
Changed project groupId to org.apache.httpcomponents.core5

Modified:
    httpcomponents/httpcore/trunk/httpcore-ab/pom.xml
    httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml
    httpcomponents/httpcore/trunk/httpcore/pom.xml
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore-ab/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-ab/pom.xml?rev=1717428&r1=1717427&r2=1717428&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-ab/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-ab/pom.xml Tue Dec  1 13:15:12 2015
@@ -26,12 +26,12 @@
  --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>httpcomponents-core</artifactId>
+    <groupId>org.apache.httpcomponents.core5</groupId>
+    <artifactId>httpcore-parent</artifactId>
     <version>5.0-alpha1-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-ab</artifactId>
-  <name>Apache HttpCore Benchmarking Tool</name>
+  <name>Apache HttpComponents Core Benchmarking Tool</name>
   <description>
    Apache AB clone based on HttpCore
   </description>

Modified: httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml?rev=1717428&r1=1717427&r2=1717428&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml Tue Dec  1 13:15:12 2015
@@ -26,12 +26,12 @@
  --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>httpcomponents-core</artifactId>
+    <groupId>org.apache.httpcomponents.core5</groupId>
+    <artifactId>httpcore-parent</artifactId>
     <version>5.0-alpha1-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
-  <name>Apache HttpCore OSGi bundle</name>
+  <name>Apache HttpComponents Core OSGi bundle</name>
   <inceptionYear>2005</inceptionYear>
   <description>
    Apache HttpComponents Core (OSGi bundle)

Modified: httpcomponents/httpcore/trunk/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=1717428&r1=1717427&r2=1717428&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore/pom.xml Tue Dec  1 13:15:12 2015
@@ -26,16 +26,14 @@
  --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>httpcomponents-core</artifactId>
+    <groupId>org.apache.httpcomponents.core5</groupId>
+    <artifactId>httpcore-parent</artifactId>
     <version>5.0-alpha1-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore</artifactId>
-  <name>Apache HttpCore</name>
+  <name>Apache HttpComponents Core</name>
   <inceptionYear>2005</inceptionYear>
-  <description>
-   Apache HttpComponents Core (blocking I/O)
-  </description>
+  <description>Apache HttpComponents Core</description>
   <url>http://hc.apache.org/httpcomponents-core-ga</url>
   <packaging>jar</packaging>
 

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1717428&r1=1717427&r2=1717428&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Tue Dec  1 13:15:12 2015
@@ -31,8 +31,9 @@
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>httpcomponents-core</artifactId>
-  <name>Apache HttpComponents Core</name>
+  <artifactId>httpcore-parent</artifactId>
+  <groupId>org.apache.httpcomponents.core5</groupId>
+  <name>Apache HttpComponents Core Parent</name>
   <version>5.0-alpha1-SNAPSHOT</version>
   <description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description>
   <url>http://hc.apache.org/httpcomponents-core</url>