jixuan1989 opened a new pull request #1363: URL: https://github.com/apache/incubator-iotdb/pull/1363
Currently we have to maintain the version at 3 positions: IoTDBConstant, IoTDBDatabaseMetadata and pom.xml. When releasing a new version, pom.xml can be modified automatically but IoTDBConstant and IoTDBDatabaseMetadata can not. However, when build jars using `mvn`, the version info is in the Manifest file of the jar file. So, it is better to get the version info from the jar file. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
