diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2024-06-18 15:41:37 +0200 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2024-06-18 15:41:37 +0200 |
commit | d5b68932becdf7027b09bdd9cca98c68c8461b0e (patch) | |
tree | ddc6c99bbdbfce1fa3a4fc5fa46b6f748d818b64 /pom.xml | |
parent | - bug fix on travel date in train link in version 1.3 (diff) | |
download | UIC-barcode-d5b68932becdf7027b09bdd9cca98c68c8461b0e.tar UIC-barcode-d5b68932becdf7027b09bdd9cca98c68c8461b0e.tar.gz UIC-barcode-d5b68932becdf7027b09bdd9cca98c68c8461b0e.tar.bz2 UIC-barcode-d5b68932becdf7027b09bdd9cca98c68c8461b0e.tar.lz UIC-barcode-d5b68932becdf7027b09bdd9cca98c68c8461b0e.tar.xz UIC-barcode-d5b68932becdf7027b09bdd9cca98c68c8461b0e.tar.zst UIC-barcode-d5b68932becdf7027b09bdd9cca98c68c8461b0e.zip |
Diffstat (limited to 'pom.xml')
-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.6</version>
<packaging>jar</packaging>
<name>UIC barcode</name>
<description>encoding and decoding of Aztec barcode content according to UIC IRS 90918-9</description>
|