> +-->
> +<project xmlns="http://maven.apache.org/POM/4.0.0"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
> http://maven.apache.org/maven-v4_0_0.xsd";>
> +  <modelVersion>4.0.0</modelVersion>
> +  <parent>
> +    <groupId>org.apache.jclouds.labs</groupId>
> +    <artifactId>jclouds-labs</artifactId>
> +    <version>2.0.0-SNAPSHOT</version>
> +  </parent>
> +  <artifactId>h2-jdbc</artifactId>
> +  <name>jclouds h2 jdbc provider</name>
> +  <description>jclouds implementation to target h2 databases</description>
> +  <packaging>bundle</packaging>
> +
> +  <properties>
> +    <maven.compile.source>1.6</maven.compile.source>
> +    <maven.compile.target>1.6</maven.compile.target>

Is this really needed? Remove it if possible to inherit the global config.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/193/files#r35514516

Reply via email to