sound/pom.xml
author Anton Epple <toni.epple@eppleton.de>
Mon, 27 May 2013 16:29:15 +0200
branchsound
changeset 105 c6c16603206c
child 106 877f18756b74
permissions -rw-r--r--
branch and project sound
toni@105
     1
<?xml version="1.0"?>
toni@105
     2
<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"
toni@105
     3
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
toni@105
     4
  <modelVersion>4.0.0</modelVersion>
toni@105
     5
  <parent>
toni@105
     6
    <groupId>org.apidesign</groupId>
toni@105
     7
    <artifactId>html</artifactId>
toni@105
     8
    <version>0.4-SNAPSHOT</version>
toni@105
     9
  </parent>
toni@105
    10
  <groupId>net.java.html</groupId>
toni@105
    11
  <artifactId>sound</artifactId>
toni@105
    12
  <version>1.0-SNAPSHOT</version>
toni@105
    13
  <name>sound</name>
toni@105
    14
  <url>http://maven.apache.org</url>
toni@105
    15
  <properties>
toni@105
    16
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
toni@105
    17
  </properties>
toni@105
    18
  <dependencies>
toni@105
    19
    <dependency>
toni@105
    20
      <groupId>junit</groupId>
toni@105
    21
      <artifactId>junit</artifactId>
toni@105
    22
      <version>3.8.1</version>
toni@105
    23
      <scope>test</scope>
toni@105
    24
    </dependency>
toni@105
    25
  </dependencies>
toni@105
    26
</project>