This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
The following commit(s) were added to refs/heads/v3.0 by this push:
new 15fe09c [hotfix] Set version to 3.1-SNAPSHOT
15fe09c is described below
commit 15fe09cdcc12aac5c422883b39e25afab581e798
Author: Martijn Visser <[email protected]>
AuthorDate: Wed Apr 19 21:15:25 2023 +0200
[hotfix] Set version to 3.1-SNAPSHOT
---
flink-connector-gcp-pubsub-e2e-tests/pom.xml | 2 +-
flink-connector-gcp-pubsub/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/flink-connector-gcp-pubsub-e2e-tests/pom.xml
b/flink-connector-gcp-pubsub-e2e-tests/pom.xml
index 07441db..4a47b82 100644
--- a/flink-connector-gcp-pubsub-e2e-tests/pom.xml
+++ b/flink-connector-gcp-pubsub-e2e-tests/pom.xml
@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-gcp-pubsub-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.1-SNAPSHOT</version>
</parent>
<artifactId>flink-connector-gcp-pubsub-e2e-tests</artifactId>
diff --git a/flink-connector-gcp-pubsub/pom.xml
b/flink-connector-gcp-pubsub/pom.xml
index 7288619..0760501 100644
--- a/flink-connector-gcp-pubsub/pom.xml
+++ b/flink-connector-gcp-pubsub/pom.xml
@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-gcp-pubsub-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.1-SNAPSHOT</version>
</parent>
<artifactId>flink-connector-gcp-pubsub</artifactId>
diff --git a/pom.xml b/pom.xml
index 714aba0..c7f557b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-gcp-pubsub-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.1-SNAPSHOT</version>
<name>Flink : Connectors : Google PubSub : Parent</name>
<packaging>pom</packaging>
<inceptionYear>2022</inceptionYear>