Hi,
IIRC there was a question about this a while ago - the info is at
http://www.apache.org/dev/publishing-maven-artifacts.html
I'm not sure if using the Apache parent pom is required for that, but
if it is that's
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>14</version>
</parent>
and once again, it would be very nice if someone could document the
release steps at http://incubator.apache.org/devicemap/ for future
releases.http://sling.apache.org/documentation/development/release-management.html
is a good example of that.
HTH,
-Bertrand