> On 27 Oct 2015, at 12:12, Aljoscha Krettek <aljos...@apache.org> wrote:
> 
> There are still references to 0.10-SNAPSHOT in the release. Especially for 
> the quickstarts this is problematic:
> 
> ~/D/flink (release-0.10.0-rc1|✔) $ ag "0.10-SNAPSHOT"
> docs/_config.yml
> 30:version: "0.10-SNAPSHOT"
> 
> docs/apis/best_practices.md
> 331:          <version>0.10-SNAPSHOT</version>
> 346:          <version>0.10-SNAPSHOT</version>
> 361:          <version>0.10-SNAPSHOT</version>
> 
> docs/apis/storm_compatibility.md
> 276:`flink-storm-examples-0.10-SNAPSHOT.jar` is **no** valid jar file for job 
> execution (it is only a standard maven artifact).
> 
> docs/internals/monitoring_rest_api.md
> 89:  "flink-version": "0.10-SNAPSHOT",
> 
> flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
> 33:           <flink.version>0.10-SNAPSHOT</flink.version>
> 
> flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
> 48:           <flink.version>0.10-SNAPSHOT</flink.version>
> 
> tools/change-version.sh
> 21:NEW="0.10-SNAPSHOT”

We need to adapt the _config.yml. The docs should use the variable and not the 
hardcoded values.

The docs will be updated on the web page (built from release-0.10 branch and 
not the RC), so we can change this after the release.

@Max: Let’s add a note to the releasing Wiki page?

– Ufuk

Reply via email to