Skip to content

Commit

Permalink
47: Port UOM NonSI Units
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed May 20, 2018
1 parent 892fe20 commit 30c8f7a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>si.uom</groupId>
<artifactId>si-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9</version>
<packaging>pom</packaging>
<name>International System of Units (SI)</name>
<description>Units of Measurement SI (Système International d'Unités)</description>
Expand All @@ -22,9 +22,9 @@
<jsr.version>1.0</jsr.version>
<lib.version>1.0.2</lib.version>
<ri.version>1.0.3</ri.version>
<se.version>1.0.9-SNAPSHOT</se.version>
<se.version>1.0.9</se.version>
<si.version>${project.version}</si.version><!-- -->
<si.quantity.version>0.9-SNAPSHOT</si.quantity.version><!-- To handle quantity separately,
<si.quantity.version>0.9</si.quantity.version><!-- To handle quantity separately,
makes deployment easier -->
<project.build.javaVersion>${jdkVersion}</project.build.javaVersion>
<maven.compile.targetLevel>1.6</maven.compile.targetLevel>
Expand Down
2 changes: 1 addition & 1 deletion quantity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>si.uom</groupId>
<artifactId>si-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9</version>
</parent>
<artifactId>si-quantity</artifactId>
<name>SI Quantities</name>
Expand Down
2 changes: 1 addition & 1 deletion units-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>si.uom</groupId>
<artifactId>si-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9</version>
</parent>
<artifactId>si-units-java8</artifactId>
<name>SI Units for Java SE 8</name>
Expand Down
2 changes: 1 addition & 1 deletion units/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>si.uom</groupId>
<artifactId>si-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9</version>
</parent>
<artifactId>si-units</artifactId>
<name>SI Units</name>
Expand Down

0 comments on commit 30c8f7a

Please sign in to comment.