Skip to content

Commit

Permalink
chore: upgrade version to 1.3.0 (#596)
Browse files Browse the repository at this point in the history
* last support for java8(exclude client)

---------

Co-authored-by: imbajin <[email protected]>
  • Loading branch information
JackyYangPassion and imbajin authored Mar 22, 2024
1 parent 7bfcd66 commit 169e10d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ You could use import the dependencies in `maven` like this:
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-client</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>

<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions hugegraph-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ wget https://downloads.apache.org/incubator/hugegraph/{version}/apache-hugegraph

Due to the license limitation of the `Oracle OJDBC`, you need to manually install ojdbc to the local maven repository. Visit the [Oracle jdbc downloads page](https://www.oracle.com/database/technologies/appdev/jdbc-drivers-archive.html). Select Oracle Database 12c Release 2 (12.2.0.1) drivers, as shown in the following figure.

After opening the link, select ojdbc8.jar.
After opening the link, select "ojdbc8.jar".

Install ojdbc8 to the local maven repository, enter the directory where ojdbc8.jar is located, and execute the following command.

Expand Down Expand Up @@ -79,13 +79,13 @@ The example `docker-compose.yml` is [here](./docker/example/docker-compose.yml).
> Note:
> 1. The docker image of hugegraph-loader is a convenience release, not **official distribution** artifacts. You can find more details from [ASF Release Distribution Policy](https://infra.apache.org/release-distribution.html#dockerhub).
>
> 2. Recommand to use `release tag`(like `1.0.0`) for the stable version. Use `latest` tag to experience the newest functions in development.
> 2. Recommend to use `release tag`(like `1.0.0`) for the stable version. Use `latest` tag to experience the newest functions in development.
## 3 Load data

### 3.1 Use loader directly

> notice: currently, version is `1.2.0`
> notice: currently, version is `1.3.0`
Download and unzip the compiled archive

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</modules>

<properties>
<revision>1.2.0</revision>
<revision>1.3.0</revision>
<hugegraph.common.version>1.3.0</hugegraph.common.version>
<release.name>${project.artifactId}</release.name>
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
Expand Down

0 comments on commit 169e10d

Please sign in to comment.