-1, Releases must contain a source release and optionally a binary release
such as the published jars, they can not just be a link to the current git
repo and staged jars.

We need to follow the release management guide for this [1], specifically
all the following points

-Jake


1.1 Checksums and PGP signatures are valid.
  See the Release Signing dev documentation.
2.1 Build is successful including automated tests.
  The expanded source archive is expected to build and pass tests.
3.1 DISCLAIMER is correct, filenames include "incubating".
  See the Podling Branding Guide.
3.2 Top-level LICENSE and NOTICE are correct for each distribution.
  See the Licensing How-To, plus various pages under Legal Affairs.
3.3 All source files have license headers where appropriate.
  See the ASF Source Header and Copyright Notice Policy.
3.4 The provenance of all source files is clear (ASF or software grants).
  See the IP clearance section of the Mentor's guide, as well as the
Releases section of the Incubator's policy page.
3.5 Dependencies licenses are ok as per http://apache.org/legal/
  See ASF Legal Previously Asked Questions.
3.6 Release consists of source code only, no binaries.
  Each Apache release must contain a source package. This package may not
contain compiled components (such as "jar" files) because compiled
components are not open source, even if they were built from open source.


[1]: http://incubator.apache.org/guides/releasemanagement.html

On Wed, Sep 10, 2014 at 7:32 PM, Ryan Blue <[email protected]> wrote:

> Hi everyone,
>
> I'd like to call a vote to release parquet-format 2.2.0. The release
> candidate tag is parquet-format-2.2.0-rc1, which you can find on github at
> [1]. RC binaries are posted in Sonatype at [2].
>
> [ ] +1: Release this tag as parquet-format-2.2.0
> [ ] -1: This release is not ready because . . .
>
>
> == Details ==
>
> This will be the first release from the Parquet project. We are releasing
> parquet-format first because the other projects (parquet-mr and
> parquet-cpp) depend on it.
>
> This release uses the pre-Apache maven coordinate
> com.twitter:parquet-format and parquet.* package names. To make the
> transition to org.apache naming as smooth as possible for downstream
> projects, we are planning to release a com.twitter artifact immediately
> followed by an org.apache artifact. These artifacts will be identical
> except for naming changes:
>
> * com.twitter:parquet-format => org.apache.parquet:parquet-format
> * package parquet.* => package org.apache.parquet.*
>
> There are two major changes in this release:
> * PARQUET-79: Streaming thrift API
> * PARQUET-12: New logical types
>
>
> rb
>
> [1]: https://github.com/apache/incubator-parquet-format/tree/
> parquet-format-2.2.0-rc1
> [2]: https://oss.sonatype.org/content/repositories/releases/
> com/twitter/parquet-format/2.2.0-rc1/
>
> --
> Ryan Blue
>

Reply via email to