diff --git a/build.xml b/build.xml
index 097ea07565..ea4e044338 100644
--- a/build.xml
+++ b/build.xml
@@ -127,6 +127,8 @@ under the License.
+
+
@@ -234,9 +236,15 @@ under the License.
-
+
+
+
+
+
+
+
@@ -807,61 +815,102 @@ FORREST_HOME environment variable!
description="Generates POI's website's contents"/>
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+ tofile="${mavendist.oap.dir}/poms/${jar.name}-${version.id}.pom"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tofile="${mavendist.poi.dir}/poms/${jar.name}-${version.id}.pom"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -870,14 +919,12 @@ FORREST_HOME environment variable!
-
+
+
+
+
+
+
@@ -885,14 +932,12 @@ FORREST_HOME environment variable!
-
+
+
+
+
+
+
@@ -900,14 +945,12 @@ FORREST_HOME environment variable!
-
+
+
+
+
+
+
diff --git a/poi-redirect.pom b/poi-redirect.pom
index eb2e71a08b..fa4a63e012 100644
--- a/poi-redirect.pom
+++ b/poi-redirect.pom
@@ -25,7 +25,7 @@ under the License.
4.0.0
poi
- poi
+ @ARTIFICAT@
@VERSION@
diff --git a/poi.pom b/poi.pom
index 6dc77b2738..7395157c2f 100644
--- a/poi.pom
+++ b/poi.pom
@@ -25,7 +25,7 @@ under the License.
4.0.0
org.apache.poi
- poi
+ @ARTIFICAT@
@VERSION@
jar
Apache POI
@@ -33,6 +33,14 @@ under the License.
Apache POI - Java API To Access Microsoft Format Files
+
+
+ org.apache.poi
+ poi
+ @VERSION@
+
+
+
commons-logging
commons-logging
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index e307a94c4d..3783e8428f 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -35,8 +35,8 @@
-
- Administrative updates to the Maven POM, and the release artificat build process
+
+ Administrative updates to the Maven POMs, and the release artificat build process
23951 - [PATCH] Fix for HSSF setSheetOrder and tab names
42524 - [PATCH] Better HSLF support for problem shape groups
42520 - [PATCH] Better HSLF support for corrupt picture records
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 1aef61c6d1..ef5c5aaeb4 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -32,8 +32,8 @@
-
- Administrative updates to the Maven POM, and the release artificat build process
+
+ Administrative updates to the Maven POMs, and the release artificat build process
23951 - [PATCH] Fix for HSSF setSheetOrder and tab names
42524 - [PATCH] Better HSLF support for problem shape groups
42520 - [PATCH] Better HSLF support for corrupt picture records