From: Yegor Kozlov Date: Mon, 7 Dec 2009 14:20:10 +0000 (+0000) Subject: updated current version on status.xml, also some misc post-release improvements in... X-Git-Tag: REL_3_7_BETA1~227 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5984c5d57cb1aee6bea1b32723e3ad825a3b6a6a;p=poi.git updated current version on status.xml, also some misc post-release improvements in mvn-deploy.sh and build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 0f4635f830..6617686e52 100644 --- a/build.xml +++ b/build.xml @@ -914,27 +914,27 @@ under the License. - - - - - diff --git a/maven/mvn-deploy.sh b/maven/mvn-deploy.sh index 0670a4c1b9..507656b19f 100755 --- a/maven/mvn-deploy.sh +++ b/maven/mvn-deploy.sh @@ -54,10 +54,10 @@ do #The maven sign-and-deploy-file command does NOT sign POM files, so we have to upload the POM's .asc manually scp $artifactId-$VERSION.pom.asc $M2_SCP/org/apache/poi/$artifactId/$VERSION/ - if [ -r $artifactId-$VERSION-sources.jar ]; then + if [ -r $artifactId-$VERSION-sources-$DSTAMP.jar ]; then mvn deploy:deploy-file -DrepositoryId=apache-releases -P apache-releases \ -Durl=$M2_REPOSITORY -DgeneratePom=false -Dpackaging=java-source \ - -Dfile=$artifactId-$VERSION-sources.jar -DpomFile=$artifactId-$VERSION.pom - scp $artifactId-$VERSION-sources.jar.asc $M2_SCP/org/apache/poi/$artifactId/$VERSION/ + -Dfile=$artifactId-$VERSION-sources-$DSTAMP.jar -DpomFile=$artifactId-$VERSION.pom + scp $artifactId-$VERSION-sources-$DSTAMP.jar.asc $M2_SCP/org/apache/poi/$artifactId/$VERSION/$artifactId-$VERSION-sources.jar.asc fi done diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index c949c66e96..8d36b3bfe3 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,7 +33,9 @@ - + + + 48332 - fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString 48332 - fixed ColumnInfoRecord to tolerate missing reserved field 47701 - fixed RecordFormatException when reading list subrecords (LbsDataSubRecord)