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

dongjoon pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 9993c39ef7a1 Fix network-commont module version to 3.4.4-SNAPSHOT
9993c39ef7a1 is described below

commit 9993c39ef7a104056b143f8e12c824d6ca68ab60
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Sun Apr 14 21:44:22 2024 -0700

    Fix network-commont module version to 3.4.4-SNAPSHOT
---
 common/network-common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml
index 8a1fe5781ba4..da85893ed3b6 100644
--- a/common/network-common/pom.xml
+++ b/common/network-common/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.12</artifactId>
-    <version>3.4.3</version>
+    <version>3.4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to