Skip to content

Commit fd25bb7

Browse files
committed
chore: update README
1 parent 2883784 commit fd25bb7

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ To start using Weaviate Java Client add the dependency to `pom.xml`:
1919

2020
### Uber JAR🫙
2121

22-
If you're building a uber-JAR with something like `maven-assembly-plugin`, use a shaded version with classifier `all`.
22+
If you're building a uber-JAR with something like `maven-assembly-plugin`, use a shaded version with classifier `all`.
2323
This ensures that all dynamically-loaded dependecies of `io.grpc` are resolved correctly.
2424

25+
### SNAPSHOT releases
26+
27+
The latest development version of `client6` is released after every merged pull request. Set the version to `6.0.0-SNAPSHOT` to include it in your project.
28+
Please be mindful of the fact that this is not a stable release and breaking changes may be introduced.
2529

2630
### Gson and reflective access to internal JDK classes
2731

@@ -41,14 +45,11 @@ applicationDefaultJvmArgs += listOf(
4145
)
4246
```
4347

44-
## Documentation
48+
## Useful resources
4549

4650
- [Documentation](https://weaviate.io/developers/weaviate/current/client-libraries/java.html).
47-
48-
## Support
49-
50-
- [Stackoverflow for questions](https://stackoverflow.com/questions/tagged/weaviate).
51-
- [Github for issues](https://github.com/weaviate/java-client/issues).
51+
- [StackOverflow for questions about Weaviate](https://stackoverflow.com/questions/tagged/weaviate).
52+
- [Github for issues in client6](https://github.com/weaviate/java-client/issues).
5253

5354
## Contributing
5455

0 commit comments

Comments
 (0)