This repository was archived by the owner on Dec 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
src/main/java/com/baidu/hugegraph/studio/config Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 77 <groupId >com.baidu.hugegraph</groupId >
88 <artifactId >hugegraph-studio</artifactId >
99 <packaging >pom</packaging >
10- <version >0.9 .0</version >
10+ <version >0.10 .0</version >
1111 <modules >
1212 <module >studio-api</module >
1313 <module >studio-dist</module >
2525 <compiler .target>1.8</compiler .target>
2626 <log4j2 .version>2.8.2</log4j2 .version>
2727 <junit .version>4.12</junit .version>
28- <hugegraph .client.version>1.7.3 </hugegraph .client.version>
28+ <hugegraph .client.version>1.8.0 </hugegraph .client.version>
2929 <guava .version>21.0</guava .version>
3030 <commons .lang3.version>3.6</commons .lang3.version>
3131 <tomcat .version>8.5.40</tomcat .version>
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >hugegraph-studio</artifactId >
77 <groupId >com.baidu.hugegraph</groupId >
8- <version >0.9 .0</version >
8+ <version >0.10 .0</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111 <artifactId >studio-api</artifactId >
8484 </plugin >
8585 </plugins >
8686 </build >
87- </project >
87+ </project >
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ public static StudioApiOptions instance() {
137137 public static final ConfigListOption <String > GREMLINS_APPEND_LIMIT_SUFFIX =
138138 new ConfigListOption <>(
139139 "gremlin.limit_suffix" ,
140- false ,
141140 "The suffixes of gremlin statement which should be " +
142141 "appended limit()" ,
143142 disallowEmpty (),
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >hugegraph-studio</artifactId >
77 <groupId >com.baidu.hugegraph</groupId >
8- <version >0.9 .0</version >
8+ <version >0.10 .0</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
151151 </plugins >
152152 </build >
153153
154- </project >
154+ </project >
You can’t perform that action at this time.
0 commit comments