Skip to content

Commit

Permalink
177: Liters per 100 km to mpg conversion issue
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Sep 28, 2020
1 parent 21a9817 commit 19c3ee0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
<parent>
<groupId>tech.uom</groupId>
<artifactId>uom-parent</artifactId>
<version>2.0.3</version>
<version>2.1-SNAPSHOT</version>
</parent>
<groupId>si.uom</groupId>
<artifactId>si-parent</artifactId>
<packaging>pom</packaging>
<name>International System of Units (SI)</name>
<description>Units of Measurement SI (Système International d'Unités)</description>
<version>2.1-SNAPSHOT</version>
<description>Units of Measurement SI (Système International d'Unités)</description>

<!-- ======================================================= -->
<!-- Build Settings -->
Expand All @@ -22,7 +21,7 @@
<jdkVersion>1.8</jdkVersion>
<jsr.version>2.0</jsr.version>
<lib.version>2.0.1</lib.version>
<ri.version>2.0.4</ri.version>
<ri.version>2.0.5-SNAPSHOT</ri.version>
<si.version>${project.version}</si.version><!-- -->
<si.quantity.version>${project.version}</si.quantity.version><!-- To handle quantity
separately, makes deployment easier -->
Expand Down

0 comments on commit 19c3ee0

Please sign in to comment.