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 2013/07/01 16:31:46 UTC

svn commit: r1498481 - in /httpcomponents/project-website/trunk: .gitignore pom.xml

Author: olegk
Date: Mon Jul  1 14:31:46 2013
New Revision: 1498481

URL: http://svn.apache.org/r1498481
Log:
Fixed artifactId

Added:
    httpcomponents/project-website/trunk/.gitignore
Modified:
    httpcomponents/project-website/trunk/pom.xml

Added: httpcomponents/project-website/trunk/.gitignore
URL: http://svn.apache.org/viewvc/httpcomponents/project-website/trunk/.gitignore?rev=1498481&view=auto
==============================================================================
--- httpcomponents/project-website/trunk/.gitignore (added)
+++ httpcomponents/project-website/trunk/.gitignore Mon Jul  1 14:31:46 2013
@@ -0,0 +1,2 @@
+target
+

Modified: httpcomponents/project-website/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project-website/trunk/pom.xml?rev=1498481&r1=1498480&r2=1498481&view=diff
==============================================================================
--- httpcomponents/project-website/trunk/pom.xml (original)
+++ httpcomponents/project-website/trunk/pom.xml Mon Jul  1 14:31:46 2013
@@ -31,7 +31,7 @@
     <version>6</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>httpcomponents-core</artifactId>
+  <artifactId>website</artifactId>
   <name>HttpComponents WebSite</name>
   <version>1-SNAPSHOT</version>
   <description>HttpComponents WebSite</description>