diff --git a/README.md b/README.md index 0297db1..6b49d52 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,6 @@ test it with: e.g. `curl -i http://localhost:8080/firehose/resources/metrics/sam Base image for firehose and sample apps were taken from [docklands](https://github.com/AdamBien/docklands) -See you at [Java EE Performance, Monitoring and Troubleshooting workshop](http://workshops.adam-bien.com/performance.htm) +See you at [Java EE Performance, Monitoring and Troubleshooting](http://workshops.adam-bien.com/performance.htm) and/or [Java EE Microservices](http://workshops.adam-bien.com/microservices.htm) workshops diff --git a/firehose-st/pom.xml b/firehose-st/pom.xml index a8e5992..2226919 100644 --- a/firehose-st/pom.xml +++ b/firehose-st/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.airhacks firehose-st - 1.0-SNAPSHOT + 0.0.1-SNAPSHOT jar diff --git a/firehose/pom.xml b/firehose/pom.xml index aa7dc3a..0fab382 100644 --- a/firehose/pom.xml +++ b/firehose/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.airhacks firehose - 1.0-SNAPSHOT + 0.0.1-SNAPSHOT war diff --git a/sample-service/pom.xml b/sample-service/pom.xml index 0bbb45d..e5d1abf 100644 --- a/sample-service/pom.xml +++ b/sample-service/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.airhacks sample-service - 1.0-SNAPSHOT + 0.0.1-SNAPSHOT war