Updated pom.xml with correct versions.

Disabled pushing for release.
Fixed checkout URL in pom.xml.
Added local checkout for pom.xml.
Added assembly:assembly to preparation goal of release.
Fixed path issues with build.
Removed release config.
This commit is contained in:
sk89q
2011-04-30 20:08:14 -07:00
parent ae30001ceb
commit deef660620
5 changed files with 9 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
en-masse, de-griefing, and fixing issues.</description>
<property name="src.dir" location="src/main"/>
<property name="resources.dir" location="src/resources"/>
<property name="resources.dir" location="src/main/resources"/>
<property name="build.dir" location="build"/>
<property name="dist.dir" location="dist"/>
<property name="release.dir" location="release"/>