Skip to content

Commit 74bf091

Browse files
committed
OPEN - task 3: Add project for site templates
http://github.com/JavaMoney/JavaMoney.github.io/issues/issue/3
1 parent 6be5fcd commit 74bf091

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

content/ri.html

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,13 @@ <h3>
3232
provided. You can access the RI by adding the following Maven
3333
dependencies:</p>
3434

35-
<pre>
36-
<code>&lt;dependency&gt;
35+
36+
<pre><code>&lt;dependency&gt;
3737
&lt;groupId&gt;org.javamoney.ri&lt;/groupId&gt;
38-
&lt;artifactId&gt;jsr-354-ri&lt;/artifactId&gt;
38+
&lt;artifactId&gt;jsr-354-tck&lt;/artifactId&gt;
3939
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
4040
&lt;/dependency&gt;
41-
</code>
42-
</pre>
43-
44-
<p>Nevertheless we highly recommend you to depend on the Javamoney
45-
OSS library to be used, due to the following reasons:</p>
46-
47-
<ul>
48-
<li>the RI only contains a very small, minimalistic subset of
49-
features.</li>
50-
<li>The JavaMoney project contains additional functionalities,
51-
such as ** currency conversion, ** currency management and **
52-
rounding and formatting features, ** regions and validite4s support
53-
** bundles for different runtime environments</li>
54-
</ul>
41+
</code></pre>
5542

5643
<h3>
5744
<a name="authors-and-contributors" class="anchor"

content/tck.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ <h3>
3131
tests implementations of amounts, currency and roundings are provided.
3232
You can access the TCK by adding the following Maven dependencies:</p>
3333

34-
<pre>
35-
<code>&lt;dependency&gt;
34+
<pre><code>&lt;dependency&gt;
3635
&lt;groupId&gt;org.javamoney.tck&lt;/groupId&gt;
3736
&lt;artifactId&gt;jsr-354-tck&lt;/artifactId&gt;
3837
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
3938
&lt;/dependency&gt;
40-
</code>
41-
</pre>
39+
</code></pre>
4240

4341
<h3>
4442
<a name="authors-and-contributors" class="anchor"

0 commit comments

Comments
 (0)