summaryrefslogtreecommitdiffstats
path: root/client-compiler
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 /client-compiler
parent38763a06011b3e1fbf91f9a6725224211d4f801e (diff)
downloadvaadin-framework-7abb4b536dc07ed19c7a1942da68fe5bb00ce4fa.tar.gz
vaadin-framework-7abb4b536dc07ed19c7a1942da68fe5bb00ce4fa.zip
Clean up plugin versions for maven build
Change-Id: I984423abafde267a0da99e9aba4a3227fb6ddc17
Diffstat (limited to 'client-compiler')
-rw-r--r--client-compiler/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml
index a37155a738..3f79d36858 100644
--- a/client-compiler/pom.xml
+++ b/client-compiler/pom.xml
@@ -211,7 +211,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
<executions>
<execution>
<id>unpack-dependencies</id>
@@ -304,7 +303,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>
@@ -318,7 +316,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.19.1</version>
</plugin>
</plugins>
</build>