Changeset 1170
- Timestamp:
- 07/15/10 14:52:03 (19 months ago)
- Location:
- trunk/docx4j
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
RELEASE_HOWTO.txt (modified) (2 diffs)
-
pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/README.txt
r1145 r1170 82 82 RELEASE NOTES 83 83 ============================================================================== 84 85 Version 2.5.0 86 ============= 87 88 Release date 89 ------------ 90 91 15 July 2010 92 93 Contributors to this release 94 ---------------------------- 95 96 Jason Harrop 97 98 Major Changes in Version 2.5.0 99 ------------------------------ 100 101 [1152] XPath query which returns live JAXB objects 102 [1158] Content control pre-processing for conditionals, repeats. 103 [1167/8] PDF conversion via HTML or iText moved from main source tree; 104 iText, xhtmlrenderer and pdf-renderer dependencies removed. 105 106 Other Changes 107 ------------- 108 109 [1152] Content control data binding xpath namespace stuff integrated into NamespacePrefixMappings. 110 [1164] SaveToZip: .xml extension implies save as Flat OPC instead 111 [1164] XmlUtils.unwrap 84 112 85 113 Version 2.4.0 -
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 -
trunk/docx4j/pom.xml
r1168 r1170 7 7 <artifactId>docx4j</artifactId> 8 8 <name>docx4j</name> 9 <version>2. 4.0</version>9 <version>2.5.0</version> 10 10 <description> 11 11 docx4j is a library which helps you to work with the Office Open
Note: See TracChangeset
for help on using the changeset viewer.
