/[packages]/cauldron/junit4/releases/0:4.5/3.0.2.mga1/SOURCES/junit-4.5.pom
ViewVC logotype

Annotation of /cauldron/junit4/releases/0:4.5/3.0.2.mga1/SOURCES/junit-4.5.pom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21741 - (hide annotations) (download)
Mon Jan 17 22:31:57 2011 UTC (13 years, 3 months ago) by dmorgan
Original Path: cauldron/junit4/current/SOURCES/junit-4.5.pom
File size: 1221 byte(s)
imported package junit4
1 dmorgan 21741 <?xml version="1.0" encoding="UTF-8"?>
2     <project xmlns="http://maven.apache.org/POM/4.0.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
5     <modelVersion>4.0.0</modelVersion>
6     <groupId>junit</groupId>
7     <artifactId>junit</artifactId>
8     <version>4.5</version>
9     <name>JUnit</name>
10     <url>http://junit.org</url>
11     <description>
12     JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
13     </description>
14     <organization>
15     <name>JUnit</name>
16     <url>http://www.junit.org</url>
17     </organization>
18     <licenses>
19     <license>
20     <name>Common Public License Version 1.0</name>
21     <url>http://www.opensource.org/licenses/cpl1.0.txt</url>
22     </license>
23     </licenses>
24     <scm>
25     <url>http://junit.cvs.sourceforge.net/junit/</url>
26     </scm>
27     <dependencies>
28     <!-- this dependency is included in the jar, see MAVENUPLOAD-1651
29     <dependency>
30     <groupId>org.hamcrest</groupId>
31     <artifactId>hamcrest-core</artifactId>
32     <version>1.1</version>
33     </dependency>
34     -->
35     </dependencies>
36     </project>

  ViewVC Help
Powered by ViewVC 1.1.30