Changeset 1170 for trunk/docx4j/RELEASE_HOWTO.txt
- Timestamp:
- 07/15/10 04:52:03 (23 months ago)
- File:
-
- 1 edited
-
trunk/docx4j/RELEASE_HOWTO.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/RELEASE_HOWTO.txt
r1145 r1170 1 1 docx4j release process 2 2 ---------------------- 3 4 Update Getting Started as necessary (inc HTML and PDF versions) 3 5 4 6 Check jar versions in pom.xml, build.xml … … 10 12 Update pom.xml with target version number 11 13 14 svn ci 15 12 16 Tag the version in svn 13 17 14 Create docx4j-x.x.x.tar.gz (ant dist) 18 19 ANT_OPTS="-Xmx512m -XX:MaxPermSize=256m" ant dist 20 21 Remove the jaxb jars from dist dir 22 23 Create docx4j-x.x.x.tar.gz (ant dist, rename the jar as well) 15 24 16 25 Create javadoc (ant javadoc) 17 26 18 27 Maven upload 28 29 mvn deploy:deploy-file -f wagon-svn-pom.xml -Dfile=dist/docx4j.jar -DpomFile=pom.xml -Dpackaging=jar -DrepositoryId=docx4j -Durl=svn:http://dev.plutext.org/svn/docx4j/trunk/docx4j/m2 19 30 20 31 Announce release in docx4j forum
Note: See TracChangeset
for help on using the changeset viewer.
