Skip to content

Commit a191191

Browse files
committed
OPEN - task 2: Migrate per-repository content
http://github.com/JavaMoney/JavaMoney.github.io/issues/issue/2
1 parent 49995ad commit a191191

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: modules/lib/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ <h3>
5959
</ul><p>To use the library you simply have to add the Maven dependency to your project (tbd)</p>
6060

6161
<pre><code>&lt;dependency&gt;
62-
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
63-
&lt;artifactId&gt;javamoney-${environment}&lt;artifactId&gt;
62+
&lt;groupId&gt;org.javamoney.lib&lt;/groupId&gt;
63+
&lt;artifactId&gt;javamoney-${module}&lt;artifactId&gt;
6464
&lt;versionId&gt;the current version&lt;/version&gt;
6565
&lt;/dependency&gt;
6666
</code></pre>
@@ -71,9 +71,9 @@ <h3>
7171
<p>Different people have contributed to this project. During the development of JSR 354, <a href="https://github.com/atsticks" class="user-mention">@atsticks</a> and <a href="https://github.com/keilw" class="user-mention">@keilw</a> founded this project and also were the main contributors. Nevertheless everybody is really welcome to help us, to make this library more feasible and add features.</p>
7272

7373
<h3>
74-
<a name="javamoney-experimental" class="anchor" href="#javamoney-experimental"><span class="octicon octicon-link"></span></a>javamoney-experimental</h3>
74+
<a name="javamoney-incubator" class="anchor" href="#javamoney-experimental"><span class="octicon octicon-link"></span></a>javamoney-experimental</h3>
7575

76-
<p>The javamoney experimental module is for testing out new features before the go into the official javamoney library. This allows to gain experience and make components error prone and performant and enables to discuss the new features in a broader community.</p>
76+
<p>The javamoney incubator module is for testing out new features or modules before they enter the official javamoney library. This allows to gain experience and make components error prone and performant and enables to discuss the new features in a broader community.</p>
7777

7878
<h3>
7979
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>

0 commit comments

Comments
 (0)