summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-14 08:39:20 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-14 10:22:01 +0300
commit1e4c008537006facad7ae30db36d15d46b0f2f8a (patch)
treed95e1d18ddc2d59542d13cb37a0298c83caee89e /pom.xml
parent829c9d725630f2e1f89c2526a4d9f9add1d43731 (diff)
downloadvaadin-framework-1e4c008537006facad7ae30db36d15d46b0f2f8a.tar.gz
vaadin-framework-1e4c008537006facad7ae30db36d15d46b0f2f8a.zip
Upgrade maven-dependency and -source plugins
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index befbd43efe..ef0436a02c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
+ <version>3.0.1</version>
<configuration>
<outputDirectory>${dependency.unpack.directory}</outputDirectory>
<overWriteReleases>false</overWriteReleases>
@@ -438,7 +438,7 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1</version>
</plugin>
<plugin>
<groupId>com.vaadin</groupId>