diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2021-05-26 14:32:32 +0200 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2021-05-26 14:32:32 +0200 |
commit | 9d78ebe959cfd11d5711127ff49507f607cf772c (patch) | |
tree | 51754f7f2fd5cab77489a5db5247aa4e06639a0b /pdf-over-gui | |
parent | 7b277c4054b26601bc101e14fab36a2b7e0c3916 (diff) | |
download | pdf-over-9d78ebe959cfd11d5711127ff49507f607cf772c.tar.gz pdf-over-9d78ebe959cfd11d5711127ff49507f607cf772c.tar.bz2 pdf-over-9d78ebe959cfd11d5711127ff49507f607cf772c.zip |
version number updated
Diffstat (limited to 'pdf-over-gui')
-rw-r--r-- | pdf-over-gui/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 28827363..bd7e5497 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -191,7 +191,7 @@ <artifactItem> <groupId>at.a-sit</groupId> <artifactId>pdf-over-install-helper</artifactId> - <version>1.0.1</version> + <version>${project.parent.version}</version> <type>jar</type> <overWrite>true</overWrite> <outputDirectory>${staging.dir}/lib</outputDirectory> |