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

Commit 423b735

Browse files
committed
21: UCUM: some results like "m/s" are not formatted correctly
Task-Url: https://github.com/unitsofmeasurement/uom-systems/issues/issues/issue/21
1 parent a7f3c57 commit 423b735

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 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.8</version>
8+
<version>1.0</version>
99
<artifactId>uom-parent</artifactId>
1010
<groupId>tec.uom</groupId>
1111
</parent>
1212
<groupId>com.opower.unitsofmeasure</groupId>
1313
<artifactId>jackson-module-unitsofmeasure</artifactId>
1414
<packaging>jar</packaging>
15-
<version>1.3.3</version>
15+
<version>1.3.4-SNAPSHOT</version>
1616

1717
<name>Jackson Units of Measurement Module</name>
1818
<description>Contains custom serializers and deserializers for JSR 363.</description>
@@ -25,9 +25,9 @@
2525
<jdkVersion>1.8</jdkVersion>
2626
<maven.compile.targetLevel>1.6</maven.compile.targetLevel>
2727
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
28-
<impl.version>0.8</impl.version>
29-
<lib.version>0.8</lib.version> <!-- currently unused -->
30-
<ucum.version>0.2</ucum.version>
28+
<impl.version>1.0</impl.version>
29+
<lib.version>1.0</lib.version> <!-- currently unused -->
30+
<ucum.version>0.3</ucum.version>
3131
<jackson.version>2.2.2</jackson.version>
3232
</properties>
3333

0 commit comments

Comments
 (0)