[Project] Updated project for deployment to Maven Central

This commit is contained in:
Robert von Burg 2016-09-22 09:40:40 +02:00
parent bda16a0f80
commit 2cf851500f
1 changed files with 5 additions and 5 deletions

View File

@ -199,10 +199,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<!-- version>3.3</version -->
<configuration>
<source>${java-verison}</source>
<target>${java-verison}</target>
<source>${java-version}</source>
<target>${java-version}</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<compilerArgument>-Xlint:all</compilerArgument>
@ -212,7 +212,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<!-- version>2.4</version -->
<executions>
<execution>
<id>attach-sources</id>
@ -226,7 +226,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<!-- version>2.10.4</version -->
<executions>
<execution>
<id>attach-javadocs</id>