Maven artifacts for 0.2

This commit is contained in:
2014-10-18 17:01:51 +01:00
commit f70348f209
9 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.dt</groupId>
<artifactId>iTunesController</artifactId>
<version>0.2</version>
<dependencies>
<dependency>
<groupId>net.sf.jacob-project</groupId>
<artifactId>jacob</artifactId>
<version>1.+</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>