diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2022-05-18 14:12:58 +0200 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2022-05-18 14:12:58 +0200 |
commit | 37fd7c008e31830a777d68cd2a3be03087fa0657 (patch) | |
tree | 492b4af6de91b70afedfded6edb1d5bd398940d9 /pom.xml | |
parent | version number increased (diff) | |
download | UIC-barcode-37fd7c008e31830a777d68cd2a3be03087fa0657.tar UIC-barcode-37fd7c008e31830a777d68cd2a3be03087fa0657.tar.gz UIC-barcode-37fd7c008e31830a777d68cd2a3be03087fa0657.tar.bz2 UIC-barcode-37fd7c008e31830a777d68cd2a3be03087fa0657.tar.lz UIC-barcode-37fd7c008e31830a777d68cd2a3be03087fa0657.tar.xz UIC-barcode-37fd7c008e31830a777d68cd2a3be03087fa0657.tar.zst UIC-barcode-37fd7c008e31830a777d68cd2a3be03087fa0657.zip |
Diffstat (limited to '')
-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.3.2</version>
+ <version>1.3.3</version>
<packaging>jar</packaging>
<name>UIC barcode</name>
<description>encoding and decoding of bar code content according to UIC IRS 90918-9</description>
|