summaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-23 18:38:29 +0200
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-23 19:11:10 +0200
commit7abb4b536dc07ed19c7a1942da68fe5bb00ce4fa (patch)
tree57941fedb8701fe0fbd113d2f82557a979d66c84 /server/pom.xml
parent38763a06011b3e1fbf91f9a6725224211d4f801e (diff)
downloadvaadin-framework-7abb4b536dc07ed19c7a1942da68fe5bb00ce4fa.tar.gz
vaadin-framework-7abb4b536dc07ed19c7a1942da68fe5bb00ce4fa.zip
Clean up plugin versions for maven build
Change-Id: I984423abafde267a0da99e9aba4a3227fb6ddc17
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 26bb2c53f5..722115d90b 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -173,7 +173,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
<executions>
<execution>
<id>unpack-dependencies</id>
@@ -228,7 +227,6 @@
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.8</version>
<executions>
<execution>
<id>compressbootstrap</id>
@@ -289,7 +287,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.6</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
@@ -304,7 +301,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.19.1</version>
</plugin>
</plugins>
</build>