File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.dolphindb</groupId >
4
4
<artifactId >dolphindb-javaapi</artifactId >
5
- <version >3.00.2.5 </version >
5
+ <version >3.00.2.6 </version >
6
6
<packaging >jar</packaging >
7
7
8
8
<properties >
9
- <dolphindb .version>3.00.2.5 </dolphindb .version>
9
+ <dolphindb .version>3.00.2.6 </dolphindb .version>
10
10
</properties >
11
11
<name >DolphinDB Java API</name >
12
12
<description >The messaging and data conversion protocol between Java and DolphinDB server</description >
31
31
<
connection >scm:git:
[email protected] :dolphindb/api-java.git</
connection >
32
32
<
developerConnection >scm:git:
[email protected] :dolphindb/api-java.git</
developerConnection >
33
33
<
url >
[email protected] :dolphindb/api-java.git</
url >
34
- <tag >api-java-3.00.2.5 </tag >
34
+ <tag >api-java-3.00.2.6 </tag >
35
35
</scm >
36
36
<dependencies >
37
37
<dependency >
Original file line number Diff line number Diff line change 15
15
16
16
public class Utils {
17
17
18
- public static final String JAVA_API_VERSION = "3.00.2.5 " ;
18
+ public static final String JAVA_API_VERSION = "3.00.2.6 " ;
19
19
20
20
public static final int DISPLAY_ROWS = 20 ;
21
21
public static final int DISPLAY_COLS = 100 ;
You can’t perform that action at this time.
0 commit comments