summaryrefslogtreecommitdiff
path: root/hamcrest-2.2.pom
diff options
context:
space:
mode:
Diffstat (limited to 'hamcrest-2.2.pom')
-rw-r--r--hamcrest-2.2.pom35
1 files changed, 35 insertions, 0 deletions
diff --git a/hamcrest-2.2.pom b/hamcrest-2.2.pom
new file mode 100644
index 0000000..89489bc
--- /dev/null
+++ b/hamcrest-2.2.pom
@@ -0,0 +1,35 @@
+<?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>org.hamcrest</groupId>
+ <artifactId>hamcrest</artifactId>
+ <version>2.2</version>
+ <name>Hamcrest</name>
+ <description>Core API and libraries of hamcrest matcher framework.</description>
+ <url>http://hamcrest.org/JavaHamcrest/</url>
+ <licenses>
+ <license>
+ <name>BSD License 3</name>
+ <url>http://opensource.org/licenses/BSD-3-Clause</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>joewalnes</id>
+ <name>Joe Walnes</name>
+ </developer>
+ <developer>
+ <id>npryce</id>
+ <name>Nat Pryce</name>
+ </developer>
+ <developer>
+ <id>sf105</id>
+ <name>Steve Freeman</name>
+ </developer>
+ </developers>
+ <scm>
+ <connection>git@github.com:hamcrest/JavaHamcrest.git</connection>
+ <url>https://github.com/hamcrest/JavaHamcrest</url>
+ </scm>
+</project>