diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | server/pom.xml | 1 | ||||
-rw-r--r-- | testbench-api/pom.xml | 1 | ||||
-rw-r--r-- | themes/pom.xml | 1 |
4 files changed, 2 insertions, 5 deletions
@@ -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> diff --git a/server/pom.xml b/server/pom.xml index 251d4c37a4..4532e00b05 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -137,7 +137,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.0.0</version> <executions> <execution> <id>copy-font-icons</id> diff --git a/testbench-api/pom.xml b/testbench-api/pom.xml index 69b2cdc948..e77836d734 100644 --- a/testbench-api/pom.xml +++ b/testbench-api/pom.xml @@ -50,7 +50,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> diff --git a/themes/pom.xml b/themes/pom.xml index de6d7e85c1..c10321ada5 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -70,7 +70,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.0.0</version> <executions> <execution> <id>copy-font-icons</id> |