diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2024-09-03 09:52:20 +0200 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2024-09-03 09:52:20 +0200 |
commit | 1fe809d9dd04c88fbeac05bc6abf0f038f7200c7 (patch) | |
tree | 97599113689269244fb133b7db1bcb234cd777ed | |
parent | bug fix on reservation - arrival date in FCB version 1.3 (diff) | |
download | UIC-barcode-1fe809d9dd04c88fbeac05bc6abf0f038f7200c7.tar UIC-barcode-1fe809d9dd04c88fbeac05bc6abf0f038f7200c7.tar.gz UIC-barcode-1fe809d9dd04c88fbeac05bc6abf0f038f7200c7.tar.bz2 UIC-barcode-1fe809d9dd04c88fbeac05bc6abf0f038f7200c7.tar.lz UIC-barcode-1fe809d9dd04c88fbeac05bc6abf0f038f7200c7.tar.xz UIC-barcode-1fe809d9dd04c88fbeac05bc6abf0f038f7200c7.tar.zst UIC-barcode-1fe809d9dd04c88fbeac05bc6abf0f038f7200c7.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.5</version>
+ <version>1.4.7</version>
<packaging>jar</packaging>
<name>UIC barcode</name>
<description>encoding and decoding of Aztec barcode content according to UIC IRS 90918-9</description>
|