diff options
author | Karsten <karsten.budaeus@sbb.ch> | 2024-10-22 10:52:11 +0200 |
---|---|---|
committer | Karsten <karsten.budaeus@sbb.ch> | 2024-10-22 10:52:11 +0200 |
commit | db12d8ccb4f93e8feec2110fcf9cba8ee5cb0f6f (patch) | |
tree | 17c56de8416a10978cfca76e249309e007933a9c /pom.xml | |
parent | Merge pull request #86 from raumobil/fix/issuingDate-in-uHeadRecod (diff) | |
download | UIC-barcode-db12d8ccb4f93e8feec2110fcf9cba8ee5cb0f6f.tar UIC-barcode-db12d8ccb4f93e8feec2110fcf9cba8ee5cb0f6f.tar.gz UIC-barcode-db12d8ccb4f93e8feec2110fcf9cba8ee5cb0f6f.tar.bz2 UIC-barcode-db12d8ccb4f93e8feec2110fcf9cba8ee5cb0f6f.tar.lz UIC-barcode-db12d8ccb4f93e8feec2110fcf9cba8ee5cb0f6f.tar.xz UIC-barcode-db12d8ccb4f93e8feec2110fcf9cba8ee5cb0f6f.tar.zst UIC-barcode-db12d8ccb4f93e8feec2110fcf9cba8ee5cb0f6f.zip |
Diffstat (limited to '')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ <modelVersion>4.0.0</modelVersion>
<groupId>org.uic.barcode</groupId>
<artifactId>org.uic.barcode</artifactId>
- <version>1.4.7</version>
+ <version>1.4.8</version>
<packaging>jar</packaging>
<name>UIC barcode</name>
- <description>encoding and decoding of Aztec barcode content according to UIC IRS 90918-9</description>
+ <description>Encoding and decoding of Aztec barcode content according to UIC IRS 90918-9</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|