aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShigeru Chiba <chibash@users.noreply.github.com>2015-07-12 00:08:17 +0900
committerShigeru Chiba <chibash@users.noreply.github.com>2015-07-12 00:08:17 +0900
commit11ef0b953e5e8fddf76fd4ab5fc1628fcbf1be1d (patch)
treee7c8597a1ac06f59ac29b23ae5c3468753233a9d /pom.xml
parentce8696d54f00fc613d08b0bbdd764c3d61b07270 (diff)
parent2a253c54054eff71d9b68f2c132a5e9727e3a3a6 (diff)
downloadjavassist-11ef0b953e5e8fddf76fd4ab5fc1628fcbf1be1d.tar.gz
javassist-11ef0b953e5e8fddf76fd4ab5fc1628fcbf1be1d.zip
Merge pull request #36 from mkordas/update_maven_source_plugin
Update maven-source-plugin to 2.0.4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 69457437..e76ccf67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>