Skip to content

Commit

Permalink
Updated RI page
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jan 27, 2024
1 parent 9496e5b commit 14fce08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<atom:link href="http://javamoney.org/feed.xml" rel="self" type="application/rss+xml" />
<description>Java Money and Currency</description>
<language>en-gb</language>
<pubDate>Sa., 27 Jan. 2024 22:01:33 +0100</pubDate>
<lastBuildDate>Sa., 27 Jan. 2024 22:01:33 +0100</lastBuildDate>
<pubDate>Sa., 27 Jan. 2024 22:46:45 +0100</pubDate>
<lastBuildDate>Sa., 27 Jan. 2024 22:46:45 +0100</lastBuildDate>

<item>
<title>Moneta Release 1.4.4</title>
Expand Down
7 changes: 3 additions & 4 deletions ri.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<h1>Moneta</h1>
</div>

<p><em>20 Juli 2020</em></p>
<p><em>27 Januar 2024</em></p>

<p>
<h1>JSR 354 RI</h1>
Expand Down Expand Up @@ -106,14 +106,13 @@ <h3>

<p>This module implements JSR 354 Money &amp; Currency. Hereby
basically implementations of amounts, currency and roundings are
provided. You can access the RI by adding the following Maven
dependencies:</p>
provided. You can access the RI by adding the following Maven BOM:</p>


<pre><code>&lt;dependency&gt;
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
&lt;artifactId&gt;moneta&lt;/artifactId&gt;
&lt;version&gt;1.4.1&lt;/version&gt;
&lt;version&gt;1.4.4&lt;/version&gt;
&lt;type&gt;pom&lt;/type&gt;
&lt;/dependency&gt;
</code></pre>
Expand Down

0 comments on commit 14fce08

Please sign in to comment.