blob: c2f18da3fc944921c6a25617c8725bc562c8ff87 [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>2.0.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>