> + <parent> > + <groupId>org.apache.jclouds.labs</groupId> > + <artifactId>jclouds-labs</artifactId> > + <version>1.8.0-SNAPSHOT</version> > + </parent> > + > + <!-- TODO: when out of labs, switch to org.jclouds.provider --> > + <groupId>org.apache.jclouds.labs</groupId> > + <artifactId>docker</artifactId> > + <name>jclouds docker API</name> > + <description>ComputeService binding to the Docker v1.8 API</description> > + <packaging>bundle</packaging> > + > + <properties> > + <test.docker.endpoint>https://localhost:4243</test.docker.endpoint> > + <test.docker.api-version>1.8</test.docker.api-version>
Align this property with the one in the api metadata --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/57/files#r11264906
