Skip to content

Commit

Permalink
152: Jigsaw enable modules
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Oct 29, 2019
1 parent b4bed27 commit 6bb7aad
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.0.1-SNAPSHOT</version>
<version>2.0</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 @@ -8,7 +8,7 @@
<artifactId>uom-parent</artifactId>
<version>2.0.1</version>
</parent>
<version>2.0.1-SNAPSHOT</version>
<version>2.0</version>
<packaging>pom</packaging>
<name>Units of Measurement Systems Parent</name>
<url>http://www.uom.systems</url>
Expand All @@ -34,7 +34,7 @@
<ri.version>2.0.1</ri.version>
<si.version>2.0.1</si.version>
<quantity.version>2.0</quantity.version>
<systems.version>2.0.1-SNAPSHOT</systems.version>
<systems.version>2.0</systems.version>
<project.build.javaVersion>${jdkVersion}</project.build.javaVersion>
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
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>systems.uom</groupId>
<artifactId>systems-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0</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.0.1-SNAPSHOT</version>
<version>2.0</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.0.1-SNAPSHOT</version>
<version>2.0</version>
</parent>
<artifactId>systems-unicode</artifactId>
<name>Units of Measurement Unicode CLDR System</name>
Expand Down

0 comments on commit 6bb7aad

Please sign in to comment.