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

Commit d6da623

Browse files
committed
Update pom.xml
1 parent 5356af7 commit d6da623

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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)