blob: bc6c9a8c002ddc88507db100aad19019d4b09060 [file] [log] [blame]
<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>
<groupId>postgresql</groupId>
<artifactId>org.postgresql.driver</artifactId>
<packaging>eclipse-plugin</packaging>
<version>8.3.0-SNAPSHOT</version>
<name>PostgreSQL JDBC Driver</name>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>0.22.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>