Hi all, I'm happy to announce the 0.3.0 release of Tephra.
This release is a renaming of the project from Continuuity Tephra to Cask Tephra, and includes the following changes: * All packages have changed from com.continuuity.tephra to co.cask.tephra * The Maven group ID has changed from com.continuuity.tephra to co.cask.tephra * The github repository has moved to https://github.com/caskdata/tephra If you have a current clone of the Tephra repository, please be sure to re-clone from https://github.com/caskdata/tephra or to update your git remote URL. If you are currently using Tephra as a Maven dependency in any project, please make note of the change to the groupId. You will need to update your dependency settings to something like the following: <dependency> <groupId>co.cask.tephra</groupId> <artifactId>tephra-api</artifactId> <version>0.3.0</version> </dependency> <dependency> <groupId>co.cask.tephra</groupId> <artifactId>tephra-core</artifactId> <version>0.3.0</version> </dependency> <dependency> <groupId>co.cask.tephra</groupId> <artifactId>tephra-hbase-compat-0.98</artifactId> <version>0.3.0</version> </dependency> Release artifacts are available for download from: https://github.com/caskdata/tephra/releases/tag/v0.3.0 For any questions or to get involved, please email the Tephra mailing list at: [email protected]
