From 99a1477e1ea10825a63d5f2e1e0db743feebcf05 Mon Sep 17 00:00:00 2001
From: wyy566 <531938832@qq.com>
Date: Fri, 25 Nov 2022 15:06:34 +0800
Subject: [PATCH] updata the version number to 2.2.0
---
README.md | 6 +++---
graph-accelerator/pom.xml | 6 +++---
graph-core/pom.xml | 4 ++--
graph-kernel/pom.xml | 4 ++--
pom.xml | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index d843ba9..9f4d90c 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,11 @@ Building
mvn package
- Obtain "boostkit-graph-acc_2.12-2.1.0-spark3.1.1.jar" from the "Spark-graph-algo-lib/graph-accelerator/target/" directory
+ Obtain "boostkit-graph-acc_2.12-2.2.0-spark3.1.1.jar" from the "Spark-graph-algo-lib/graph-accelerator/target/" directory
- Obtain "boostkit-graph-core_2.12-2.1.0-Spark3.1.1.jar" from the "Spark-graph-algo-lib/graph-core/target/" directory
+ Obtain "boostkit-graph-core_2.12-2.2.0-Spark3.1.1.jar" from the "Spark-graph-algo-lib/graph-core/target/" directory
- Obtain "boostkit-graph-kernel-clinet_2.12-2.1.0-Spark3.1.1.jar" from the "Spark-graph-algo-lib/graph-kernel/target/" directory
+ Obtain "boostkit-graph-kernel-clinet_2.12-2.2.0-Spark3.1.1.jar" from the "Spark-graph-algo-lib/graph-kernel/target/" directory
diff --git a/graph-accelerator/pom.xml b/graph-accelerator/pom.xml
index ccea4ab..5ff7084 100644
--- a/graph-accelerator/pom.xml
+++ b/graph-accelerator/pom.xml
@@ -2,13 +2,13 @@
org.apache.spark
boostkit-graph
- 2.1.0
+ 2.2.0
4.0.0
org.apache.spark.graphx.lib
boostkit-graph-acc_2.12
- 2.1.0
+ 2.2.0
${project.artifactId}
Spark graph algo accelerator
@@ -21,7 +21,7 @@
org.apache.spark.graphx.lib
boostkit-graph-kernel-client_2.12
- 2.1.0
+ 2.2.0
${spark.version}
compile
diff --git a/graph-core/pom.xml b/graph-core/pom.xml
index 00fbcf8..edc08a8 100644
--- a/graph-core/pom.xml
+++ b/graph-core/pom.xml
@@ -2,13 +2,13 @@
org.apache.spark
boostkit-graph
- 2.1.0
+ 2.2.0
4.0.0
boostkit-graph-core_2.12
- 2.1.0
+ 2.2.0
${project.artifactId}
Spark graph core
diff --git a/graph-kernel/pom.xml b/graph-kernel/pom.xml
index b390426..6bd7513 100644
--- a/graph-kernel/pom.xml
+++ b/graph-kernel/pom.xml
@@ -2,12 +2,12 @@
org.apache.spark
boostkit-graph
- 2.1.0
+ 2.2.0
4.0.0
org.apache.spark.graphx.lib
boostkit-graph-kernel-client_2.12
- 2.1.0
+ 2.2.0
${project.artifactId}
Spark graph algo client
2020
diff --git a/pom.xml b/pom.xml
index b95567a..112de3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.apache.spark
boostkit-graph
- 2.1.0
+ 2.2.0
${project.artifactId}
Spark graph algo
2020
--
Gitee