Skip to content

Commit f91ea04

Browse files
committed
48: Add physical quantities P2 from Wikipedia
Task-Url: #48
1 parent d8717fe commit f91ea04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<artifactId>si-parent</artifactId>
1212
<packaging>pom</packaging>
1313
<name>International System of Units (SI)</name>
14-
<description>Units of Measurement SI (Système International d'Unités)</description>
15-
<version>2.1-SNAPSHOT</version>
14+
<description>Units of Measurement SI (Système International d'Unités)</description>
1615

1716
<!-- ======================================================= -->
1817
<!-- Build Settings -->
@@ -352,4 +351,5 @@
352351
</build>
353352
</profile>
354353
</profiles>
354+
<version>2.1</version>
355355
</project>

quantity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>si.uom</groupId>
66
<artifactId>si-parent</artifactId>
7-
<version>2.1-SNAPSHOT</version>
7+
<version>2.1</version>
88
</parent>
99
<artifactId>si-quantity</artifactId>
1010
<name>SI Quantities</name>

units/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>si.uom</groupId>
77
<artifactId>si-parent</artifactId>
8-
<version>2.1-SNAPSHOT</version>
8+
<version>2.1</version>
99
</parent>
1010
<artifactId>si-units</artifactId>
1111
<name>SI Units</name>

0 commit comments

Comments
 (0)