]> git.sesse.net Git - vlc/blob - bindings/java/pom.xml
27cba5e2e39134ad9a7ebc4fc9290c30cc9999ce
[vlc] / bindings / java / 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   <groupId>org.videolan</groupId>
5   <artifactId>jvlc</artifactId>
6   <packaging>jar</packaging>
7   <name>JVLC</name>
8   <description>Java Bindings for VideoLAN</description>
9   <version>0.0.1-SNAPSHOT</version>
10    <build>
11     <plugins>
12       <plugin>
13         <artifactId>maven-compiler-plugin</artifactId>
14         <configuration>
15           <source>1.6</source>
16           <target>1.6</target>
17         </configuration>
18       </plugin>
19     </plugins>
20   </build> 
21 </project>