You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2015/08/25 07:09:41 UTC

svn commit: r1697550 - /httpcomponents/contrib/httpcore/trunk/pom.xml

Author: ggregory
Date: Tue Aug 25 05:09:40 2015
New Revision: 1697550

URL: http://svn.apache.org/r1697550
Log:
Update HttpCore dependencies from 4.3-alpha1-SNAPSHOT to 4.3 to make it easier to play. Also update parent POM version from 6 to 7.
Still getting Failed to obtain signature: org.codehaus.mojo.signature:java42:1.0.

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

Modified: httpcomponents/contrib/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/contrib/httpcore/trunk/pom.xml?rev=1697550&r1=1697549&r2=1697550&view=diff
==============================================================================
--- httpcomponents/contrib/httpcore/trunk/pom.xml (original)
+++ httpcomponents/contrib/httpcore/trunk/pom.xml Tue Aug 25 05:09:40 2015
@@ -28,9 +28,9 @@
 <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>
-    <version>6</version>
+    <artifactId>project</artifactId>
+    <version>7</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <artifactId>httpcore-contrib</artifactId>
@@ -46,13 +46,13 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.3-alpha1-SNAPSHOT</version>
+      <version>4.3</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore-nio</artifactId>
-      <version>4.3-alpha1-SNAPSHOT</version>
+      <version>4.3</version>
       <scope>compile</scope>
     </dependency>
     <dependency>