blob: c41ab7969fec84c519239e78fa5bd38d6ac05fcc [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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>org.eclipse.uomo.examples.units</artifactId>
<groupId>org.eclipse.uomo.examples.units</groupId>
<version>0.8.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.uomo.examples.units.android</artifactId>
<packaging>pom</packaging>
<name>UOMo Units Android Examples</name>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compilerPlugin.version}</version>
<configuration>
<source>${project.build.javaVersion}</source>
<target>${project.build.javaVersion}</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<modules>
<module>web</module>
<module>player</module>
</modules>
</project>