summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2017-06-22 14:17:03 +0200
committerSimon Rettberg2017-06-22 14:17:03 +0200
commitceac4ee5b5dc495b0e59d80cdd760aa47173bba9 (patch)
treeb7439e2e5c8cfaa32f88eda0c52645eb74c55f07 /pom.xml
parentUpdate dependencies (diff)
downloadmaster-sync-shared-ceac4ee5b5dc495b0e59d80cdd760aa47173bba9.tar.gz
master-sync-shared-ceac4ee5b5dc495b0e59d80cdd760aa47173bba9.tar.xz
master-sync-shared-ceac4ee5b5dc495b0e59d80cdd760aa47173bba9.zip
Update maven plugins
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 3e43caf..42e5adf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.6.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
@@ -68,20 +68,9 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
- <version>2.9</version>
+ <version>2.10</version>
<configuration>
<workspace>${basedir}</workspace>
<workspaceCodeStylesURL>file://${basedir}/extras/eclipse-code-style.xml</workspaceCodeStylesURL>