For xmlbeans, I would recommend getting the release jars and zips from https://builds.apache.org/view/P/view/POI/job/POI-XMLBeans-DSL-1.6/lastSuccessfulBuild/artifact/build/
This guarantees the jars were built with Java 6. For the nexus release, I follow this guide: https://central.sonatype.org/pages/manual-staging-bundle-creation-and-deployment.html I use `gpg -ab` to create the asc files for the 3 jars and for the pom file. I use the pom file from the previous release and edit it to update the version. Create a bundle.jar as described in the sonatype link and upload the bundle.jar to https://repository.apache.org/ To release the source and bin bundles, you need to use svn to work with https://dist.apache.org/repos/dist/release/poi/xmlbeans/release svn repo. The xmlbeans site is updated using the svn repo https://svn.apache.org/repos/asf/xmlbeans/site If you have questions, feel free to reach out. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
