On 19/02/12 10:55, Dave Reynolds wrote:
On 19/02/12 10:26, Andy Seaborne wrote:
Hi,
Here is the vote on a release build for Jena TDB 0.9.0 (RC-4)
Please vote to approve this release:
[ ] +1 Approve the release
[ ] 0 Don't care
[ ] -1 Don't release, because ...
+1
Signatures check, build from source works, NOTICEs in both source and
distribution look good.
[I notice we offer zip and tar.gz versions of the binary distributions
but only zips of the sources (applies to previous releases as well).
Wonder if it is worth providing tar.gz source distributions as well? I
seem to recall a (non-blocking) complaint on -general about lack of
tar.gz for someone else's release candidate.]
Dave
You mean jena-tdb-0.9.0-incubating-source-release.zip?
Not jena-tdb-0.9.0-incubating-sources.jar ?
The *-source-release.zip is produced by -Papache-release on
release:prepare/perform used in completely in standard configuration.
It (eventually) comes down to:
http://repo1.maven.org/maven2/org/apache/apache/resources/apache-source-release-assembly-descriptor/1.0.3/apache-source-release-assembly-descriptor-1.0.3.pom
->
http://svn.apache.org/repos/asf/maven/resources/tags/apache-source-release-assembly-descriptor-1.0.3/src/main/assemblies/source-release.xml
<assembly>
<id>source-release</id>
<formats>
<format>zip</format>
</formats>
<componentDescriptors>
<componentDescriptor>src/main/resources/assemblies/source-shared.xml</componentDescriptor>
</componentDescriptors>
</assembly>
which is one file, a zip.
(That makes sense to me because then the critical vote release file is
exactly one file.)
Andy