I just noticed that the svn revision number used as a build number within the Java client and broker is being incorrectly set to include the URL: " http://svn.apache.org/repos/asf/qpid/branches/0.28/qpid/java 1589078"
The revision is normally picked up by running 'svnversion', but we did add an override in the release.sh script to allow populating the value even when using svn exports or a git checkout, so I guess your newfangled release tool must similarly be setting the property value in the above format. Can we update it to drop the URL before preparing the final release please? Robbie On 25 April 2014 00:58, Justin Ross <[email protected]> wrote: > Hi, everyone. The RC1 distribution from revision 1589856 of the 0.28 > release branch is now available. > > https://dist.apache.org/repos/dist/dev/qpid/0.28-rc1/ > > Note that this is pre-release code. It must be used for testing only. > > I tested on Fedora 19 x86-64. As of RC1, all tests are passing for me. > Regrettably, I didn't capture the test output this time. I resolve to fix > that next go round. > > RC1 contains the following changes versus beta 2: > > https://paste.apache.org/lHj8 > > I'd like to adjust our release process slightly, in the interest of > speeding things up. We've had two betas. Instead of automatically > producing more RCs after this one, I'd like to treat this as a real release > candidate. If no regressions or blockers are encountered, we will consider > RC1 for general release. If we do run into serious problems, we'll produce > new RCs as necessary. > > Please test RC1 and report what you find. Positive and negative feedback > are essential to gauging its readiness. > > Thanks! > Justin > > --- > 0.28 release page: > https://cwiki.apache.org/confluence/display/qpid/0.28+Release >
