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/05 13:44:05 UTC

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

Author: olegk
Date: Sat Dec  5 12:44:05 2015
New Revision: 1718073

URL: http://svn.apache.org/viewvc?rev=1718073&view=rev
Log:
Changed artifactIds to include major project version (httpcore -> httpcore5)

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=1718073&r1=1718072&r2=1718073&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-ab/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-ab/pom.xml Sat Dec  5 12:44:05 2015
@@ -27,10 +27,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
-    <artifactId>httpcore-parent</artifactId>
+    <artifactId>httpcore5-parent</artifactId>
     <version>5.0-alpha1-SNAPSHOT</version>
   </parent>
-  <artifactId>httpcore-ab</artifactId>
+  <artifactId>httpcore5-ab</artifactId>
   <name>Apache HttpComponents Core Benchmarking Tool</name>
   <description>
    Apache AB clone based on HttpCore

Modified: httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml?rev=1718073&r1=1718072&r2=1718073&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml Sat Dec  5 12:44:05 2015
@@ -27,10 +27,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
-    <artifactId>httpcore-parent</artifactId>
+    <artifactId>httpcore5-parent</artifactId>
     <version>5.0-alpha1-SNAPSHOT</version>
   </parent>
-  <artifactId>httpcore-osgi</artifactId>
+  <artifactId>httpcore5-osgi</artifactId>
   <name>Apache HttpComponents Core OSGi bundle</name>
   <inceptionYear>2005</inceptionYear>
   <description>

Modified: httpcomponents/httpcore/trunk/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=1718073&r1=1718072&r2=1718073&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore/pom.xml Sat Dec  5 12:44:05 2015
@@ -27,10 +27,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
-    <artifactId>httpcore-parent</artifactId>
+    <artifactId>httpcore5-parent</artifactId>
     <version>5.0-alpha1-SNAPSHOT</version>
   </parent>
-  <artifactId>httpcore</artifactId>
+  <artifactId>httpcore5</artifactId>
   <name>Apache HttpComponents Core</name>
   <inceptionYear>2005</inceptionYear>
   <description>Apache HttpComponents Core</description>

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1718073&r1=1718072&r2=1718073&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Sat Dec  5 12:44:05 2015
@@ -31,7 +31,7 @@
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>httpcore-parent</artifactId>
+  <artifactId>httpcore5-parent</artifactId>
   <groupId>org.apache.httpcomponents.core5</groupId>
   <name>Apache HttpComponents Core Parent</name>
   <version>5.0-alpha1-SNAPSHOT</version>