diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-11-22 16:20:23 +0100 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-11-22 16:20:23 +0100 |
commit | 3439ff611093d54368826b59515659f04c5788e3 (patch) | |
tree | d929d8618cf434a7a9e390a8dd25e7487d8f77ec /pom.xml | |
parent | - fix on null pointer exception for tickets created ad midnight (diff) | |
download | UIC-barcode-3439ff611093d54368826b59515659f04c5788e3.tar UIC-barcode-3439ff611093d54368826b59515659f04c5788e3.tar.gz UIC-barcode-3439ff611093d54368826b59515659f04c5788e3.tar.bz2 UIC-barcode-3439ff611093d54368826b59515659f04c5788e3.tar.lz UIC-barcode-3439ff611093d54368826b59515659f04c5788e3.tar.xz UIC-barcode-3439ff611093d54368826b59515659f04c5788e3.tar.zst UIC-barcode-3439ff611093d54368826b59515659f04c5788e3.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.2.7-SNAPSHOT</version> + <version>1.2.8-SNAPSHOT</version> <packaging>jar</packaging> <name>UIC barcode</name> <description>encoding and decoding of bar code content according to UIC IRS 90918-9</description> |