Hi, here is what I did to experience and test myself the release process for the LARQ module (at least testing that there are no technical issues with it):
mvn release:clean release:prepare -Papache-release mvn release:perform -Papache-release Login to: https://repository.apache.org/ Go to Staging Repositories and "Close" the one relevant to jena-larq. (as explained here: https://cwiki.apache.org/confluence/display/JENA/ProcessRelease) LARQ module is now available in the Apache Staging repository: https://repository.apache.org/content/repositories/orgapachejena-176/org/apache/jena/jena-larq/1.0.0-incubating/ https://repository.apache.org/content/repositories/staging/org/apache/jena/jena-larq/1.0.0-incubating/ This is *not* a vote, but since it's the first time for me to build and publish anything in the Apache staging repository, I would appreciate any feedback before we decide what to do and when. Thanks, Paolo Paolo Castagna wrote: > Hi, > is there a checklist or short guide on how to add a new module > to the current release process? > > I'd like to make sure LARQ is good to go, for example. > > But, I am not sure how can I test things out and I do not want > to miss things. > > I am going to take jena-iri as example, since it's quite a small > module and jena-larq is closer to jena-iri rather than jena-core > or jena-tdb. > > Thanks, > Paolo
