aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Slack <[email protected]>2013-12-25 09:17:10 -0800
committerJoshua Slack <[email protected]>2013-12-25 09:17:10 -0800
commit95d1d9bb82daa0c1c48f37565d95218cfe1b87ed (patch)
tree9882802c172c904e03a4ce3db00dfa396fc52f3f
parentbff55974a6ede4c7f94082b3178eed05cf598882 (diff)
parentb27484c0bcc25aa37319899a5bc7088f9e90448a (diff)
Merge pull request #66 from green-coder/master
Fix the POM file (a version was left unspecified).
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 646798e..1c7be1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,11 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
</plugin>