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 hbase-common Show documentation
Show all versions of hbase-common Show documentation
Common functionality for HBase
/*
* Generated by src/saveVersion.sh
*/
package org.apache.hadoop.hbase;
import org.apache.yetus.audience.InterfaceAudience;
@InterfaceAudience.Private
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="DM_STRING_CTOR",
justification="Intentional; to be modified in test")
public class Version {
public static final String version = new String("2.5.10-hadoop3");
public static final String revision = "a3af60980c61fb4be31e0dcd89880f304d01098a";
public static final String user = "apurtell";
public static final String date = "Fri Jul 19 00:14:37 PDT 2024";
public static final String url = "git://buildbox.localdomain/home/apurtell/tmp/RM/hbase";
public static final String srcChecksum = "6bff8ef20042da3e682d0404483f30407741ac8dbdccefe4ff3c18fa748daa777de4b52526b8bacb5de23a8c02e807753a0ddaee842ba676781d67263debce64";
}