Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added camel 2.11-SNAPSHOT profile
  • Loading branch information
jstrachan committed Mar 26, 2013
1 parent 99b8b29 commit 7239ac6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hawtio-web/pom.xml
Expand Up @@ -649,5 +649,14 @@
</properties>
</profile>

<profile>
<id>camelSnapshot</id>

<!-- when using the exec:java target this will try to auto-connect to a local fuse fabric -->
<properties>
<camel-version>2.11-SNAPSHOT</camel-version>
</properties>
</profile>

</profiles>
</project>

0 comments on commit 7239ac6

Please sign in to comment.