Skip to content

Commit 181996f

Browse files
committed
升级到lealone-6.0.1
1 parent 4d8179e commit 181996f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
运行 `mvn clean package -Dmaven.test.skip=true`
1515

16-
生成 jar 包 `target/lealone-python-plugin-6.0.0.jar`
16+
生成 jar 包 `target/lealone-python-plugin-6.0.1.jar`
1717

18-
假设 jar 包的绝对路径是 `/home/lealone/lealone-plugins/python/target/lealone-python-plugin-6.0.0.jar`
18+
假设 jar 包的绝对路径是 `/home/lealone/lealone-plugins/python/target/lealone-python-plugin-6.0.1.jar`
1919

2020

2121
## 创建插件
@@ -27,7 +27,7 @@
2727
```sql
2828
create plugin python
2929
implement by 'com.lealone.plugins.python.PythonServiceExecutorFactory'
30-
class path '/home/lealone/lealone-plugins/python/target/lealone-python-plugin-6.0.0.jar';
30+
class path '/home/lealone/lealone-plugins/python/target/lealone-python-plugin-6.0.1.jar';
3131
```
3232

3333
要 drop 插件可以执行以下命令:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<parent>
1010
<groupId>com.lealone.plugins</groupId>
1111
<artifactId>lealone-plugins</artifactId>
12-
<version>6.0.0</version>
12+
<version>6.0.1</version>
1313
</parent>
1414

1515
<artifactId>lealone-python</artifactId>
1616
<packaging>jar</packaging>
17-
<version>6.0.0</version>
17+
<version>6.0.1</version>
1818

1919
<dependencies>
2020
<dependency>

0 commit comments

Comments
 (0)