Skip to content

Commit 6db46f6

Browse files
committed
Publish of Github pages from Gradle.
1 parent d3d8949 commit 6db46f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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>09/07/2015 9:45:53 PM</pubDate>
10-
<lastBuildDate>09/07/2015 9:45:53 PM</lastBuildDate>
9+
<pubDate>09/07/2015 10:15:49 PM</pubDate>
10+
<lastBuildDate>09/07/2015 10:15:49 PM</lastBuildDate>
1111

1212
</channel>
1313
</rss>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2 id="_features">Features</h2>
9393
<p>Immutable Collections - array, list, vector, stream, set, map, finger tree, heterogenous list.</p>
9494
</li>
9595
<li>
96-
<p>Other Abstractions - monoid, semigroup, natural, random number generator, reader, writer, state, input/output, parser, zipper, specification based testing, actors, concurrency, optics (lens, etc.) and type conversion.</p>
96+
<p>Other Abstractions - monoid, semigroup, natural, random number generator, reader, writer, state, input/output, parser, zipper, specification based testing, actors, concurrency, optics (lens, prism, fold, traversal and others) and type conversion.</p>
9797
</li>
9898
</ul>
9999
</div>

quickstart.html

Lines changed: 1 addition & 1 deletion
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 July 2015 is {fj_version_stable}. Here is how to quickly add the library to your project and get started.</p>
70+
<p>The latest stable version as at July 2015 is 4.4. 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 three published artifacts:</p>

0 commit comments

Comments
 (0)