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

Commit ec7e490

Browse files
committed
2 parents dd73151 + 1c53917 commit ec7e490

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ jackson-module-unitsofmeasure
33

44
Contains custom serializers and deserializers for JSR 363.
55

6-
This was built with version `0.4` of the JSR 363 API and `0.1` of the RI, both provided in a local Maven repository, called `/repository` under this ("unitsofmeasurement") organization.
6+
This was built with version `0.7` (*EDR*) of the JSR 363 API and `0.6` of the *SE Port*, both provided either in a local Maven repository, called `/repository` under this ("unitsofmeasurement") organization or MavenCentral (Sonatype).

pom.xml

Lines changed: 4 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.7</version>
8+
<version>0.8-SNAPSHOT</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.2-uom</version>
15+
<version>1.3.3-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,8 @@
2525
<jdkVersion>1.8</jdkVersion>
2626
<maven.compile.targetLevel>1.6</maven.compile.targetLevel>
2727
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
28-
<jsr.version>0.7</jsr.version>
29-
<impl.version>0.6</impl.version>
30-
<lib.version>0.5</lib.version> <!-- currently unused -->
28+
<impl.version>0.7-SNAPSHOT</impl.version>
29+
<lib.version>0.6-SNAPSHOT</lib.version> <!-- currently unused -->
3130
<jackson.version>2.2.2</jackson.version>
3231
</properties>
3332

0 commit comments

Comments
 (0)