Blame aduna-root-pom-13.pom

0c4e9f1
0c4e9f1
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0c4e9f1
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
0c4e9f1
                             http://maven.apache.org/maven-v4_0_0.xsd">
0c4e9f1

0c4e9f1
	<modelVersion>4.0.0</modelVersion>
0c4e9f1

0c4e9f1
	<parent>
0c4e9f1
		<groupId>org.aduna-software</groupId>
0c4e9f1
		<artifactId>aduna-opensource-root-pom</artifactId>
0c4e9f1
		<version>4</version>
0c4e9f1
	</parent>
0c4e9f1

0c4e9f1
	<groupId>info.aduna</groupId>
0c4e9f1
	<artifactId>aduna-root-pom</artifactId>
0c4e9f1
	<version>13</version>
0c4e9f1
	<packaging>pom</packaging>
0c4e9f1

0c4e9f1
	<name>Aduna</name>
0c4e9f1
	<description>Aduna Open Source projects</description>
0c4e9f1
	<url>http://www.aduna-software.org/</url>
0c4e9f1

0c4e9f1
	<organization>
0c4e9f1
		<name>Aduna</name>
0c4e9f1
		<url>http://www.aduna-software.com/</url>
0c4e9f1
	</organization>
0c4e9f1

0c4e9f1
	<licenses>
0c4e9f1
		<license>
0c4e9f1
			<name>Aduna BSD license</name>
0c4e9f1
			<url>http://repo.aduna-software.org/legal/aduna-bsd.txt</url>
0c4e9f1
			<distribution>repo</distribution>
0c4e9f1
			<comments>A BSD-style OSS license</comments>
0c4e9f1
		</license>
0c4e9f1
	</licenses>
0c4e9f1

0c4e9f1
	<dependencyManagement>
0c4e9f1
		<dependencies>
0c4e9f1
			
0c4e9f1
			<dependency>
0c4e9f1
				<groupId>org.slf4j</groupId>
0c4e9f1
				<artifactId>slf4j-api</artifactId>
0c4e9f1
				<version>1.5.10</version>
0c4e9f1
			</dependency>
0c4e9f1
			<dependency>
0c4e9f1
				<groupId>org.slf4j</groupId>
0c4e9f1
				<artifactId>slf4j-simple</artifactId>
0c4e9f1
				<version>1.5.10</version>
0c4e9f1
				<scope>provided</scope>
0c4e9f1
			</dependency>
0c4e9f1
			<dependency>
0c4e9f1
				<groupId>org.slf4j</groupId>
0c4e9f1
				<artifactId>jcl-over-slf4j</artifactId>
0c4e9f1
				<version>1.5.10</version>
0c4e9f1
				<scope>runtime</scope>
0c4e9f1
			</dependency>
0c4e9f1

0c4e9f1
			<dependency>
0c4e9f1
				<groupId>ch.qos.logback</groupId>
0c4e9f1
				<artifactId>logback-core</artifactId>
0c4e9f1
				<version>0.9.18</version>
0c4e9f1
			</dependency>
0c4e9f1
			<dependency>
0c4e9f1
				<groupId>ch.qos.logback</groupId>
0c4e9f1
				<artifactId>logback-classic</artifactId>
0c4e9f1
				<version>0.9.18</version>
0c4e9f1
			</dependency>
0c4e9f1

0c4e9f1
			
0c4e9f1
			<dependency>
0c4e9f1
				<groupId>junit</groupId>
0c4e9f1
				<artifactId>junit</artifactId>
0c4e9f1
				<version>4.7</version>
0c4e9f1
				<scope>test</scope>
0c4e9f1
			</dependency>
0c4e9f1
		</dependencies>
0c4e9f1
	</dependencyManagement>
0c4e9f1

0c4e9f1
	<build>
0c4e9f1
		<pluginManagement>
0c4e9f1
			<plugins>
0c4e9f1
				
0c4e9f1
				     see http://jira.codehaus.org/browse/MRELEASE-375 -->
0c4e9f1
				<plugin>
0c4e9f1
					<groupId>org.apache.maven.plugins</groupId>
0c4e9f1
					<artifactId>maven-release-plugin</artifactId>
0c4e9f1
					<version>2.0-beta-9</version>
0c4e9f1
				</plugin>
0c4e9f1
			</plugins>
0c4e9f1
		</pluginManagement>
0c4e9f1
	</build>
0c4e9f1

0c4e9f1
	<scm>
0c4e9f1
		<connection>scm:svn:http://repo.aduna-software.org/svn/info.aduna/</connection>
0c4e9f1
		<developerConnection>scm:svn:https://repo.aduna-software.org/svn/info.aduna/</developerConnection>
0c4e9f1
		<url>http://repo.aduna-software.org/websvn/listing.php?repname=aduna&path=/info.aduna/</url>
0c4e9f1
	</scm>
0c4e9f1

0c4e9f1
</project>