Skip to content

Commit 72b4d63

Browse files
committed
Fixed groupIds.
1 parent b184bce commit 72b4d63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<atom:link href="http://javamoney.org/feed.xml" rel="self" type="application/rss+xml" />
77
<description>Java Money and Currency</description>
88
<language>en-gb</language>
9-
<pubDate>Mo, 13 Jan 2014 20:40:00 +0100</pubDate>
10-
<lastBuildDate>Mo, 13 Jan 2014 20:40:00 +0100</lastBuildDate>
9+
<pubDate>Mo, 13 Jan 2014 20:53:02 +0100</pubDate>
10+
<lastBuildDate>Mo, 13 Jan 2014 20:53:02 +0100</lastBuildDate>
1111

1212
<item>
1313
<title>Events &amp;amp; History</title>

lib.html

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

122122
<pre><code>&lt;dependency&gt;
123-
&lt;groupId&gt;org.javamoney.lib&lt;/groupId&gt;
123+
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
124124
&lt;artifactId&gt;javamoney-${module}&lt;artifactId&gt;
125125
&lt;versionId&gt;the current version&lt;/version&gt;
126126
&lt;/dependency&gt;

tck.html

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

108108
<pre><code>&lt;dependency&gt;
109-
&lt;groupId&gt;org.javamoney.tck&lt;/groupId&gt;
109+
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
110110
&lt;artifactId&gt;money-tck&lt;/artifactId&gt;
111111
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
112112
&lt;/dependency&gt;

0 commit comments

Comments
 (0)