No need of druid-server.version

This commit is contained in:
Himadri Singh 2013-12-04 10:21:36 +05:30
parent 47278ad109
commit a2c8388742
2 changed files with 1 additions and 4 deletions

View File

@ -45,7 +45,7 @@ public class StatusResource
public Status doGet()
{
return new Status(
getVersion("/druid-server.version"),
Initialization.class.getPackage().getImplementationVersion(),
getVersion("/druid-api.version"),
getExtensionVersions(),
new Memory(Runtime.getRuntime())

View File

@ -1,3 +0,0 @@
version=${pom.version}
groupId=${pom.groupId}
artifactId=${pom.artifactId}