On Mar 2, 2011, at 3:32 PM, Yegor Kozlov wrote:
> Hi All
>
> It's been about 4 months since POI 3.7 and we've fixed quite a lot of bugs
> and added new features. So, I'd like to propose that we do a beta release
> now.
>
> The release candidate files are available from:
>
> http://people.apache.org/~yegor/REL_3_8_BETA1/<http://people.apache.org/%7Enick/POI-3.7-beta1/>
> (The standard packages of source and binary are under */dist/*, while the
> jars and poms to feed into the maven repo are in */maven/*)
>
> Please note the structural changes since POI 3.7:
>
> - POI now uses stax-api-1.0.1.jar instead of
> geronimo-stax-api_1.0_spec-1.0.jar in ooxml-lib
> - there is a new module poi-excelant, new jar and new maven artifact.
I think the maven/mvn-deploy.sh is missing the new poi-excelant artifact?
Index: maven/mvn-deploy.sh
===================================================================
--- maven/mvn-deploy.sh (revision 1078402)
+++ maven/mvn-deploy.sh (working copy)
@@ -46,7 +46,7 @@
VERSION=@VERSION@
DSTAMP=@DSTAMP@
-for artifactId in poi poi-scratchpad poi-ooxml poi-examples poi-ooxml-schemas
+for artifactId in poi poi-scratchpad poi-ooxml poi-examples poi-ooxml-schemas
poi-excelant
do
mvn gpg:sign-and-deploy-file -DrepositoryId=apache-releases -P
apache-releases \
-Durl=$M2_REPOSITORY \
I can open a ticket if required for the trival fix.
>
> As with all Apache release votes, please check that not only does the code
> work, and no major breakages have occurred since the last release, but also
> that packaging is correct, license headers and notices exist etc.
>
> The vote options are:
>
> +1 - I support this release
> 0 - I don't object to this release, but I haven't checked it
> -1 - There's a problem with the release, and that is ....
>
> I'm voting [+1]. Voting will end on Monday, 7th March.
>
> Yegor
>
> <http://poi.apache.org/changes.html>
Apart from the Maven deploy script issue:
+1 (non binding) - The beta works nicely with my project (using POI for
accessing/evaluating Excel sheets)
Cheers,
Marcel
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]