summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Abraham <andreas.abraham@egiz.gv.at>2021-05-26 14:32:32 +0200
committerAndreas Abraham <andreas.abraham@egiz.gv.at>2021-05-26 14:32:32 +0200
commit9d78ebe959cfd11d5711127ff49507f607cf772c (patch)
tree51754f7f2fd5cab77489a5db5247aa4e06639a0b
parent7b277c4054b26601bc101e14fab36a2b7e0c3916 (diff)
downloadpdf-over-9d78ebe959cfd11d5711127ff49507f607cf772c.tar.gz
pdf-over-9d78ebe959cfd11d5711127ff49507f607cf772c.tar.bz2
pdf-over-9d78ebe959cfd11d5711127ff49507f607cf772c.zip
version number updated
-rw-r--r--pdf-over-gui/pom.xml2
-rw-r--r--pdf-over-install-helper/pom.xml2
2 files changed, 2 insertions, 2 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>
diff --git a/pdf-over-install-helper/pom.xml b/pdf-over-install-helper/pom.xml
index c60b715f..39bb3b61 100644
--- a/pdf-over-install-helper/pom.xml
+++ b/pdf-over-install-helper/pom.xml
@@ -21,7 +21,7 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>3.8.0</version>
+ <version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>