This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git


The following commit(s) were added to refs/heads/main by this push:
     new cca2253  Update version to 3.1-SNAPSHOT
cca2253 is described below

commit cca2253c08197f391f709a83697341dc122a360f
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Jun 20 10:16:49 2023 +0200

    Update version to 3.1-SNAPSHOT
---
 flink-connector-gcp-pubsub-e2e-tests/pom.xml | 2 +-
 flink-connector-gcp-pubsub/pom.xml           | 2 +-
 flink-examples-streaming-gcp-pubsub/pom.xml  | 2 +-
 pom.xml                                      | 2 +-
 4 files changed, 4 insertions(+), 4 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 1bd75b5..ee9299c 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/flink-examples-streaming-gcp-pubsub/pom.xml 
b/flink-examples-streaming-gcp-pubsub/pom.xml
index d66e489..775e7be 100644
--- a/flink-examples-streaming-gcp-pubsub/pom.xml
+++ b/flink-examples-streaming-gcp-pubsub/pom.xml
@@ -24,7 +24,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-examples-streaming-gcp-pubsub</artifactId>
diff --git a/pom.xml b/pom.xml
index c211942..3a50183 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>

Reply via email to