-1

The scala and the java quickstarts have dependencies on 0.9-SNAPSHOT versions.

Java Quickstart POM:
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-core</artifactId>
<version>0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-connectors</artifactId>
<version>0.9-SNAPSHOT</version>
</dependency>

Scala Quickstart POM:
 <dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-scala</artifactId>
<version>0.9-SNAPSHOT</version>
</dependency>

On Wed, Jan 14, 2015 at 9:30 AM, Márton Balassi
<balassi.mar...@gmail.com> wrote:
> Thanks Stephan, Fabian, Henry.
> @Ted: Stephan did [1], I read through his updates while preparing the rc.
>
> [1] https://git-wip-us.apache.org/repos/asf/flink/commit/f360b07
>
> On Wed, Jan 14, 2015 at 3:12 AM, Ted Dunning <ted.dunn...@gmail.com> wrote:
>
>>
>> Has anybody looked at NOTICE and similar files?
>>
>> Sent from my iPhone
>>
>> > On Jan 13, 2015, at 14:17, Stephan Ewen <se...@apache.org> wrote:
>> >
>> > I am still traveling and could not yet run cluster tests, so I will delay
>> > my final vote till tomorrow.
>> >
>> > So far I can say:
>> >
>> > - All files have valid headers
>> >
>> > - License and notice files are good for source and binary release
>> >
>> > - No binary executables in the released files
>>

Reply via email to