Skip to content

Commit 3ebbe19

Browse files
committed
Updated groupIds.
1 parent 0fe912e commit 3ebbe19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/lib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h3>
4646
</ul><p>To use the library you simply have to add the Maven dependency to your project (tbd)</p>
4747

4848
<pre><code>&lt;dependency&gt;
49-
&lt;groupId&gt;org.javamoney.lib&lt;/groupId&gt;
49+
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
5050
&lt;artifactId&gt;javamoney-${module}&lt;artifactId&gt;
5151
&lt;versionId&gt;the current version&lt;/version&gt;
5252
&lt;/dependency&gt;

content/tck.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h3>
3232
You can access the TCK by adding the following Maven dependencies:</p>
3333

3434
<pre><code>&lt;dependency&gt;
35-
&lt;groupId&gt;org.javamoney.tck&lt;/groupId&gt;
35+
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
3636
&lt;artifactId&gt;money-tck&lt;/artifactId&gt;
3737
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
3838
&lt;/dependency&gt;

0 commit comments

Comments
 (0)