This is an automated email from the ASF dual-hosted git repository. sblackmon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/streams.git
commit 159b684fc74ef02bdab5affae8c278bbfd19a346 Author: Steve Blackmon <sblack...@apache.org> AuthorDate: Thu Jan 18 10:40:12 2024 -0600 prep for release #546 --- pom.xml | 1 - streams-contrib/streams-provider-twitter/pom.xml | 4 ++-- .../streams-examples-flink/flink-twitter-collection/pom.xml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b5d9fb4458..11ef2fce99 100644 --- a/pom.xml +++ b/pom.xml @@ -304,7 +304,6 @@ <maven.javadoc.failOnError>false</maven.javadoc.failOnError> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <streams.version>0.6.2-SNAPSHOT</streams.version> <github.global.server>github</github.global.server> <!-- Release Properties --> diff --git a/streams-contrib/streams-provider-twitter/pom.xml b/streams-contrib/streams-provider-twitter/pom.xml index 55e6bc92d6..7c05600b86 100644 --- a/streams-contrib/streams-provider-twitter/pom.xml +++ b/streams-contrib/streams-provider-twitter/pom.xml @@ -159,7 +159,7 @@ <dependency> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugin-pojo</artifactId> - <version>${streams.version}</version> + <version>0.6.2-SNAPSHOT</version> </dependency> </dependencies> <executions> @@ -213,7 +213,7 @@ <configuration> <skipTests>${skipITs}</skipTests> </configuration> - </plugin> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> diff --git a/streams-examples/streams-examples-flink/flink-twitter-collection/pom.xml b/streams-examples/streams-examples-flink/flink-twitter-collection/pom.xml index 67a5a104d8..03747d9b53 100644 --- a/streams-examples/streams-examples-flink/flink-twitter-collection/pom.xml +++ b/streams-examples/streams-examples-flink/flink-twitter-collection/pom.xml @@ -356,7 +356,7 @@ <dependency> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugin-pojo</artifactId> - <version>${streams.version}</version> + <version>0.6.2-SNAPSHOT</version> </dependency> </dependencies> <executions>