]> git.sesse.net Git - vlc/blob - bindings/java/samples/pom.xml
d05db209560d7afce5f036405974364878d14416
[vlc] / bindings / java / samples / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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 ">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.videolan</groupId>
6     <artifactId>jvlc-parent</artifactId>
7     <version>1.0.1-SNAPSHOT</version>
8   </parent>
9   <artifactId>jvlc-samples</artifactId>
10   <packaging>pom</packaging>
11   <name>JVLC - Samples</name>
12   <description>Java Bindings for VideoLAN - Samples</description>
13   <version>1.0.1-SNAPSHOT</version>
14
15   <modules>
16     <module>client</module>
17   </modules>
18
19 </project>