This repository was archived by the owner on Sep 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 <modelVersion >4.0.0</modelVersion >
77 <parent >
8- <version >0.5-SNAPSHOT </version >
8+ <version >0.5</version >
99 <artifactId >unitsofmeasurement-parent</artifactId >
1010 <groupId >org.unitsofmeasurement</groupId >
1111 </parent >
1212 <groupId >com.opower.unitsofmeasure</groupId >
1313 <artifactId >jackson-module-unitsofmeasure</artifactId >
1414 <packaging >jar</packaging >
15- <version >1.3.1-uom-SNAPSHOT </version >
15+ <version >1.3.1-uom</version >
1616
1717 <name >Jackson Units of Measurement Module</name >
1818 <description >Contains custom serializers and deserializers for JSR 363.</description >
2323 <properties >
2424 <project .build.javaVersion>1.8</project .build.javaVersion>
2525 <jdkVersion >1.8</jdkVersion >
26- <maven .compile.targetLevel>${jdkVersion} </maven .compile.targetLevel>
26+ <maven .compile.targetLevel>1.6 </maven .compile.targetLevel>
2727 <maven .compile.sourceLevel>${jdkVersion} </maven .compile.sourceLevel>
28- <jsr .version>0.5-SNAPSHOT </jsr .version>
29- <ri .version>0.2-SNAPSHOT </ri .version>
30- <lib .version>0.1-SNAPSHOT </lib .version> <!-- currently unused -->
28+ <jsr .version>0.5</jsr .version>
29+ <ri .version>0.2</ri .version>
30+ <lib .version>0.1</lib .version> <!-- currently unused -->
3131 <jackson .version>2.2.2</jackson .version>
3232 </properties >
3333
You can’t perform that action at this time.
0 commit comments