blob: 9dc475fe7c13bccf50fd55ce64212c796da4b7f2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>hop-assemblies-demo</artifactId>
<packaging>pom</packaging>
<name>Hop Assemblies Demo</name>
<parent>
<groupId>org.apache.hop</groupId>
<artifactId>hop-assemblies</artifactId>
<version>0.50</version>
</parent>
<properties>
<!-- build plugins -->
<properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>
<sql-maven-plugin.version>1.5</sql-maven-plugin.version>
</properties>
</project>