File tree Expand file tree Collapse file tree 2 files changed +4
-228
lines changed Expand file tree Collapse file tree 2 files changed +4
-228
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4343
4444 <properties >
4545 <!-- ************ TCK Setup ****************** -->
46+
4647 <!-- 1) JSR API version to be used. -->
4748 <api .version>1.0-RC3</api .version>
4849 <api .artifactId>money-api</api .artifactId>
50+
4951 <!-- 2) TCK version to be used. -->
5052 <org .javamoney.tck.version>1.0-SNAPSHOT</org .javamoney.tck.version>
53+
5154 <!-- 3) Your implementation artifact to be tested. -->
5255 <impl .groupId>org.javamoney</impl .groupId>
5356 <impl .artifactId>moneta</impl .artifactId>
5457 <impl .version>1.0-RC3</impl .version>
5558 <impl .packageType>jar</impl .packageType>
5659
5760 <!-- ************ Other settings, Should normally not be changed. ************ -->
58- <jdkVersion >1.7 </jdkVersion >
61+ <jdkVersion >1.8 </jdkVersion >
5962 <maven .compile.targetLevel>${jdkVersion} </maven .compile.targetLevel>
6063 <maven .compile.sourceLevel>${jdkVersion} </maven .compile.sourceLevel>
6164 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6265 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
63- <moduleDir >.</moduleDir >
64- <basedir >.</basedir >
65- <license .licenseName>jcp_spec</license .licenseName>
66- <license .licenseResolver>src/license</license .licenseResolver>
6766 </properties >
6867
6968 <developers >
You can’t perform that action at this time.
0 commit comments