Skip to content

Commit

Permalink
UNITSOFMEASUREMENT-82: EDR
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Dec 13, 2014
1 parent 1a4aa2c commit 47fb511
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>tec.uom.demo</groupId>
<artifactId>uom-demos</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion console/ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tec.uom.demo</groupId>
<artifactId>uom-console-demos</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>
<name>Units of Measurement Console Demos for RI</name>
<artifactId>uom-console-demos-ri</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tec.uom.demo</groupId>
<artifactId>uom-console-demos</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>
<artifactId>uom-console-demos-se</artifactId>
<name>Units of Measurement Console Demos for Java SE</name>
Expand Down
2 changes: 1 addition & 1 deletion domain/health-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tec.uom.demo</groupId>
<artifactId>uom-domain-demos</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>
<artifactId>uom-health-demos-se</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion domain/health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tec.uom.demo</groupId>
<artifactId>uom-domain-demos</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<dependencyManagement>
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>tec.uom.demo</groupId>
<artifactId>uom-demos</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion javafx/fxlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tec.uom.demo</groupId>
<artifactId>uom-javafx-demos</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>
<artifactId>uom-fxlib</artifactId>
<packaging>jar</packaging>
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>tec.uom.demo</groupId>
<artifactId>uom-demos</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>
<description>Demos of the Units of Measurement API using JavaFX</description>

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>tec.uom.demo</groupId>
<artifactId>uom-demos</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>
<description>Web-based Demos of the Units of Measurement API</description>
<modules>
Expand Down

0 comments on commit 47fb511

Please sign in to comment.