Skip to content

Commit f04fd6c

Browse files
committed
Updated poms.
1 parent 3565a7b commit f04fd6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

money-impl/cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>money-impl</artifactId>
66
<groupId>net.java.javamoney</groupId>
7-
<version>1.0-b01</version>
7+
<version>0.4-EDR1</version>
88
</parent>
99
<artifactId>money-cdi</artifactId>
1010
<name>JSR 354 (Money and Currency) - CDI Standalone Support</name>

money-impl/java-ee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>money-impl</artifactId>
66
<groupId>net.java.javamoney</groupId>
7-
<version>1.0-b01</version>
7+
<version>0.4-EDR1</version>
88
</parent>
99
<artifactId>money-java-ee</artifactId>
1010
<name>JSR 354 (Money and Currency) - Java EE Support</name>

money-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<basedir>.</basedir>
2121
<!-- Dependency versions -->
2222
<junit.version>4.8.2</junit.version>
23-
<javamoney.version>1.0-b01</javamoney.version>
23+
<javamoney.version>${project.version}</javamoney.version>
2424
<slf4j.version>1.6.1</slf4j.version>
2525
</properties>
2626

0 commit comments

Comments
 (0)