You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by gi...@apache.org on 2019/09/23 17:11:27 UTC

[incubator-tuweni-website] branch asf-site updated: Automated site publishing by Jenkins build 22

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9ffa130  Automated site publishing by Jenkins build 22
9ffa130 is described below

commit 9ffa130dd9b528155e7e38409cc8cdefe39ff556
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Sep 23 17:11:23 2019 +0000

    Automated site publishing by Jenkins build 22
---
 content/download/index.html | 14 +++++++++++++-
 content/feed.xml            |  4 ++--
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/content/download/index.html b/content/download/index.html
index b0b932f..588a0c2 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -185,7 +185,19 @@ succeed.</p>
 
 <p>You can download Apache Tuweni dependencies through Maven Central.</p>
 
-<p><em>We are still in the process of publishing our bits to Maven Central and will update this page once it is completed.</em></p>
+<p>For Maven:</p>
+
+<div class="language-xml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.tuweni<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>tuweni-bytes<span class="nt">&lt;/artifactId&gt;</span> <span class="c">&lt;!-- swap with the component you want --&gt;</span>
+  <span class="nt">&lt;version&gt;</span>0.8.2<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</code></pre></div></div>
+
+<p>Gradle:</p>
+
+<div class="language-groovy highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">compile</span> <span class="s1">'org.apache.tuweni:tuweni-bytes:0.8.2'</span>
+</code></pre></div></div>
 
   </div>
 </div>
diff --git a/content/feed.xml b/content/feed.xml
index 4156046..cba7f72 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>//</link>
     <atom:link href="//feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 23 Sep 2019 01:10:18 +0000</pubDate>
-    <lastBuildDate>Mon, 23 Sep 2019 01:10:18 +0000</lastBuildDate>
+    <pubDate>Mon, 23 Sep 2019 17:11:22 +0000</pubDate>
+    <lastBuildDate>Mon, 23 Sep 2019 17:11:22 +0000</lastBuildDate>
     <generator>Jekyll v3.7.4</generator>
     
       <item>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org