Skip to content

Commit 8fd95bb

Browse files
committed
1 parent d438a37 commit 8fd95bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

api.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<h1>API (JSR 354)</h1>
7979
</div>
8080

81-
<p><em>10 December 2018</em></p>
81+
<p><em>16 June 2020</em></p>
8282

8383
<p>
8484
<h2>Money &amp; Currency API</h2>
@@ -107,14 +107,14 @@ <h3>
107107
defined extension points. It's API defines a simple yet flexible contract that enables users to choose
108108
the implementation matching their target requirements best and having full control about the numeric state
109109
at all stages during monetary processing. <br/>
110-
The JSR is lead by Anatole Tresch / Trivadis (<a href="https://github.com/atsticks" class="user-mention">@atsticks</a>), Werner Keil (<a href="https://github.com/keilw" class="user-mention">@keilw</a>) and Otavio Santana (<a href="https://github.com/otaviojava" class="user-mention">@otaviojava</a>)
110+
The JSR is lead by Trivadis AG (<a href="https://www.trivadis.com/de/" class="user-mention">trivadis.com</a>), Werner Keil (<a href="https://github.com/keilw" class="user-mention">@keilw</a>) and Otavio Santana (<a href="https://github.com/otaviojava" class="user-mention">@otaviojava</a>)
111111
<br/>You can access the API by adding the following Maven
112112
dependencies:</p>
113113

114114
<pre><code>&lt;dependency&gt;
115115
&lt;groupId&gt;javax.money&lt;/groupId&gt;
116116
&lt;artifactId&gt;money-api&lt;/artifactId&gt;
117-
&lt;version&gt;1.0.3&lt;/version&gt;
117+
&lt;version&gt;1.1&lt;/version&gt;
118118
&lt;/dependency&gt;
119119
</code></pre>
120120

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://javamoney.org/feed.xml" rel="self" type="application/rss+xml" />
77
<description>Java Money and Currency</description>
88
<language>en-gb</language>
9-
<pubDate>Wed, 22 Jul 2020 01:38:57 +0200</pubDate>
10-
<lastBuildDate>Wed, 22 Jul 2020 01:38:57 +0200</lastBuildDate>
9+
<pubDate>Wed, 22 Jul 2020 02:01:20 +0200</pubDate>
10+
<lastBuildDate>Wed, 22 Jul 2020 02:01:20 +0200</lastBuildDate>
1111

1212
<item>
1313
<title>Moneta Release 1.4.1</title>

0 commit comments

Comments
 (0)