<?xml version="1.0" encoding="UTF-8"?>
<!-- /****************************************************************************** * * * Jaudiotagger is free software; 
	you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as published * * by 
	the Free Software Foundation; either version 2.1 of the License, or * * (at your option) any later version. * * * * This 
	program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty 
	of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * 
	* * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the Free 
	Software * * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * * ******************************************************************************/ 
	/* $Id: pom.xml 929 2010-11-17 12:36:46Z paultaylor $ */ -->
<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>
	<groupId>org</groupId>
	<artifactId>jaudiotagger-slf4j</artifactId>
	<version>2.0.3-SNAPSHOT</version>
	<packaging>jar</packaging>
	<name>jaudiotagger</name>
	<description>
    The aim of this project is to provide a world class Java library
    for editing tag information in audio files.
    Most existing solutions are not java based inhibiting the use of
    java applications with digital files.
   </description>
	<url>https://jaudiotagger.dev.java.net/</url>
	<inceptionYear>2005</inceptionYear>

	<build>
		<sourceDirectory>src/main</sourceDirectory>
		<testSourceDirectory>src/test</testSourceDirectory>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</plugin>
		</plugins>
	</build>

	<repositories>
		<repository>
			<id>maven2-repository.dev.java.net</id>
			<name>Java.net Repository for Maven</name>
			<url>http://download.java.net/maven/2/</url>
		</repository>
	</repositories>

	<scm>
		<connection>scm:svn:https://jaudiotagger.dev.java.net/svn/jaudiotagger/trunk</connection>
		<url>https://jaudiotagger.dev.java.net/svn/jaudiotagger/trunk</url>
	</scm>

	<issueManagement>
		<url>https://jaudiotagger.dev.java.net/issues</url>
	</issueManagement>

	<organization>
		<name>java.net</name>
		<url>http://www.java.net/</url>
	</organization>

	<mailingLists>
		<mailingList>
			<name>Development mailing list</name>
			<post>dev@jaudiotagger.dev.java.net</post>
			<archive>https://jaudiotagger.dev.java.net/servlets/SummarizeList?listName=dev</archive>
		</mailingList>
		<mailingList>
			<name>Issues mailing list</name>
			<post>issues@jaudiotagger.dev.java.net</post>
			<archive>https://jaudiotagger.dev.java.net/servlets/SummarizeList?listName=issues</archive>
		</mailingList>
	</mailingLists>

	<developers>
		<developer>
			<id>paultaylor</id>
			<name>Paul Taylor</name>
			<email>paultaylor@dev.java.net</email>
			<organization>jthink</organization>
			<organizationUrl>http://www.jthink.net/jaudiotagger</organizationUrl>
			<roles>
				<role>Project Manager</role>
				<role>Java Developer</role>
			</roles>
			<timezone />
			<properties />
		</developer>
	</developers>

	<licenses>
		<license>
			<name>LGPL</name>
			<url>http://www.gnu.org/copyleft/lesser.html</url>
		</license>
	</licenses>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.1</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>1.6.4</version>
			<type>jar</type>
			<scope>compile</scope>
		</dependency>
	</dependencies>

	<distributionManagement>
		<repository>
			<id>releases</id>
			<url>https://devel.dontdrinkandroot.net/maven/content/repositories/releases/</url>
		</repository>
		<snapshotRepository>
			<id>snapshots</id>
			<url>https://devel.dontdrinkandroot.net/maven/content/repositories/snapshots/</url>
		</snapshotRepository>
	</distributionManagement>

</project>
