Merge branch 'upgrade-maven-source-plugin-to-3.0.0' into develop
* upgrade-maven-source-plugin-to-3.0.0: pom.xml: Upgrade maven-source-plugin to 3.0.0
This commit is contained in:
commit
b6806289a1
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -75,7 +75,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
<version>2.4</version>
|
<version>3.0.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-sources</id>
|
<id>attach-sources</id>
|
||||||
|
|
Loading…
Reference in a new issue