On 30 March 2018 at 16:45, Oleksandr Rudyy <[email protected]> wrote: > Hi all, > > A bug-fix release candidate for the version 6.1.6 of the Qpid for > Java Components has been created. > > The list of defect fixes can be found in Jira: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12342163 > > Please test and vote accordingly. > > The source and binary archives can be grabbed from here: > https://dist.apache.org/repos/dist/dev/qpid/java/6.1.6-rc1 > > Those files and the other maven artifacts are also staged for now at: > https://repository.apache.org/content/repositories/orgapacheqpid-1135 > > Kind regards > > P.S. If you want to test it out using maven (e.g with the examples src, > or your own things), you can temporarily add this to your poms to access > the staging repo: > > <repositories> > <repository> > <id>staging</id> > <url> > https://repository.apache.org/content/repositories/orgapacheqpid-1135</url> > </repository> > </repositories> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
+1 I checked things over as follows: - Verified the signature and checksum files. - Used "mvn apache-rat:check" to verify the headers in source release. - Checked for LICENCE and NOTICE files being present in each archive. - Ran the source build and tests using the default profile, all passed. - Started the broker, used the web console to create a queue, ran the Qpid JMS master HelloWorld example against the broker. Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
