On 30/11/11 13:31, Paolo Castagna wrote:
Andy Seaborne wrote:
== After
* TDB
* Fuseki
Yes, please.
TDB as two outstanding blocking JIRA (163 and 102).
Hopefully, after getting the release started, I'll be able to return to
those.
For TDB, even just a release candidate in the Apache Maven staging
repository would help
A staging release will have a weird, unstable URL (and a scary button
that if you press irreversible things happen).
The nightly build does at least have a stable URL.
(=> no need to fork and roll-out releases
internally/elsewhere). Via Maven release plugin this should just a
matter of type:
mvn -Papache-release release:prepare
mvn -Papache-release release:perform
I've never tested this on the Apache infrastructure,
I have, at least in part :-)
but I am using
the Maven release plugin elsewhere with no problems. It's does a good
job in automating the all process. The only problem is when something
goes wrong, sometimes I need to rollback changes manually, but it's
very rare.
Paolo