> + <parent> > + <groupId>org.apache.jclouds</groupId> > + <artifactId>jclouds-project</artifactId> > + <version>1.8.0-SNAPSHOT</version> > + <relativePath>../../project/pom.xml</relativePath> > + </parent> > + <groupId>org.apache.jclouds.provider</groupId> > + <artifactId>elastichosts-sjc-c</artifactId> > + <name>jclouds ElasticHosts San Jose provider</name> > + <description>ElasticHosts implementation targeted to San Jose</description> > + <packaging>bundle</packaging> > + > + <properties> > + > <test.elastichosts-sjc-c.endpoint>https://api-sjc-c.elastichosts.com</test.elastichosts-sjc-c.endpoint> > + > <test.elastichosts-sjc-c.api-version>2.0</test.elastichosts-sjc-c.api-version> > + <test.elastichosts-sjc-c.build-version />
It is not used. And unfortunately, there is no way to identify which version of the API a provider is running. Quoting @AudriusButkevicius in https://github.com/jclouds/jclouds/pull/331: >Currently there isn't a way to identify the API version externally, therefore >even if I were to provide an internal version number, there is no way for >checking it. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/362/files#r13038834
