diff options
-rw-r--r-- | pdf-over-gui/pom.xml | 2 | ||||
-rw-r--r-- | pdf-over-install-helper/pom.xml | 2 |
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>
|