This closes #3 Jolokia update

This commit is contained in:
Clebert Suconic 2015-05-28 11:19:43 -04:00
commit eb4355a62e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- The web server is only bound to loalhost by default --> <!-- The web server is only bound to loalhost by default -->
<web bind="http://localhost:${http.port}" path="web"> <web bind="http://localhost:${http.port}" path="web">
<app url="jolokia" war="jolokia-war-1.2.3.war"/> <app url="jolokia" war="jolokia-war-1.3.1.war"/>
</web> </web>

View File

@ -450,7 +450,7 @@
<groupId>org.jolokia</groupId> <groupId>org.jolokia</groupId>
<artifactId>jolokia-war</artifactId> <artifactId>jolokia-war</artifactId>
<type>war</type> <type>war</type>
<version>1.2.3</version> <version>1.3.1</version>
<!-- License: Apache 2.0 --> <!-- License: Apache 2.0 -->
</dependency> </dependency>
<!-- ## End Jetty Wed Dependencies ## --> <!-- ## End Jetty Wed Dependencies ## -->