Skip to content

Commit 202b699

Browse files
committed
Publish of Github pages from Gradle.
1 parent d55bd1c commit 202b699

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<atom:link href="http://functionaljava.github.io/feed.xml" rel="self" type="application/rss+xml" />
77
<description>Functional programming in Java</description>
88
<language>en</language>
9-
<pubDate>17/01/2015 10:02:19 PM</pubDate>
10-
<lastBuildDate>17/01/2015 10:02:19 PM</lastBuildDate>
9+
<pubDate>18/01/2015 12:08:48 AM</pubDate>
10+
<lastBuildDate>18/01/2015 12:08:48 AM</lastBuildDate>
1111

1212
</channel>
1313
</rss>

quickstart.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>Quickstart</h2>
6767
<p><div id="preamble">
6868
<div class="sectionbody">
6969
<div class="paragraph">
70-
<p>The latest stable version as at Aug 2014 is <code>4.2</code>. Here is how to quickly add the library to your project and get started.</p>
70+
<p>The latest stable version as at January 2015 is <code>4.2</code>. Here is how to quickly add the library to your project and get started.</p>
7171
</div>
7272
<div class="paragraph">
7373
<p>The Functional Java artifact is published to Maven Central using the group <code>org.functionaljava</code> with two published artifacts:</p>
@@ -106,7 +106,7 @@ <h2 id="_maven">Maven</h2>
106106
</div>
107107
<div class="listingblock">
108108
<div class="content">
109-
<pre>&lt;dependency&gt;
109+
<pre class="prettyprint xml language-xml"><code>&lt;dependency&gt;
110110
&lt;groupId&gt;org.functionaljava&lt;/groupId&gt;
111111
&lt;artifactId&gt;functionaljava&lt;/artifactId&gt;
112112
&lt;version&gt;4.2&lt;/version&gt;
@@ -115,8 +115,7 @@ <h2 id="_maven">Maven</h2>
115115
&lt;groupId&gt;org.functionaljava&lt;/groupId&gt;
116116
&lt;artifactId&gt;functionaljava-java8&lt;/artifactId&gt;
117117
&lt;version&gt;4.2&lt;/version&gt;
118-
&lt;/dependency&gt;
119-
</pre>
118+
&lt;/dependency&gt;</code></pre>
120119
</div>
121120
</div>
122121
</div>

0 commit comments

Comments
 (0)