We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee2b04 commit 9e34ffaCopy full SHA for 9e34ffa
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.javamoney</groupId>
5
<artifactId>javamoney-parent</artifactId>
6
- <version>0.3</version>
+ <version>0.4-SNAPSHOT</version>
7
<packaging>pom</packaging>
8
<name>Money and Currency - JavaMoney parent</name>
9
<description>JavaMoney Parent POM</description>
@@ -12,7 +12,7 @@
12
<url>http://javamoney.org</url>
13
</organization>
14
<properties>
15
- <jsr.version>0.7</jsr.version>
+ <jsr.version>0.8-SNAPSHOT</jsr.version>
16
<javamoney.version>${project.version}</javamoney.version>
17
<jdkVersion>1.7</jdkVersion>
18
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
0 commit comments