
org.apache.hadoop.hbase.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of phoenix-core-shaded Show documentation
Show all versions of phoenix-core-shaded Show documentation
apache phoenix core shaded jar for presto.
The newest version!
/*
* Generated by src/saveVersion.sh
*/
package org.apache.hadoop.hbase;
import org.apache.hadoop.hbase.classification.InterfaceAudience;
@InterfaceAudience.Private
public class Version {
public static final String version = "1.2.5";
public static final String revision = "d7b05f79dee10e0ada614765bb354b93d615a157";
public static final String user = "busbey";
public static final String date = "Wed Mar 1 06:52:25 CST 2017";
public static final String url = "git://asf-dev/home/busbey/projects/hbase";
public static final String srcChecksum = "5f0b6bf70e891eb3b315a1559f0a1c62";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy