Page 1 of 1

docx4j 2.7.0 & maven

PostPosted: Fri Jul 08, 2011 9:16 pm
by jason
The blog post describes docx4j 2.7.0, except the Maven bit.

To get it via Maven:

Code: Select all
<groupId>org.docx4j</groupId>
<artifactId>docx4j</artifactId>
<version>2.7.0</version>

from

<repository>
<id>docx4j</id>
<name>docx4j Maven 2 repository</name>
<url>http://dev.plutext.org/svn/docx4j/trunk/docx4j/m2</url>
</repository>


I'm looking into what needs to be done to upload it to maven central.

Re: docx4j 2.7.0 released

PostPosted: Thu Jul 14, 2011 12:33 am
by tinne
As our soccer fans say, "after the game is before the game."

Please give trunk a new maven version, so that no-one of these obscure maven users overwrites the immaculate release version with some obscure in-between, say, for the 2.8.0-game.

docx4j-2.8.0-SNAPSHOT-maven.patch
(392 Bytes) Downloaded 311 times

Re: docx4j 2.7.0 released

PostPosted: Thu Jul 14, 2011 1:28 am
by jason
I've made it 2.7.1-SNAPSHOT, okay?