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

Commit

Permalink
4: Update Jackson-Module
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jun 27, 2014
1 parent 0b63a0b commit f587867
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
<artifactId>unitsofmeasurement-parent</artifactId>
<groupId>org.unitsofmeasurement</groupId>
</parent>
<groupId>com.opower.unitsofmeasure</groupId>
<artifactId>jackson-module-unitsofmeasure</artifactId>
<packaging>jar</packaging>
<version>1.3.1-uom-SNAPSHOT</version>
<version>1.3.1-uom</version>

<name>Jackson Units of Measurement Module</name>
<description>Contains custom serializers and deserializers for JSR 363.</description>
Expand All @@ -23,11 +23,11 @@
<properties>
<project.build.javaVersion>1.8</project.build.javaVersion>
<jdkVersion>1.8</jdkVersion>
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
<maven.compile.targetLevel>1.6</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
<jsr.version>0.5-SNAPSHOT</jsr.version>
<ri.version>0.2-SNAPSHOT</ri.version>
<lib.version>0.1-SNAPSHOT</lib.version> <!-- currently unused -->
<jsr.version>0.5</jsr.version>
<ri.version>0.2</ri.version>
<lib.version>0.1</lib.version> <!-- currently unused -->
<jackson.version>2.2.2</jackson.version>
</properties>

Expand Down

0 comments on commit f587867

Please sign in to comment.