diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2022-06-09 10:24:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 10:24:09 +0200 |
commit | e6ed1c55e928c3798564b079e5d0c5fcfdfe4bb4 (patch) | |
tree | d7abe6e136d44ffa469d615e560fef25009747a3 /pom.xml | |
parent | Merge pull request #49 from UnionInternationalCheminsdeFer/experimental_ElipticCurve_X962_encoding_of_public_keys (diff) | |
parent | Update pom.xml (diff) | |
download | UIC-barcode-e6ed1c55e928c3798564b079e5d0c5fcfdfe4bb4.tar UIC-barcode-e6ed1c55e928c3798564b079e5d0c5fcfdfe4bb4.tar.gz UIC-barcode-e6ed1c55e928c3798564b079e5d0c5fcfdfe4bb4.tar.bz2 UIC-barcode-e6ed1c55e928c3798564b079e5d0c5fcfdfe4bb4.tar.lz UIC-barcode-e6ed1c55e928c3798564b079e5d0c5fcfdfe4bb4.tar.xz UIC-barcode-e6ed1c55e928c3798564b079e5d0c5fcfdfe4bb4.tar.zst UIC-barcode-e6ed1c55e928c3798564b079e5d0c5fcfdfe4bb4.zip |
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion>
<groupId>org.uic.barcode</groupId>
<artifactId>org.uic.barcode</artifactId>
- <version>1.3.3</version>
+ <version>1.3.4</version>
<packaging>jar</packaging>
<name>UIC barcode</name>
<description>encoding and decoding of bar code content according to UIC IRS 90918-9</description>
@@ -63,4 +63,4 @@ <distribution>repo</distribution>
</license>
</licenses>
-</project>
\ No newline at end of file +</project>
|