summaryrefslogtreecommitdiff
path: root/israfil-foundation-collections/pom.xml
blob: 72014ea1d116194490ecfcf328ca31da43c5fe61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<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>
	<parent>
		<groupId>net.israfil.foundation</groupId>
		<artifactId>israfil-foundation-all</artifactId>
		<version>5-SNAPSHOT</version>
	</parent>
	<artifactId>israfil-foundation-collections</artifactId>
	<name>Israfil Foundation Collections Extras</name>
	<version>1.0.3-SNAPSHOT</version>
	<url>http://www.israfil.net/projects/foundation/${artifactId}</url>
	<inceptionYear>2003</inceptionYear>
	<licenses>
		<license>
			<name>BSD</name>
			<distribution>repo</distribution>
			<url>http://www.israfil.net/israfil-license-bsd.txt</url>
			<comments>A simple open-source license with minimal restrictions</comments>
		</license>
	</licenses>  
	<dependencies>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>israfil-foundation-testing</artifactId>
			<version>1.0.0</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>