Browse Source

Merge pull request #36 from mkordas/update_maven_source_plugin

Update maven-source-plugin to 2.0.4
tags/rel_3_21_0-java9-ea
Shigeru Chiba 8 years ago
parent
commit
11ef0b953e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -177,7 +177,7 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<executions>
<execution>
<id>attach-sources</id>

Loading…
Cancel
Save