Skip to content

Commit 7deda42

Browse files
committed
Fixed #402
1 parent fc5b9dc commit 7deda42

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.javamoney.moneta</groupId>
55
<artifactId>moneta-convert-parent</artifactId>
6-
<version>1.4.4</version>
6+
<version>1.4.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>moneta-convert</artifactId>
99

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

Lines changed: 1 addition & 1 deletion
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.4</version>
8+
<version>1.4.4-SNAPSHOT</version>
99
</parent>
1010
<artifactId>moneta-convert-ecb</artifactId>
1111
<packaging>jar</packaging>

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

Lines changed: 1 addition & 1 deletion
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.4</version>
8+
<version>1.4.4-SNAPSHOT</version>
99
</parent>
1010
<artifactId>moneta-convert-imf</artifactId>
1111
<packaging>jar</packaging>

moneta-convert/pom.xml

Lines changed: 1 addition & 1 deletion
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.4</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
</parent>
99
<groupId>org.javamoney.moneta</groupId>
1010
<artifactId>moneta-convert-parent</artifactId>

moneta-core/pom.xml

Lines changed: 3 additions & 3 deletions
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.4</version>
16+
<version>1.4.4-SNAPSHOT</version>
1717
</parent>
1818
<groupId>org.javamoney.moneta</groupId>
1919
<artifactId>moneta-core</artifactId>
@@ -24,8 +24,8 @@
2424
<description>The engine of moneta, this projects has implementations of MonetayAmount, CurrencyUnit, loaders, formatters and core parts of the SPI.</description>
2525

2626
<ciManagement>
27-
<system>Travis CI</system>
28-
<url>https://app.travis-ci.com/github/JavaMoney/jsr354-ri</url>
27+
<system>Circle CI</system>
28+
<url>https://app.circleci.com/pipelines/github/JavaMoney/jsr354-ri</url>
2929
</ciManagement>
3030

3131
<prerequisites>

moneta/pom.xml

Lines changed: 3 additions & 3 deletions
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.4</version>
17+
<version>1.4.4-SNAPSHOT</version>
1818
</parent>
1919
<artifactId>moneta</artifactId>
2020
<packaging>pom</packaging>
@@ -27,8 +27,8 @@
2727
</description>
2828

2929
<ciManagement>
30-
<system>Travis CI</system>
31-
<url>https://travis-ci.org/JavaMoney/jsr354-ri</url>
30+
<system>Circle CI</system>
31+
<url>https://app.circleci.com/pipelines/github/JavaMoney/jsr354-ri</url>
3232
</ciManagement>
3333

3434
<prerequisites>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<artifactId>javamoney-parent</artifactId>
1616
<version>1.4</version>
1717
</parent>
18-
<version>1.4.4</version>
18+
<version>1.4.4-SNAPSHOT</version>
1919
<artifactId>moneta-parent</artifactId>
2020
<packaging>pom</packaging>
2121
<name>Moneta Parent</name>

0 commit comments

Comments
 (0)