diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2022-04-05 11:19:47 +0200 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2022-04-05 11:19:47 +0200 |
commit | 922076d807974cefa6ade28f689a20f1a90fddeb (patch) | |
tree | 4aa039e426f36ac10470f08f21d07d0493695987 /pom.xml | |
parent | - use different module names in ASN.1 (diff) | |
download | UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar.gz UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar.bz2 UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar.lz UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar.xz UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.tar.zst UIC-barcode-922076d807974cefa6ade28f689a20f1a90fddeb.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.0-SNAPSHOT</version>
+ <version>1.3.1</version>
<packaging>jar</packaging>
<name>UIC barcode</name>
<description>encoding and decoding of bar code content according to UIC IRS 90918-9</description>
|