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

Commit e7e6f02

Browse files
committed
1 parent 240ba0a commit e7e6f02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.opower.unitsofmeasure</groupId>
1313
<artifactId>jackson-module-unitsofmeasure</artifactId>
1414
<packaging>jar</packaging>
15-
<version>1.3-uom</version>
15+
<version>1.3.1-uom-SNAPSHOT</version>
1616

1717
<name>Jackson Unit of Measure Module</name>
1818
<description>Contains custom serializers and deserializers for org.unitsofmeasurement classes.</description>
@@ -25,8 +25,8 @@
2525
<jdkVersion>1.8</jdkVersion>
2626
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
2727
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
28-
<jsr.version>0.4</jsr.version>
29-
<ri.version>0.1</ri.version>
28+
<jsr.version>0.5-SNAPSHOT</jsr.version>
29+
<ri.version>0.2-SNAPSHOT</ri.version>
3030
<lib.version>0.1-SNAPSHOT</lib.version> <!-- currently unused -->
3131
<jackson.version>2.2.2</jackson.version>
3232
</properties>

0 commit comments

Comments
 (0)