1.0.0-beta1
Pre-release
Pre-release
This pre-release tests the releasing pipeline and worklow.
Tested Operations
- Build all the components
- Run all tests
- Package components
- Sign the deliverables
- Push to maven central
- Validate the assets
Documentation is available at
https://datastaxdevs.github.io/astra-db-java/1.0.0-beta1/index.html
Maven Coordinates
- To use the assets with maven you can use :
<dependency>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-db-java</artifactId>
<version>1.0.0-beta1</version>
</dependency>
- To use the assets with gradle you can use :
implementation group: 'com.datastax.astra', name: 'astra-sb-java', version: '1.0.0-beta1'