Skip to content

Commit 790914f

Browse files
committed
fix: modify pom.xml and README.md
1 parent 46a14cd commit 790914f

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ The code demo:
3030
obTableClient.setParamURL("param_url");
3131
obTableClient.setPassword("password");
3232
obTableClient.setSysUserName("sys_user_name");
33-
obTableClient.setEncSysPassword("sys_sys_password");
3433
obTableClient.init();
3534

3635
// 2. single execute
@@ -55,8 +54,8 @@ param_url is generated by ConfigServer (link TODO).
5554

5655
## Documentation
5756

58-
- English [link TODO]
59-
- Simplified Chinese (简体中文) [link TODO]
57+
- English [Coming soon]
58+
- Simplified Chinese (简体中文) [Coming soon]
6059

6160
## Licencing
6261

@@ -66,14 +65,14 @@ OBKV Table Client is under [MulanPSL - 2.0](http://license.coscl.org.cn/MulanPSL
6665

6766
Contributions are warmly welcomed and greatly appreciated. Here are a few ways you can contribute:
6867

69-
- Raise us an issue [link TODO].
68+
- Raise us an [Issue]("https://github.com/oceanbase/obagent/issues")
7069
- Submit Pull Requests. For details, see [How to contribute](CONTRIBUTING.md).
7170

7271
## Support
7372

7473
In case you have any problems when using OceanBase Database, welcome reach out for help:
7574

76-
- GitHub Issue [link TODO]
77-
- Official forum [link TODO]
78-
- Knowledge base [link TODO]
75+
- GitHub Issue [GitHub Issue]("https://github.com/oceanbase/obkv-table-client-java/issues")
76+
- Official forum [Official website]("https://open.oceanbase.com")
77+
- Knowledge base [Coming soon]
7978

pom.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,29 @@
66
<artifactId>obkv-table-client</artifactId>
77
<version>0.1.0</version>
88

9-
<name>OBKV Table Client Framework</name>
9+
<name>${project.groupId}:${project.artifactId}</name>
10+
<description>OceanBase JavaClient for TableApi</description>
11+
<url>https://github.com/oceanbase/obkv-table-client-java</url>
12+
13+
<licenses>
14+
<license>
15+
<name>Mulan Public License,Version 2</name>
16+
<url>http://license.coscl.org.cn/MulanPSL2/</url>
17+
</license>
18+
</licenses>
19+
20+
<developers>
21+
<developer>
22+
<name>Jiali Yang</name>
23+
<email>[email protected]</email>
24+
<organization>OceanBase</organization>
25+
</developer>
26+
</developers>
27+
28+
<scm>
29+
<connection>scm:git:https://github.com/oceanbase/obkv-table-client-java.git</connection>
30+
<url>https://github.com/oceanbase/obkv-table-client-java</url>
31+
</scm>
1032

1133
<properties>
1234
<java.source.version>1.6</java.source.version>

0 commit comments

Comments
 (0)