You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2022/10/08 00:50:52 UTC

[geode-kafka-connector] branch support/1.1 updated: Preparing release for 1.1.1

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

nnag pushed a commit to branch support/1.1
in repository https://gitbox.apache.org/repos/asf/geode-kafka-connector.git


The following commit(s) were added to refs/heads/support/1.1 by this push:
     new f10e3fa  Preparing release for 1.1.1
f10e3fa is described below

commit f10e3fab2d8da0cd35bdd64f6851bfbe57505490
Author: Nabarun Nag <na...@cs.wisc.edu>
AuthorDate: Fri Oct 7 17:46:34 2022 -0700

    Preparing release for 1.1.1
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4839bc2..57343ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,12 +31,12 @@
         <tag>HEAD</tag>
     </scm>
 
-    <version>1.1.0</version>
+    <version>1.1.1</version>
 
     <properties>
-        <geode.core.version>1.12.6</geode.core.version>
-        <geode.cq.version>1.12.6</geode.cq.version>
-        <geode.dunit.version>1.12.6</geode.dunit.version>
+        <geode.core.version>1.12.9</geode.core.version>
+        <geode.cq.version>1.12.9</geode.cq.version>
+        <geode.dunit.version>1.12.9</geode.dunit.version>
         <kafka.connect-api.version>2.3.1</kafka.connect-api.version>
         <log4j.version>2.16.0</log4j.version>
         <kafka_2.12.version>2.3.1</kafka_2.12.version>