File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.javamoney</groupId >
5
5
<artifactId >javamoney-parent</artifactId >
6
- <version >0.4-SNAPSHOT </version >
6
+ <version >0.4</version >
7
7
<packaging >pom</packaging >
8
8
<name >Money and Currency - JavaMoney parent</name >
9
9
<description >JavaMoney Parent POM</description >
12
12
<url >http://javamoney.org</url >
13
13
</organization >
14
14
<properties >
15
- <jsr .version>0.8-SNAPSHOT </jsr .version>
15
+ <jsr .version>0.8</jsr .version>
16
16
<javamoney .version>0.4-SNAPSHOT</javamoney .version>
17
17
<jdkVersion >1.7</jdkVersion >
18
18
<maven .compile.targetLevel>${jdkVersion} </maven .compile.targetLevel>
88
88
<keywords >true</keywords >
89
89
<linksource >true</linksource >
90
90
<!-- overview>${basedir}/overview.html</overview -->
91
- <source >${project.build.sourceCompilerLevel } </source >
91
+ <source >${maven.compile.sourceLevel } </source >
92
92
<!-- stylesheetfile>${basedir}/src/site/css/money-jdoc.css</stylesheetfile -->
93
93
<verbose >true</verbose >
94
94
</configuration >
119
119
<target >${maven.compile.targetLevel} </target >
120
120
<compilerArgument >-g</compilerArgument >
121
121
<encoding >${project.build.sourceEncoding} </encoding >
122
- <charset >${project.build.sourceEncoding} </charset >
123
- <showDeprecations >true</showDeprecations >
124
122
</configuration >
125
123
</plugin >
126
124
<plugin >
You can’t perform that action at this time.
0 commit comments