Skip to content

Commit

Permalink
1.0.0-rc3 (#58)
Browse files Browse the repository at this point in the history
* 1.0.0-rc3

* update

* update
  • Loading branch information
critical27 authored Feb 7, 2020
1 parent 732bf04 commit 7279c67
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Depending on the version of Nebula Graph that you are connecting to, you will ha

| Nebula version | Nebula Java version |
|:--------------:|:-----------------:|
| 1.0.0-rc2 | 1.0.0-rc2 |
| 1.0.0-rc3 | 1.0.0-rc3 |
| rc2 | 1.0.0-rc2 |
| rc3 | 1.0.0-rc3.20200207 |

## Nebula Graph Java Driver

Expand All @@ -23,7 +23,7 @@ When using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.vesoft</groupId>
<artifactId>client</artifactId>
<version>${VERSION}</version>
<version>1.0.0-rc3.20200207</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vesoft</groupId>
<artifactId>nebula</artifactId>
<version>1.0.0-rc3</version>
<version>1.0.0-rc3.20200207</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vesoft</groupId>
<artifactId>nebula</artifactId>
<version>1.0.0-rc3</version>
<version>1.0.0-rc3.20200207</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.vesoft</groupId>
<artifactId>client</artifactId>
<version>1.0.0-rc3</version>
<version>1.0.0-rc3.20200207</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
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</artifactId>
<packaging>pom</packaging>
<version>1.0.0-rc3</version>
<version>1.0.0-rc3.20200207</version>

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

0 comments on commit 7279c67

Please sign in to comment.