Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

update SNAPSHOT version #128

Merged
merged 3 commits into from
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are the version correspondence between Nebula Spark utils and Nebula:
| 2.0.1 | 2.0.1 | -- | 2.0.0, 2.0.1 |
| 2.1.0 | 2.1.0 | 2.1.0 | 2.0.0, 2.0.1 |
| 2.5.0 | 2.5.0 | 2.5.0 | 2.5.0 |
| 2.0-SNAPSHOT | 2.0-SNAPSHOT | 2.0-SNAPSHOT | v2-nightly |
| 2.5-SNAPSHOT | 2.5-SNAPSHOT | 2.5-SNAPSHOT | v2-nightly |

If the Nebula version and the uitls' version are not in the same line, then they are incompatible.
For Nebula Graph v2.x, see [nebula-graph](https://github.com/vesoft-inc/nebula-graph).
Expand Down
6 changes: 3 additions & 3 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>nebula-spark</artifactId>
<groupId>com.vesoft</groupId>
<version>2.0-SNAPSHOT</version>
<version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>com.vesoft</groupId>
<artifactId>nebula-spark-connector</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
</project>
6 changes: 3 additions & 3 deletions nebula-algorithm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>nebula-spark</artifactId>
<groupId>com.vesoft</groupId>
<version>2.0-SNAPSHOT</version>
<version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -15,7 +15,7 @@

<properties>
<spark.version>2.4.4</spark.version>
<nebula.version>2.0-SNAPSHOT</nebula.version>
<nebula.version>2.5-SNAPSHOT</nebula.version>
<config.version>1.4.0</config.version>
<scopt.version>3.7.1</scopt.version>
<scalatest.version>3.2.0</scalatest.version>
Expand Down Expand Up @@ -288,4 +288,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion nebula-exchange/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>nebula-spark</artifactId>
<groupId>com.vesoft</groupId>
<version>2.0-SNAPSHOT</version>
<version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion nebula-spark-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>nebula-spark</artifactId>
<groupId>com.vesoft</groupId>
<version>2.0-SNAPSHOT</version>
<version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.vesoft</groupId>
<artifactId>nebula-spark</artifactId>
<packaging>pom</packaging>
<version>2.0-SNAPSHOT</version>
<version>2.5-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down