Skip to content

Commit 375aa9b

Browse files
author
chengyitian
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents b0c15e7 + fae6b9e commit 375aa9b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DolphinDB Java API
22

3+
**Note**: This README documents DolphinDB Java API version 1.30.20.1 and earlier. As of version 1.30.20.1, this README is no longer maintained. For documentation on the latest DolphinDB Java API, please refer to [DolphinDB Documentation](https://docs.dolphindb.com/en/API/Java.html).
4+
35
- [DolphinDB Java API](#dolphindb-java-api)
46
- [1. Introduction](#1-introduction)
57
- [2. Establish DolphinDB Connection](#2-establish-dolphindb-connection)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.dolphindb</groupId>
44
<artifactId>dolphindb-javaapi</artifactId>
5-
<version>3.00.0.2</version>
5+
<version>3.00.1.0</version>
66
<packaging>jar</packaging>
77

88
<properties>
9-
<dolphindb.version>3.00.0.2</dolphindb.version>
9+
<dolphindb.version>3.00.1.0</dolphindb.version>
1010
</properties>
1111
<name>DolphinDB Java API</name>
1212
<description>The messaging and data conversion protocol between Java and DolphinDB server</description>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git@github.com:dolphindb/api-java.git</connection>
3232
<developerConnection>scm:git:git@github.com:dolphindb/api-java.git</developerConnection>
3333
<url>git@github.com:dolphindb/api-java.git</url>
34-
<tag>api-java-3.00.0.2</tag>
34+
<tag>api-java-3.00.1.0</tag>
3535
</scm>
3636
<dependencies>
3737
<dependency>

0 commit comments

Comments
 (0)