diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2023-08-11 10:43:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 10:43:36 +0200 |
commit | 91c78a9c0dbb20ce141a0122267b4f6d367646ec (patch) | |
tree | 960657a9b89eee67f09cc4e23675996f7f902440 /pom.xml | |
parent | Merge pull request #70 from UnionInternationalCheminsdeFer/1.4.3 (diff) | |
parent | version number update (diff) | |
download | UIC-barcode-91c78a9c0dbb20ce141a0122267b4f6d367646ec.tar UIC-barcode-91c78a9c0dbb20ce141a0122267b4f6d367646ec.tar.gz UIC-barcode-91c78a9c0dbb20ce141a0122267b4f6d367646ec.tar.bz2 UIC-barcode-91c78a9c0dbb20ce141a0122267b4f6d367646ec.tar.lz UIC-barcode-91c78a9c0dbb20ce141a0122267b4f6d367646ec.tar.xz UIC-barcode-91c78a9c0dbb20ce141a0122267b4f6d367646ec.tar.zst UIC-barcode-91c78a9c0dbb20ce141a0122267b4f6d367646ec.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.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>
|