File tree Expand file tree Collapse file tree 4 files changed +63
-6
lines changed Expand file tree Collapse file tree 4 files changed +63
-6
lines changed Original file line number Diff line number Diff line change 3636
3737< pre > < code > <dependency>
3838 <groupId>javax.money</groupId>
39- <artifactId>jsr354 -api</artifactId>
39+ <artifactId>money -api</artifactId>
4040 <version>0.8-SNAPSHOT</version>
4141</dependency>
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
4545add 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
Original file line number Diff line number Diff line change 5252</dependency>
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
Original file line number Diff line number Diff line change 3434
3535
3636< pre > < code > <dependency>
37- <groupId>org.javamoney.ri </groupId>
38- <artifactId>jsr-354-tck </artifactId>
37+ <groupId>org.javamoney</groupId>
38+ <artifactId>moneta </artifactId>
3939 <version>0.8-SNAPSHOT</version>
4040</dependency>
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
Original file line number Diff line number Diff 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 >
3333
3434< pre > < code > <dependency>
3535 <groupId>org.javamoney.tck</groupId>
36- <artifactId>jsr-354 -tck</artifactId>
36+ <artifactId>money -tck</artifactId>
3737 <version>0.8-SNAPSHOT</version>
3838</dependency>
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
You can’t perform that action at this time.
0 commit comments