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

cbornet pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar-adapters.git


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new 3e98ed1  [maven-release-plugin] prepare for next development iteration
3e98ed1 is described below

commit 3e98ed1ff02492695b33570f10aa882b59c2b392
Author: Christophe Bornet <cbor...@hotmail.com>
AuthorDate: Wed Mar 1 12:29:55 2023 +0100

    [maven-release-plugin] prepare for next development iteration
---
 examples/kafka-streams/pom.xml                                    | 4 ++--
 examples/pom.xml                                                  | 2 +-
 examples/spark/pom.xml                                            | 2 +-
 pom.xml                                                           | 6 +++---
 pulsar-client-kafka-compat/pom.xml                                | 2 +-
 pulsar-client-kafka-compat/pulsar-client-kafka-shaded/pom.xml     | 2 +-
 pulsar-client-kafka-compat/pulsar-client-kafka-shaded_0_8/pom.xml | 2 +-
 pulsar-client-kafka-compat/pulsar-client-kafka-shaded_0_9/pom.xml | 2 +-
 pulsar-client-kafka-compat/pulsar-client-kafka-tests/pom.xml      | 2 +-
 pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_8/pom.xml  | 2 +-
 pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_9/pom.xml  | 2 +-
 pulsar-client-kafka-compat/pulsar-client-kafka/pom.xml            | 2 +-
 pulsar-client-kafka-compat/pulsar-client-kafka_0_8/pom.xml        | 2 +-
 pulsar-client-kafka-compat/pulsar-client-kafka_0_9/pom.xml        | 2 +-
 pulsar-log4j2-appender/pom.xml                                    | 2 +-
 pulsar-spark/pom.xml                                              | 2 +-
 pulsar-storm/pom.xml                                              | 2 +-
 tests/pom.xml                                                     | 2 +-
 tests/pulsar-kafka-compat-client-test/pom.xml                     | 2 +-
 tests/pulsar-spark-test/pom.xml                                   | 4 ++--
 tests/pulsar-storm-test/pom.xml                                   | 4 ++--
 21 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/examples/kafka-streams/pom.xml b/examples/kafka-streams/pom.xml
index c7b9cf1..4d11dcb 100644
--- a/examples/kafka-streams/pom.xml
+++ b/examples/kafka-streams/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.pulsar.examples</groupId>
         <artifactId>pulsar-adapters-examples</artifactId>
-        <version>2.11.0</version>
+        <version>2.11.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>kafka-streams</artifactId>
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.apache.pulsar</groupId>
       <artifactId>pulsar-client-kafka</artifactId>
-      <version>2.11.0</version>
+      <version>2.11.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Apache Kafka dependencies -->
diff --git a/examples/pom.xml b/examples/pom.xml
index 34c5abf..fe4ec3c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-adapters</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.pulsar.examples</groupId>
diff --git a/examples/spark/pom.xml b/examples/spark/pom.xml
index 94b856e..0059887 100644
--- a/examples/spark/pom.xml
+++ b/examples/spark/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.pulsar.examples</groupId>
     <artifactId>pulsar-adapters-examples</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>spark</artifactId>
diff --git a/pom.xml b/pom.xml
index ccaf621..e58eb1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <groupId>org.apache.pulsar</groupId>
   <artifactId>pulsar-adapters</artifactId>
 
-  <version>2.11.0</version>
+  <version>2.11.1-SNAPSHOT</version>
 
   <name>Pulsar Adapters</name>
   <description>A collections of Pulsar adapters.</description>
@@ -62,7 +62,7 @@
     <url>https://github.com/apache/pulsar-adapters</url>
     
<connection>scm:git:https://github.com/apache/pulsar-adapters.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/pulsar-adapters.git</developerConnection>
-    <tag>v2.11.0-candidate-1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <ciManagement>
@@ -99,7 +99,7 @@
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <project.build.outputTimestamp>1677670060</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1677670194</project.build.outputTimestamp>
     <redirectTestOutputToFile>true</redirectTestOutputToFile>
     <test.additional.args />
     <testReuseFork>true</testReuseFork>
diff --git a/pulsar-client-kafka-compat/pom.xml 
b/pulsar-client-kafka-compat/pom.xml
index f5f28d2..539604e 100644
--- a/pulsar-client-kafka-compat/pom.xml
+++ b/pulsar-client-kafka-compat/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-adapters</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-client-kafka-compat/pulsar-client-kafka-shaded/pom.xml 
b/pulsar-client-kafka-compat/pulsar-client-kafka-shaded/pom.xml
index 1b40bfc..791d17b 100644
--- a/pulsar-client-kafka-compat/pulsar-client-kafka-shaded/pom.xml
+++ b/pulsar-client-kafka-compat/pulsar-client-kafka-shaded/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-client-kafka-compat</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-client-kafka-compat/pulsar-client-kafka-shaded_0_8/pom.xml 
b/pulsar-client-kafka-compat/pulsar-client-kafka-shaded_0_8/pom.xml
index f0ace9a..59fa9f2 100644
--- a/pulsar-client-kafka-compat/pulsar-client-kafka-shaded_0_8/pom.xml
+++ b/pulsar-client-kafka-compat/pulsar-client-kafka-shaded_0_8/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-client-kafka-compat</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-client-kafka-compat/pulsar-client-kafka-shaded_0_9/pom.xml 
b/pulsar-client-kafka-compat/pulsar-client-kafka-shaded_0_9/pom.xml
index 2056d6c..8a0b602 100644
--- a/pulsar-client-kafka-compat/pulsar-client-kafka-shaded_0_9/pom.xml
+++ b/pulsar-client-kafka-compat/pulsar-client-kafka-shaded_0_9/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-client-kafka-compat</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-client-kafka-compat/pulsar-client-kafka-tests/pom.xml 
b/pulsar-client-kafka-compat/pulsar-client-kafka-tests/pom.xml
index b592421..37b8e47 100644
--- a/pulsar-client-kafka-compat/pulsar-client-kafka-tests/pom.xml
+++ b/pulsar-client-kafka-compat/pulsar-client-kafka-tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-client-kafka-compat</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_8/pom.xml 
b/pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_8/pom.xml
index 1b0f8eb..c2933ce 100644
--- a/pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_8/pom.xml
+++ b/pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_8/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-client-kafka-compat</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_9/pom.xml 
b/pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_9/pom.xml
index ce0781d..48066a5 100644
--- a/pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_9/pom.xml
+++ b/pulsar-client-kafka-compat/pulsar-client-kafka-tests_0_9/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-client-kafka-compat</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-client-kafka-compat/pulsar-client-kafka/pom.xml 
b/pulsar-client-kafka-compat/pulsar-client-kafka/pom.xml
index 901f402..6ba56a7 100644
--- a/pulsar-client-kafka-compat/pulsar-client-kafka/pom.xml
+++ b/pulsar-client-kafka-compat/pulsar-client-kafka/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-client-kafka-compat</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-client-kafka-compat/pulsar-client-kafka_0_8/pom.xml 
b/pulsar-client-kafka-compat/pulsar-client-kafka_0_8/pom.xml
index 1e52d69..62ad271 100644
--- a/pulsar-client-kafka-compat/pulsar-client-kafka_0_8/pom.xml
+++ b/pulsar-client-kafka-compat/pulsar-client-kafka_0_8/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-client-kafka-compat</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-client-kafka-compat/pulsar-client-kafka_0_9/pom.xml 
b/pulsar-client-kafka-compat/pulsar-client-kafka_0_9/pom.xml
index cbc0391..d5a385a 100644
--- a/pulsar-client-kafka-compat/pulsar-client-kafka_0_9/pom.xml
+++ b/pulsar-client-kafka-compat/pulsar-client-kafka_0_9/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-client-kafka-compat</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-log4j2-appender/pom.xml b/pulsar-log4j2-appender/pom.xml
index bfca4fe..d6982b4 100644
--- a/pulsar-log4j2-appender/pom.xml
+++ b/pulsar-log4j2-appender/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-adapters</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-spark/pom.xml b/pulsar-spark/pom.xml
index d38cbc4..ace5b1a 100644
--- a/pulsar-spark/pom.xml
+++ b/pulsar-spark/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-adapters</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-storm/pom.xml b/pulsar-storm/pom.xml
index 5a32054..de82715 100644
--- a/pulsar-storm/pom.xml
+++ b/pulsar-storm/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-adapters</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/tests/pom.xml b/tests/pom.xml
index 30a10ca..9daeafc 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-adapters</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.pulsar.tests</groupId>
   <artifactId>adapters-tests-parent</artifactId>
diff --git a/tests/pulsar-kafka-compat-client-test/pom.xml 
b/tests/pulsar-kafka-compat-client-test/pom.xml
index 62f154c..ad204eb 100644
--- a/tests/pulsar-kafka-compat-client-test/pom.xml
+++ b/tests/pulsar-kafka-compat-client-test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pulsar.tests</groupId>
     <artifactId>adapters-tests-parent</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pulsar-kafka-compat-client-test</artifactId>
diff --git a/tests/pulsar-spark-test/pom.xml b/tests/pulsar-spark-test/pom.xml
index 5d35ae9..7252197 100644
--- a/tests/pulsar-spark-test/pom.xml
+++ b/tests/pulsar-spark-test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.pulsar.tests</groupId>
         <artifactId>adapters-tests-parent</artifactId>
-        <version>2.11.0</version>
+        <version>2.11.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>pulsar-spark-test</artifactId>
@@ -39,7 +39,7 @@
         <dependency>
           <groupId>org.apache.pulsar</groupId>
           <artifactId>pulsar-spark</artifactId>
-            <version>2.11.0</version>
+            <version>2.11.1-SNAPSHOT</version>
           <scope>test</scope>
         </dependency>
 
diff --git a/tests/pulsar-storm-test/pom.xml b/tests/pulsar-storm-test/pom.xml
index 7ec4f67..d504bbc 100644
--- a/tests/pulsar-storm-test/pom.xml
+++ b/tests/pulsar-storm-test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pulsar.tests</groupId>
     <artifactId>adapters-tests-parent</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>pulsar-storm-test</artifactId>
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.apache.pulsar</groupId>
       <artifactId>pulsar-storm</artifactId>
-      <version>2.11.0</version>
+      <version>2.11.1-SNAPSHOT</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>

Reply via email to