@nacx If i may ask about the publishing process to maven, do you do that in
iterations or its synced with your github master branch?
I am asking this because i am trying to consume the profitbricks-rest in one of
my Java apps using the following
```
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>profitbricks-rest</artifactId>
<version>2.0.1</version>
<type>jar</type>
</dependency>
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/390#issuecomment-303188491