diff --git a/build.xml b/build.xml index 6a879f614c..097ea07565 100644 --- a/build.xml +++ b/build.xml @@ -846,7 +846,7 @@ FORREST_HOME environment variable! - + file="poi.pom" tofile="${mavendist.dir}/${jar.name}-${version.id}.pom" /> + + + + diff --git a/poi-redirect.pom b/poi-redirect.pom new file mode 100644 index 0000000000..eb2e71a08b --- /dev/null +++ b/poi-redirect.pom @@ -0,0 +1,36 @@ + + + + + + + 4.0.0 + poi + poi + @VERSION@ + + + + org.apache.poi + + + diff --git a/poi.pom b/poi.pom index 0b741df976..6dc77b2738 100644 --- a/poi.pom +++ b/poi.pom @@ -1,14 +1,65 @@ - + + + + + + 4.0.0 org.apache.poi poi @VERSION@ jar - Jakarta POI - http://jakarta.apache.org/poi/ - Jakarta POI - Java API To Access Microsoft Format Files + Apache POI + http://poi.apache.org/ + Apache POI - Java API To Access Microsoft Format Files - + + + commons-logging + commons-logging + 1.1 + + + + logkit + logkit + + + avalon-framework + avalon-framework + + + javax.servlet + servlet-api + + + + + log4j + log4j + 1.2.13 + runtime + + @@ -28,6 +79,5 @@ Apache Software Foundation http://www.apache.org/ - http://jakarta.apache.org/images/original-jakarta-logo.gif diff --git a/src/documentation/Release-Checklist.txt b/src/documentation/Release-Checklist.txt index d3348aae52..6109fb800e 100644 --- a/src/documentation/Release-Checklist.txt +++ b/src/documentation/Release-Checklist.txt @@ -6,6 +6,8 @@ Release Checklist - build distributions as if it was the final release - update any filename dates from today's date, to the date that the vote will end (typically 7 days time) +- copy the -redirect pom to a subdirectory of redirect/, and remove + -redirect from its name - sign and checksum distributions as per http://www.apache.org/dev/mirror-step-by-step.html - upload to your area of people.apache.org under /-RC-/ @@ -21,6 +23,8 @@ Release Checklist - move distributions from your area of people.apache.org to the distribution directories on www.apache.org/dist/poi/ and people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.poi/ +- move the redirection pom from your area of people.apache.org to + people.apache.org/repo/m1-ibiblio-rsync-repository/poi/poms/ - copy the new distributions to archive.apache.org - remove the old distributions from www.apache.org/dist/ - wait for the distributions to appear on your favourite mirror