diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-05-12 14:06:59 +0200 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-05-12 14:06:59 +0200 |
commit | 4b98b827debd760b94679d1bf08ddfec12aa864e (patch) | |
tree | c6654ad2c99271f50d6fda21aca31c8392ce0d67 | |
parent | - Bug fix StaticHeader date format (diff) | |
download | UIC-barcode-4b98b827debd760b94679d1bf08ddfec12aa864e.tar UIC-barcode-4b98b827debd760b94679d1bf08ddfec12aa864e.tar.gz UIC-barcode-4b98b827debd760b94679d1bf08ddfec12aa864e.tar.bz2 UIC-barcode-4b98b827debd760b94679d1bf08ddfec12aa864e.tar.lz UIC-barcode-4b98b827debd760b94679d1bf08ddfec12aa864e.tar.xz UIC-barcode-4b98b827debd760b94679d1bf08ddfec12aa864e.tar.zst UIC-barcode-4b98b827debd760b94679d1bf08ddfec12aa864e.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.2.4-SNAPSHOT</version>
+ <version>1.2.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>UIC barcode</name>
<description>encoding and decoding of bar code content according to UIC IRS 90918-9</description>
|