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 2020/10/14 23:47:56 UTC

[geode-kafka-connector] 02/02: Preparing for the 1.0.0 release.

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

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

commit 54593d2d0135f7058116daefe6d1bec6309e44ff
Author: Nabarun Nag <na...@cs.wisc.edu>
AuthorDate: Wed Oct 14 16:46:40 2020 -0700

    Preparing for the 1.0.0 release.
    
    	* This build has been sent to Confluent to be hosted in the HUB.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b3a3a2..a91c77e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
         <tag>HEAD</tag>
     </scm>
 
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <properties>
         <geode.core.version>1.9.0</geode.core.version>