Skip to content

Commit 88d23df

Browse files
committedJul 20, 2020
Creating new release
1 parent ef54fd9 commit 88d23df

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed
 

‎moneta-convert/moneta-convert-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.javamoney.moneta</groupId>
77
<artifactId>moneta-convert-parent</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
</parent>
1010
<artifactId>moneta-convert</artifactId>
1111

‎moneta-convert/moneta-convert-ecb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.javamoney.moneta</groupId>
77
<artifactId>moneta-convert-parent</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
</parent>
1010
<artifactId>moneta-convert-ecb</artifactId>
1111
<packaging>jar</packaging>

‎moneta-convert/moneta-convert-imf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.javamoney.moneta</groupId>
88
<artifactId>moneta-convert-parent</artifactId>
9-
<version>1.4.1-SNAPSHOT</version>
9+
<version>1.4.1</version>
1010
</parent>
1111
<artifactId>moneta-convert-imf</artifactId>
1212
<packaging>jar</packaging>

‎moneta-convert/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.javamoney</groupId>
66
<artifactId>moneta-parent</artifactId>
7-
<version>1.4.1-SNAPSHOT</version>
7+
<version>1.4.1</version>
88
</parent>
99
<groupId>org.javamoney.moneta</groupId>
1010
<artifactId>moneta-convert-parent</artifactId>

‎moneta-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.javamoney</groupId>
1515
<artifactId>moneta-parent</artifactId>
16-
<version>1.4.1-SNAPSHOT</version>
16+
<version>1.4.1</version>
1717
</parent>
1818
<groupId>org.javamoney.moneta</groupId>
1919
<artifactId>moneta-core</artifactId>

‎moneta/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.javamoney</groupId>
1616
<artifactId>moneta-parent</artifactId>
17-
<version>1.4.1-SNAPSHOT</version>
17+
<version>1.4.1</version>
1818
</parent>
1919
<artifactId>moneta</artifactId>
2020
<packaging>pom</packaging>

‎pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<artifactId>javamoney-parent</artifactId>
1616
<version>1.2</version>
1717
</parent>
18-
<version>1.4.1-SNAPSHOT</version>
18+
<version>1.4.1</version>
1919
<artifactId>moneta-parent</artifactId>
2020
<packaging>pom</packaging>
2121
<name>Moneta Parent</name>
2222
<url>http://javamoney.org</url>
2323
<inceptionYear>2012</inceptionYear>
2424
<description>JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with
2525
Money and Currency.
26-
This module implements JSR 354.
26+
This module is the Reference Implementatation of JSR 354.
2727
</description>
2828

2929
<organization>
@@ -49,7 +49,7 @@
4949
<basedir>.</basedir>
5050

5151
<!-- 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 -->
5353
<additionalparam>-Xdoclint:none</additionalparam>
5454

5555
<!-- OSGI support -->

0 commit comments

Comments
 (0)
Please sign in to comment.