Ignore:
Timestamp:
07/15/10 04:52:03 (23 months ago)
Author:
jharrop
Message:

v2.5.0 info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/RELEASE_HOWTO.txt

    r1145 r1170  
    11docx4j release process 
    22---------------------- 
     3 
     4Update Getting Started as necessary (inc HTML and PDF versions) 
    35 
    46Check jar versions in pom.xml, build.xml 
     
    1012Update pom.xml with target version number 
    1113 
     14svn ci 
     15 
    1216Tag the version in svn 
    1317 
    14 Create docx4j-x.x.x.tar.gz (ant dist) 
     18 
     19ANT_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) 
    1524 
    1625Create javadoc (ant javadoc) 
    1726 
    1827Maven 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 
    1930 
    2031Announce release in docx4j forum 
Note: See TracChangeset for help on using the changeset viewer.