Skip to content

Commit

Permalink
153: Jigsaw enable UCUM
Browse files Browse the repository at this point in the history
Task-Url: #153
  • Loading branch information
keilw committed May 28, 2020
1 parent 1426914 commit cf810e9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>systems.uom</groupId>
<artifactId>systems-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>systems-common</artifactId>
<name>Units of Measurement Common Unit Systems</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<jsr.version>2.0</jsr.version>
<lib.version>2.0</lib.version>
<ri.version>2.0.2</ri.version>
<si.version>2.1-SNAPSHOT</si.version>
<si.version>2.0.1</si.version>
<quantity.version>2.0.1</quantity.version><!-- only need to change when new quantities added -->
<systems.version>2.1-SNAPSHOT</systems.version>
<project.build.javaVersion>${jdkVersion}</project.build.javaVersion>
Expand Down Expand Up @@ -376,5 +376,5 @@
</profile>

</profiles>
<version>2.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion quantity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>systems.uom</groupId>
<artifactId>systems-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>systems-quantity</artifactId>
<name>Units of Measurement Systems Quantities</name>
Expand Down
2 changes: 1 addition & 1 deletion ucum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>systems.uom</groupId>
<artifactId>systems-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>systems-ucum</artifactId>
<name>Units of Measurement UCUM System</name>
Expand Down
2 changes: 1 addition & 1 deletion unicode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>systems.uom</groupId>
<artifactId>systems-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>systems-unicode</artifactId>
<name>Units of Measurement Unicode CLDR System</name>
Expand Down

0 comments on commit cf810e9

Please sign in to comment.