Browse Source

Upgrade maven-dependency and -source plugins

tags/8.2.0.alpha2
Ahmed Ashour 6 years ago
parent
commit
1e4c008537
4 changed files with 2 additions and 5 deletions
  1. 2
    2
      pom.xml
  2. 0
    1
      server/pom.xml
  3. 0
    1
      testbench-api/pom.xml
  4. 0
    1
      themes/pom.xml

+ 2
- 2
pom.xml View File

@@ -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>

+ 0
- 1
server/pom.xml View File

@@ -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>

+ 0
- 1
testbench-api/pom.xml View File

@@ -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>

+ 0
- 1
themes/pom.xml View File

@@ -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>

Loading…
Cancel
Save