Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Commit f587867

Browse files
committed
1 parent 0b63a0b commit f587867

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
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>
@@ -23,11 +23,11 @@
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

0 commit comments

Comments
 (0)