Skip to content

Commit 449f6a5

Browse files
committed
Updated releases and poms for next public release.
Fixed parent to 0.4 so it can be uploaded to Maven public repo.
1 parent 54ce5f5 commit 449f6a5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.javamoney</groupId>
55
<artifactId>javamoney-parent</artifactId>
6-
<version>0.4-SNAPSHOT</version>
6+
<version>0.4</version>
77
<packaging>pom</packaging>
88
<name>Money and Currency - JavaMoney parent</name>
99
<description>JavaMoney Parent POM</description>
@@ -12,7 +12,7 @@
1212
<url>http://javamoney.org</url>
1313
</organization>
1414
<properties>
15-
<jsr.version>0.8-SNAPSHOT</jsr.version>
15+
<jsr.version>0.8</jsr.version>
1616
<javamoney.version>0.4-SNAPSHOT</javamoney.version>
1717
<jdkVersion>1.7</jdkVersion>
1818
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
@@ -88,7 +88,7 @@
8888
<keywords>true</keywords>
8989
<linksource>true</linksource>
9090
<!-- overview>${basedir}/overview.html</overview -->
91-
<source>${project.build.sourceCompilerLevel}</source>
91+
<source>${maven.compile.sourceLevel}</source>
9292
<!-- stylesheetfile>${basedir}/src/site/css/money-jdoc.css</stylesheetfile -->
9393
<verbose>true</verbose>
9494
</configuration>
@@ -119,8 +119,6 @@
119119
<target>${maven.compile.targetLevel}</target>
120120
<compilerArgument>-g</compilerArgument>
121121
<encoding>${project.build.sourceEncoding}</encoding>
122-
<charset>${project.build.sourceEncoding}</charset>
123-
<showDeprecations>true</showDeprecations>
124122
</configuration>
125123
</plugin>
126124
<plugin>

0 commit comments

Comments
 (0)