We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe912e commit 3ebbe19Copy full SHA for 3ebbe19
2 files changed
content/lib.html
@@ -46,7 +46,7 @@ <h3>
46
</ul><p>To use the library you simply have to add the Maven dependency to your project (tbd)</p>
47
48
<pre><code><dependency>
49
- <groupId>org.javamoney.lib</groupId>
+ <groupId>org.javamoney</groupId>
50
<artifactId>javamoney-${module}<artifactId>
51
<versionId>the current version</version>
52
</dependency>
content/tck.html
@@ -32,7 +32,7 @@ <h3>
32
You can access the TCK by adding the following Maven dependencies:</p>
33
34
35
- <groupId>org.javamoney.tck</groupId>
36
<artifactId>money-tck</artifactId>
37
<version>0.8-SNAPSHOT</version>
38
0 commit comments