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

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new c0655a6ea Fix snapshot version for web
c0655a6ea is described below

commit c0655a6eaa7ec2f0030c3e6300dea3a7d1018a66
Author: Junkai Xue <j...@linkedin.com>
AuthorDate: Tue Jun 18 13:05:29 2024 -0700

    Fix snapshot version for web
---
 website/0.9.9/pom.xml | 2 +-
 website/1.3.0/pom.xml | 2 +-
 website/1.3.1/pom.xml | 2 +-
 website/1.4.0/pom.xml | 2 +-
 website/pom.xml       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/0.9.9/pom.xml b/website/0.9.9/pom.xml
index 7154e236b..344e51122 100644
--- a/website/0.9.9/pom.xml
+++ b/website/0.9.9/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.9.9-docs</artifactId>
diff --git a/website/1.3.0/pom.xml b/website/1.3.0/pom.xml
index 5f3d4796a..906499002 100644
--- a/website/1.3.0/pom.xml
+++ b/website/1.3.0/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>1.3.0-docs</artifactId>
diff --git a/website/1.3.1/pom.xml b/website/1.3.1/pom.xml
index 95af7e6f6..a4e18a849 100644
--- a/website/1.3.1/pom.xml
+++ b/website/1.3.1/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>1.3.1-docs</artifactId>
diff --git a/website/1.4.0/pom.xml b/website/1.4.0/pom.xml
index a8077b859..e840a25d9 100644
--- a/website/1.4.0/pom.xml
+++ b/website/1.4.0/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>website</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>1.4.0-docs</artifactId>
diff --git a/website/pom.xml b/website/pom.xml
index 5dd5bd506..0a9efc6e3 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>

Reply via email to