diff --git a/pom.xml b/pom.xml index dee4133212e..e67cd1dbdee 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ UTF-8 0.25.0 2.1.0-incubating + 0.1.3 @@ -64,7 +65,7 @@ io.druid druid-api - 0.1.3 + ${druid.api.version} diff --git a/server/pom.xml b/server/pom.xml index 420e53cd7fc..7e45726afb8 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -229,6 +229,12 @@ + + + true + ${basedir}/src/main/resources + + maven-jar-plugin diff --git a/server/src/main/resources/static/index.html b/server/src/main/resources/static/index.html index cec3d620e88..fb8831e29ed 100644 --- a/server/src/main/resources/static/index.html +++ b/server/src/main/resources/static/index.html @@ -32,6 +32,9 @@ + + Druid Version: ${pom.version} Druid API Version: ${druid.api.version} + View Information about the Cluster