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 2012/09/28 22:38:16 UTC

svn commit: r1391643 - /httpcomponents/benchmark/httpcore/trunk/pom.xml

Author: olegk
Date: Fri Sep 28 20:38:15 2012
New Revision: 1391643

URL: http://svn.apache.org/viewvc?rev=1391643&view=rev
Log:
Fixed pom.xml of HttpCore Benchmark

Modified:
    httpcomponents/benchmark/httpcore/trunk/pom.xml

Modified: httpcomponents/benchmark/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/benchmark/httpcore/trunk/pom.xml?rev=1391643&r1=1391642&r2=1391643&view=diff
==============================================================================
--- httpcomponents/benchmark/httpcore/trunk/pom.xml (original)
+++ httpcomponents/benchmark/httpcore/trunk/pom.xml Fri Sep 28 20:38:15 2012
@@ -28,35 +28,36 @@
 <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>
+    <artifactId>project</artifactId>
     <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>httpcomponents-core</artifactId>
-    <version>4.3-alpha1-SNAPSHOT</version>
+    <version>6</version>
+    <relativePath>../project/pom.xml</relativePath>
   </parent>
   <artifactId>httpcore-benchmark</artifactId>
   <name>HttpCore Benchmarks</name>
+  <version>4.2-SNAPSHOT</version>
   <description>
    HttpComponents HttpCore - Benchmarks
   </description>
   <url>http://hc.apache.org/httpcomponents-core</url>
   <packaging>jar</packaging>  
-
   <dependencies>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>${project.version}</version>
+      <version>4.2.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore-nio</artifactId>
-      <version>${project.version}</version>
+      <version>4.2.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore-ab</artifactId>
-      <version>${project.version}</version>
+      <version>4.2.2</version>
       <scope>compile</scope>
     </dependency>
     <dependency>