From ab160b0ca4cdfa7d0da05ff793dcee300ffb3ce0 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Thu, 31 May 2007 18:09:57 +0000 Subject: [PATCH] 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 --- build.xml | 10 +++- poi-redirect.pom | 36 ++++++++++++++ poi.pom | 62 ++++++++++++++++++++++--- src/documentation/Release-Checklist.txt | 4 ++ 4 files changed, 105 insertions(+), 7 deletions(-) create mode 100644 poi-redirect.pom diff --git a/build.xml b/build.xml index 6a879f614..097ea0756 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 000000000..eb2e71a08 --- /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 0b741df97..6dc77b273 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 d3348aae5..6109fb800 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