Skip to content

Commit 0fe912e

Browse files
committed
Added draft of repository infos.
1 parent a337185 commit 0fe912e

File tree

4 files changed

+63
-6
lines changed

4 files changed

+63
-6
lines changed

content/api.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,28 @@ <h3>
3636

3737
<pre><code>&lt;dependency&gt;
3838
&lt;groupId&gt;javax.money&lt;/groupId&gt;
39-
&lt;artifactId&gt;jsr354-api&lt;/artifactId&gt;
39+
&lt;artifactId&gt;money-api&lt;/artifactId&gt;
4040
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
4141
&lt;/dependency&gt;
4242
</code></pre>
4343

4444
<p>Though it is possible to compile your programs completely with the API, in most cases, you will also have to
4545
add an implementation, e.g. the <a href="ri.html">Moneta</a> reference implementation.</p>
4646

47+
<p>
48+
The release artifacts should be accessible from the following repositories:
49+
<ul>
50+
<li>Maven Central</li>
51+
<li><a href="https://repository-jsr354.forge.cloudbees.com/release" target="_blank">https://repository-jsr354.forge.cloudbees.com/release</a></li>
52+
</ul>
53+
</p>
54+
<p>
55+
Snapshot artifacts should be accessible after successful builds from:
56+
<ul>
57+
<li><a href="https://repository-jsr354.forge.cloudbees.com/snapshot" target="_blank">https://repository-jsr354.forge.cloudbees.com/snapshot</a></li>
58+
</ul>
59+
</p>
60+
4761
<h3>
4862
<a name="overview" class="anchor"
4963
href="#overview"><span

content/lib.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,20 @@ <h3>
5252
&lt;/dependency&gt;
5353
</code></pre>
5454

55+
<p>
56+
The release artifacts should be accessible from the following repositories:
57+
<ul>
58+
<li>Maven Central</li>
59+
<li><a href="https://repository-jsr354.forge.cloudbees.com/release" target="_blank">https://repository-jsr354.forge.cloudbees.com/release</a></li>
60+
</ul>
61+
</p>
62+
<p>
63+
Snapshot artifacts should be accessible after successful builds from:
64+
<ul>
65+
<li><a href="https://repository-jsr354.forge.cloudbees.com/snapshot" target="_blank">https://repository-jsr354.forge.cloudbees.com/snapshot</a></li>
66+
</ul>
67+
</p>
68+
5569
<h3>
5670
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
5771

content/ri.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,27 @@ <h3>
3434

3535

3636
<pre><code>&lt;dependency&gt;
37-
&lt;groupId&gt;org.javamoney.ri&lt;/groupId&gt;
38-
&lt;artifactId&gt;jsr-354-tck&lt;/artifactId&gt;
37+
&lt;groupId&gt;org.javamoney&lt;/groupId&gt;
38+
&lt;artifactId&gt;moneta&lt;/artifactId&gt;
3939
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
4040
&lt;/dependency&gt;
4141
</code></pre>
4242

43+
<p>
44+
The release artifacts should be accessible from the following repositories:
45+
<ul>
46+
<li>Maven Central</li>
47+
<li><a href="https://repository-jsr354.forge.cloudbees.com/release" target="_blank">https://repository-jsr354.forge.cloudbees.com/release</a></li>
48+
</ul>
49+
</p>
50+
<p>
51+
Snapshot artifacts should be accessible after successful builds from:
52+
<ul>
53+
<li><a href="https://repository-jsr354.forge.cloudbees.com/snapshot" target="_blank">https://repository-jsr354.forge.cloudbees.com/snapshot</a></li>
54+
</ul>
55+
</p>
56+
57+
4358
<h3>
4459
<a name="authors-and-contributors" class="anchor"
4560
href="#authors-and-contributors"><span

content/tck.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ <h2>Technical Compatibiliy Kit (TCK) of JSR 354</h2>
2020

2121
<section id="main_content">
2222
<h3>
23-
<a name="welcome-to-moneta---the-jsr-354-reference-implementation"
23+
<a name="welcome-to-Money TCK---the-jsr-354-TCK"
2424
class="anchor"
25-
href="#welcome-to-moneta---the-jsr-354-reference-implementation"><span
25+
href="#welcome-to-Money-TCK---the-jsr-354-TCK"><span
2626
class="octicon octicon-link"></span></a>Welcome to the JSR 354 Technical
2727
Compatibiliy Kit (TCK)
2828
</h3>
@@ -33,11 +33,25 @@ <h3>
3333

3434
<pre><code>&lt;dependency&gt;
3535
&lt;groupId&gt;org.javamoney.tck&lt;/groupId&gt;
36-
&lt;artifactId&gt;jsr-354-tck&lt;/artifactId&gt;
36+
&lt;artifactId&gt;money-tck&lt;/artifactId&gt;
3737
&lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
3838
&lt;/dependency&gt;
3939
</code></pre>
4040

41+
<p>
42+
The release artifacts should be accessible from the following repositories:
43+
<ul>
44+
<li>Maven Central</li>
45+
<li><a href="https://repository-jsr354.forge.cloudbees.com/release" target="_blank">https://repository-jsr354.forge.cloudbees.com/release</a></li>
46+
</ul>
47+
</p>
48+
<p>
49+
Snapshot artifacts should be accessible after successful builds from:
50+
<ul>
51+
<li><a href="https://repository-jsr354.forge.cloudbees.com/snapshot" target="_blank">https://repository-jsr354.forge.cloudbees.com/snapshot</a></li>
52+
</ul>
53+
</p>
54+
4155
<h3>
4256
<a name="authors-and-contributors" class="anchor"
4357
href="#authors-and-contributors"><span

0 commit comments

Comments
 (0)