diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2023-08-11 10:28:35 +0200 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2023-08-11 10:28:35 +0200 |
commit | 7743ad482c0dd8f54d4b7b799dd4299a3a66917d (patch) | |
tree | 453abaa59b4c95a8d86254d947469bce32a5b46d | |
parent | default value 23:59 in case of missing valid until time added in all (diff) | |
download | UIC-barcode-7743ad482c0dd8f54d4b7b799dd4299a3a66917d.tar UIC-barcode-7743ad482c0dd8f54d4b7b799dd4299a3a66917d.tar.gz UIC-barcode-7743ad482c0dd8f54d4b7b799dd4299a3a66917d.tar.bz2 UIC-barcode-7743ad482c0dd8f54d4b7b799dd4299a3a66917d.tar.lz UIC-barcode-7743ad482c0dd8f54d4b7b799dd4299a3a66917d.tar.xz UIC-barcode-7743ad482c0dd8f54d4b7b799dd4299a3a66917d.tar.zst UIC-barcode-7743ad482c0dd8f54d4b7b799dd4299a3a66917d.zip |
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion>
<groupId>org.uic.barcode</groupId>
<artifactId>org.uic.barcode</artifactId>
- <version>1.4.3</version>
+ <version>1.4.4</version>
<packaging>jar</packaging>
<name>UIC barcode</name>
<description>encoding and decoding of Aztec barcode content according to UIC IRS 90918-9</description>
|