You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by hc...@apache.org on 2015/10/10 18:26:23 UTC

svn commit: r1707895 - /thrift/cms-site/trunk/content/download.md

Author: hcorg
Date: Sat Oct 10 16:26:22 2015
New Revision: 1707895

URL: http://svn.apache.org/viewvc?rev=1707895&view=rev
Log:
Another not needed endl removed

Modified:
    thrift/cms-site/trunk/content/download.md

Modified: thrift/cms-site/trunk/content/download.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/download.md?rev=1707895&r1=1707894&r2=1707895&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/download.md (original)
+++ thrift/cms-site/trunk/content/download.md Sat Oct 10 16:26:22 2015
@@ -9,8 +9,7 @@ The latest stable release of Thrift is {
 * [Thrift compiler for Windows (thrift-{{ conf.current_release }}.exe)]({{ conf.mirror_url }}/thrift/{{ conf.current_release }}/thrift-{{ conf.current_release }}.exe) \[[PGP]({{ conf.release_url }}/{{ conf.current_release }}/thrift-{{ conf.current_release }}.exe.asc)\] \[[MD5]({{ conf.release_url }}/{{ conf.current_release }}/thrift-{{ conf.current_release }}.exe.md5)\]
 
 ## Maven artifact
-<pre><code>
-&lt;dependency&gt;
+<pre><code>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.thrift&lt;/groupId&gt;
   &lt;artifactId&gt;libthrift&lt;/artifactId&gt;
   &lt;version&gt;{{ conf.current_release }}&lt;/version&gt;