Skip to content

Commit

Permalink
version changed to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBien committed Mar 27, 2017
1 parent ebb648a commit 1881a36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion firehose-st/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.airhacks</groupId>
<artifactId>firehose-st</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion firehose/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.airhacks</groupId>
<artifactId>firehose</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sample-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.airhacks</groupId>
<artifactId>sample-service</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<dependencies>
<dependency>
Expand Down

0 comments on commit 1881a36

Please sign in to comment.