Skip to content

Commit

Permalink
192: Public Review delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed May 12, 2019
1 parent 94dd9df commit ed9c865
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions assertj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib</artifactId>
<version>1.1</version>
<version>2.0-PRD</version>
</parent>
<artifactId>uom-lib-assertj</artifactId>
<name>Units of Measurement AssertJ Library</name>
Expand Down Expand Up @@ -146,5 +146,4 @@
</build>
</profile>
</profiles>
<version>1.2-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-PRD</version>
</parent>
<artifactId>uom-lib-common</artifactId>
<name>Units of Measurement Common Library</name>
Expand Down
3 changes: 1 addition & 2 deletions jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<parent>
<groupId>tech.uom.lib</groupId>
<artifactId>uom-lib</artifactId>
<version>1.1</version>
<version>2.0-PRD</version>
</parent>
<artifactId>uom-lib-jackson</artifactId>
<version>1.2-SNAPSHOT</version>
<name>Units of Measurement Jackson Library</name>
<description>Contains custom serializers and deserializers for JSR 363</description>
<organization>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tech.uom</groupId>
<artifactId>uom-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-PRD</version>
</parent>
<modules>
<module>common</module>
Expand Down

0 comments on commit ed9c865

Please sign in to comment.