diff options
| -rw-r--r-- | pdf-over-install-helper/pom.xml | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/pdf-over-install-helper/pom.xml b/pdf-over-install-helper/pom.xml index 30ce6e16..478274f2 100644 --- a/pdf-over-install-helper/pom.xml +++ b/pdf-over-install-helper/pom.xml @@ -5,15 +5,13 @@  		<artifactId>pdf-over</artifactId>
  		<version>4.3.2-SNAPSHOT</version>
  	</parent>
 -<!-- 	<groupId>at.a-sit</groupId> -->
  	<artifactId>pdf-over-install-helper</artifactId>
 -	<version>1.0.1-SNAPSHOT</version>
 +	<version>${project.version}</version>
  	<dependencies>
  		<dependency>
  			<groupId>commons-io</groupId>
  			<artifactId>commons-io</artifactId>
 -<!-- 			<version>2.4</version> -->
  		</dependency>
  	</dependencies>
 @@ -23,7 +21,7 @@  				<plugin>
  					<artifactId>maven-compiler-plugin</artifactId>
  					<groupId>org.apache.maven.plugins</groupId>
 -					<version>3.7.0</version>
 +					<version>3.8.0</version>
  					<configuration>
  						<source>1.8</source>
  						<target>1.8</target>
 | 
