Description
So far, we have used TajoConstants.TAJO_VERSION throughout the entire project. But, we adopted tajo.util.VersionInfo. It automatically generates version-info.properties in tajo-common-${version}.jar. So, it always provides exact version. We should replace all of the usages of TajoConstants.TAJO_VERSION by tajo.util.VersionInfo.