Skip to content

Commit

Permalink
Update to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jun 25, 2020
1 parent 7cdd711 commit 757ccb3
Show file tree
Hide file tree
Showing 40 changed files with 45 additions and 46 deletions.
2 changes: 1 addition & 1 deletion console/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.console</groupId>
<artifactId>uom-console-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<name>Basic UoM Console Demos</name>
<artifactId>uom-console-demos-basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/conference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tech.uom.demo.console</groupId>
<artifactId>uom-console-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<name>Conference Demo</name>
Expand Down
2 changes: 1 addition & 1 deletion console/java10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.demo.console</groupId>
<artifactId>uom-console-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<name>Basic UoM Console Demos for Java 10</name>
<artifactId>uom-console-demos-java10</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/java12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tech.uom.demo.console</groupId>
<artifactId>uom-console-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<name>Basic UoM Console Demos for Java 12</name>
<description>Java 12 Units of Measurement Console Demos</description>
Expand Down
3 changes: 1 addition & 2 deletions console/java14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.demo.console</groupId>
<artifactId>uom-console-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<name>Basic UoM Console Demos for Java 14</name>
<artifactId>uom-console-demos-java14</artifactId>
Expand All @@ -24,7 +24,6 @@
<dependency>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib-common</artifactId>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>tech.units</groupId>
Expand Down
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>tech.uom.demo</groupId>
<artifactId>uom-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion console/systems/common-java10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-console-demos-common-java10</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion console/systems/common-java14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-console-demos-common-java14</artifactId>
<name>UoM Common Console Demos for Java 14</name>
Expand Down
2 changes: 1 addition & 1 deletion console/systems/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<name>UoM Common Console Demos</name>
<artifactId>uom-console-demos-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/systems/historical/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>historical</artifactId>
<name>Historical Unit Systems</name>
Expand Down
2 changes: 1 addition & 1 deletion console/systems/jscience/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>jscience</artifactId>
<name>JScience 4 Console Demos</name>
Expand Down
2 changes: 1 addition & 1 deletion console/systems/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.console</groupId>
<artifactId>uom-console-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/systems/si-java10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-si-console-demos-java10</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion console/systems/si/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-si-console-demos</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion console/systems/ucum-java10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-console-demos-ucum-java10</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion console/systems/ucum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-console-demos-ucum</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion console/systems/unicode-java10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-console-demos-unicode-java10</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion console/systems/unicode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>tech.uom.demo.console.systems</groupId>
<artifactId>uom-console-system-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-console-demos-unicode</artifactId>
<name>Unicode Console Demos</name>
Expand Down
2 changes: 1 addition & 1 deletion console/valhalla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uom-console-demos</artifactId>
<groupId>tech.uom.demo.console</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>valhalla</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion device/edison/dio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.device.edison</groupId>
<artifactId>uom-edison-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-edison-dio</artifactId>
<name>Device I/O for Edison</name>
Expand Down
2 changes: 1 addition & 1 deletion device/edison/hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.device.edison</groupId>
<artifactId>uom-edison-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-edison-hello</artifactId>
<name>Hello Edison Demo</name>
Expand Down
2 changes: 1 addition & 1 deletion device/edison/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.device</groupId>
<artifactId>uom-device-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<groupId>tech.uom.demo.device.edison</groupId>
<artifactId>uom-edison-demos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion device/edison/sensorweb/mqttdemo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>tech.uom.demo.device.edison</groupId>
<artifactId>uom-edison-sensorweb</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>uom-edison-mqttdemo</artifactId>
<name>Edison Sensor Web MQTT Demo</name>
Expand Down
4 changes: 2 additions & 2 deletions device/edison/sensorweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<parent>
<groupId>tech.uom.demo.device.edison</groupId>
<artifactId>uom-edison-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-edison-sensorweb</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>
<name>Edison Sensor Web Demo</name>
<description>Sensor Web Demo for Intel Edison</description>
Expand Down
2 changes: 1 addition & 1 deletion device/edison/tutorial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.device.edison</groupId>
<artifactId>uom-edison-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-edison-tutorial</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>tech.uom.demo</groupId>
<artifactId>uom-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-device-demos</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion domain/energy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.domain</groupId>
<artifactId>uom-domain-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-energy-demos</artifactId>
<name>Units of Measurement Energy Demos</name>
Expand Down
2 changes: 1 addition & 1 deletion domain/health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.demo.domain</groupId>
<artifactId>uom-domain-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-health-demos-se</artifactId>
<name>Units of Measurement Health Demos for Java SE</name>
Expand Down
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>tech.uom.demo</groupId>
<artifactId>uom-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<description>Domain Specific Demos of the Units of Measurement API</description>
<groupId>tech.uom.demo.domain</groupId>
Expand Down
4 changes: 2 additions & 2 deletions domain/retail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.demo.domain</groupId>
<artifactId>uom-domain-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>retail</artifactId>
<name>Retail Demos for Java SE</name>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>javax.measure</groupId>
<artifactId>unit-api</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>tech.units</groupId>
Expand Down
2 changes: 1 addition & 1 deletion javafx/fxlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.demo.javafx</groupId>
<artifactId>uom-javafx-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>uom-fxlib</artifactId>
<name>Units of Measurement FXlib</name>
Expand Down
2 changes: 1 addition & 1 deletion javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tech.uom.demo</groupId>
<artifactId>uom-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<groupId>tech.uom.demo.javafx</groupId>
<description>Demos of the Units of Measurement API using JavaFX</description>
Expand Down
2 changes: 1 addition & 1 deletion lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>tech.uom.demo</groupId>
<artifactId>uom-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion lang/repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uom-language-demos</artifactId>
<groupId>tech.uom.demo.lang</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>repl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>tech.uom.demo</groupId>
<packaging>pom</packaging>
<name>Units of Measurement Demos</name>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<url>http://github.com/unitsofmeasurement/uom-demos</url>
<organization>
<name>Units of Measurement project</name>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tech.uom.demo</groupId>
<artifactId>uom-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<description>Web-based Demos for Units of Measurement</description>
<modules>
Expand Down
6 changes: 3 additions & 3 deletions web/sparkdemo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>tech.uom.demo.web</groupId>
<artifactId>uom-web-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>sparkdemo</artifactId>
<name>Spark Sensor Web API Demo</name>
Expand All @@ -25,8 +25,8 @@
<additionalparam>-Xdoclint:none</additionalparam>
<maven.source.version>3.0.1</maven.source.version>
<jsr.version>2.0</jsr.version>
<ri.version>2.0.3-SNAPSHOT</ri.version>
<lib.version>2.0.1-SNAPSHOT</lib.version>
<ri.version>2.0.3</ri.version>
<lib.version>2.0</lib.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion web/springbootdemo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uom-web-demos</artifactId>
<groupId>tech.uom.demo.web</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions web/temperature-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>tech.uom.demo.web</groupId>
<artifactId>uom-web-demos</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>temperature-converter</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -105,7 +105,7 @@
<exclusions> <exclusion> < declare the exclusion here > <groupId>tech.uom.lib</groupId>
<artifactId>uom-lib-common</artifactId> </exclusion> </exclusions> </dependency>
<dependency> <groupId>tech.uom.lib</groupId> <artifactId>uom-lib-common</artifactId>
<version>2.0.1-SNAPSHOT.1-SNAPSHOT</version> </dependency> -->
<version>2.0.1.1-SNAPSHOT</version> </dependency> -->
</dependencies>

<build>
Expand Down
Loading

0 comments on commit 757ccb3

Please sign in to comment.