I've run through the release of log4cxx 0.11.0. There's still something strange about how it all works(mostly due to the tooling of shell script/maven/ant/cmake/autotools). However, I do believe that I have a workable release at this point. A quick note on the release: I did the 'mvn release:prepare' manually, which is where these artifacts come from; running through the 'mvn release:perform' causes the generated files to be -SNAPSHOT versioned, instead of 0.11.0. This means that the version of the pom.xml in the tag is still 0.11.0-SNAPSHOT, but since maven isn't really used to build I don't think this will be an issue.
Artifacts uploaded here: https://dist.apache.org/repos/dist/dev/logging/log4cxx/ tag: https://github.com/apache/logging-log4cxx/tree/v0.11.0-RC2 The artifacts are signed, although I still need to send my key to Matt so he can import it into the logging KEYS file. -Robert Middleton