cloudfoundry-community / snotel

A Java based Loggregator client.
Apache License 2.0
5 stars 5 forks source link

application builds failing for firehose-autoconfig-sample #8

Open mehrotra-prateek opened 6 years ago

mehrotra-prateek commented 6 years ago

Hello,

I have just tried to execute the project and it failed

  1. Firstly, firehose-autoconfig-sample fails to build because pom.xml is referring to the old snapshot of 0.4 instead of 0.6. Below change needed in pom.xml
-               <version>0.4-SNAPSHOT</version>
+               <version>0.6-SNAPSHOT</version>

I am happy to submit a PR for it, if acceptable but since its a minor issue I am first reporting it.