You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Gary Helmling <gh...@gmail.com> on 2014/09/27 01:19:00 UTC

[ANNOUNCE] Tephra 0.3.0 Release

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: tephra-dev@googlegroups.com