diff options
author | John Doe <john@doe.org> | 2021-04-16 14:14:03 +0200 |
---|---|---|
committer | John Doe <john@doe.org> | 2021-04-16 14:14:03 +0200 |
commit | 85dc353f9bad6397f718b0948f6f938d1bfba0c4 (patch) | |
tree | 4cc83e2b917e2a30b48460ac901a5e5fca1d1da5 /pom.xml | |
parent | fixed wrong file permissions (diff) | |
parent | Merge pull request #23 from UnionInternationalCheminsdeFer/fix_included_open_ticket (diff) | |
download | UIC-barcode-85dc353f9bad6397f718b0948f6f938d1bfba0c4.tar UIC-barcode-85dc353f9bad6397f718b0948f6f938d1bfba0c4.tar.gz UIC-barcode-85dc353f9bad6397f718b0948f6f938d1bfba0c4.tar.bz2 UIC-barcode-85dc353f9bad6397f718b0948f6f938d1bfba0c4.tar.lz UIC-barcode-85dc353f9bad6397f718b0948f6f938d1bfba0c4.tar.xz UIC-barcode-85dc353f9bad6397f718b0948f6f938d1bfba0c4.tar.zst UIC-barcode-85dc353f9bad6397f718b0948f6f938d1bfba0c4.zip |
Diffstat (limited to '')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,7 +5,7 @@ <groupId>org.uic.barcode</groupId> <artifactId>org.uic.barcode</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <packaging>jar</packaging> <name>UIC barcode</name> @@ -53,7 +53,6 @@ </configuration> </plugin> </plugins> - </build> <dependencies> |