summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f80030c..3dd0355 100755
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
<configuration>
- <skip>true</skip>
+ <skip />
</configuration>
</plugin>
<plugin>