diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-03-25 16:49:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 16:49:30 +0100 |
commit | a4d6f33abac708b831a73bf175e64dd3ebeb6650 (patch) | |
tree | 3e14bb13b851d2228b765db0cb0191bb5e9e9403 /pom.xml | |
parent | new release (diff) | |
parent | - bug fix for time zones (diff) | |
download | UIC-barcode-a4d6f33abac708b831a73bf175e64dd3ebeb6650.tar UIC-barcode-a4d6f33abac708b831a73bf175e64dd3ebeb6650.tar.gz UIC-barcode-a4d6f33abac708b831a73bf175e64dd3ebeb6650.tar.bz2 UIC-barcode-a4d6f33abac708b831a73bf175e64dd3ebeb6650.tar.lz UIC-barcode-a4d6f33abac708b831a73bf175e64dd3ebeb6650.tar.xz UIC-barcode-a4d6f33abac708b831a73bf175e64dd3ebeb6650.tar.zst UIC-barcode-a4d6f33abac708b831a73bf175e64dd3ebeb6650.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.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>UIC barcode</name>
<description>encoding and decoding of bar code content according to UIC IRS 90918-9</description>
|