Skip to content

Commit 4a30c1a

Browse files
committed
Use Indriya 2.2.3 #92
#92
1 parent d521fcd commit 4a30c1a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>tech.uom</groupId>
77
<artifactId>uom-parent</artifactId>
8-
<version>2.2.2</version>
8+
<version>2.2.3</version>
99
</parent>
1010
<groupId>si.uom</groupId>
1111
<artifactId>si-parent</artifactId>
1212
<packaging>pom</packaging>
1313
<name>International System of Units (SI)</name>
1414
<description>Units of Measurement SI (Système International d'Unités)</description>
15-
<version>2.2.1-SNAPSHOT</version>
15+
<version>2.2.1</version>
1616
<organization>
1717
<name>Units of Measurement</name>
1818
</organization>
@@ -25,9 +25,9 @@
2525
<jdkVersion>1.8</jdkVersion>
2626
<jsr.version>2.2</jsr.version>
2727
<lib.version>2.2</lib.version>
28-
<ri.version>2.2.3-SNAPSHOT</ri.version>
28+
<ri.version>2.2.3</ri.version>
2929
<si.version>${project.version}</si.version><!-- -->
30-
<si.quantity.version>2.2</si.quantity.version><!-- To handle quantity
30+
<si.quantity.version>2.2.1</si.quantity.version><!-- To handle quantity
3131
separately, makes deployment easier -->
3232
<jakarta.annotation.version>2.0.0</jakarta.annotation.version>
3333
<project.build.javaVersion>${jdkVersion}</project.build.javaVersion>

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.2.1-SNAPSHOT</version>
7+
<version>2.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.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
</parent>
1010
<artifactId>si-units</artifactId>
1111
<name>SI Units</name>

0 commit comments

Comments
 (0)