File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.javamoney.moneta</groupId >
7
7
<artifactId >moneta-convert-parent</artifactId >
8
- <version >1.4.1-SNAPSHOT </version >
8
+ <version >1.4.1</version >
9
9
</parent >
10
10
<artifactId >moneta-convert</artifactId >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.javamoney.moneta</groupId >
7
7
<artifactId >moneta-convert-parent</artifactId >
8
- <version >1.4.1-SNAPSHOT </version >
8
+ <version >1.4.1</version >
9
9
</parent >
10
10
<artifactId >moneta-convert-ecb</artifactId >
11
11
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.javamoney.moneta</groupId >
8
8
<artifactId >moneta-convert-parent</artifactId >
9
- <version >1.4.1-SNAPSHOT </version >
9
+ <version >1.4.1</version >
10
10
</parent >
11
11
<artifactId >moneta-convert-imf</artifactId >
12
12
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.javamoney</groupId >
6
6
<artifactId >moneta-parent</artifactId >
7
- <version >1.4.1-SNAPSHOT </version >
7
+ <version >1.4.1</version >
8
8
</parent >
9
9
<groupId >org.javamoney.moneta</groupId >
10
10
<artifactId >moneta-convert-parent</artifactId >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.javamoney</groupId >
15
15
<artifactId >moneta-parent</artifactId >
16
- <version >1.4.1-SNAPSHOT </version >
16
+ <version >1.4.1</version >
17
17
</parent >
18
18
<groupId >org.javamoney.moneta</groupId >
19
19
<artifactId >moneta-core</artifactId >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.javamoney</groupId >
16
16
<artifactId >moneta-parent</artifactId >
17
- <version >1.4.1-SNAPSHOT </version >
17
+ <version >1.4.1</version >
18
18
</parent >
19
19
<artifactId >moneta</artifactId >
20
20
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 15
15
<artifactId >javamoney-parent</artifactId >
16
16
<version >1.2</version >
17
17
</parent >
18
- <version >1.4.1-SNAPSHOT </version >
18
+ <version >1.4.1</version >
19
19
<artifactId >moneta-parent</artifactId >
20
20
<packaging >pom</packaging >
21
21
<name >Moneta Parent</name >
22
22
<url >http://javamoney.org</url >
23
23
<inceptionYear >2012</inceptionYear >
24
24
<description >JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with
25
25
Money and Currency.
26
- This module implements JSR 354.
26
+ This module is the Reference Implementatation of JSR 354.
27
27
</description >
28
28
29
29
<organization >
49
49
<basedir >.</basedir >
50
50
51
51
<!-- dependency versions -->
52
- <testng .version>6.13.1</testng .version>
52
+ <testng .version>6.13.1</testng .version><!-- TODO use 7 or above in the next major version of the JSR -->
53
53
<additionalparam >-Xdoclint:none</additionalparam >
54
54
55
55
<!-- OSGI support -->
You can’t perform that action at this time.
0 commit comments