From: Nick Burch Date: Thu, 31 May 2007 18:09:57 +0000 (+0000) Subject: Update the main .pom file based on advice from the repos team. Include the redirect... X-Git-Tag: REL_3_0_1_RC1~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1d13cf781163b51c3e1ef25bd53c504d5740aaba;p=poi.git Update the main .pom file based on advice from the repos team. Include the redirect pom, which needs to be placed under /poi/, to tell maven to switch to /org.apache.poi/, and detail this new pom in the release guide git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543203 13f79535-47bb-0310-9956-ffa450edef68 --- 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