forked from junit-team/junit4
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cfMavenCentral.xml
50 lines (39 loc) · 1.75 KB
/
cfMavenCentral.xml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<name>junit</name>
<url>https://github.com/typetools/junit4</url>
<description>junit is a simple framework to write repeatable tests, with type annotations</description>
<groupId>org.checkerframework.annotatedlib</groupId>
<artifactId>bcel</artifactId>
<licenses>
<license>
<name>GNU General Public License, version 2 (GPL2), with the classpath exception</name>
<url>http://www.gnu.org/software/classpath/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<version>4.13.2-Daikon</version>
<scm>
<url>https://github.com/typetools/juni4.git</url>
<connection>https://github.com/typetools/junit4.git</connection>
</scm>
<developers>
<developer>
<id>Michael Ernst</id>
<name>Michael Ernst</name>
<email>mernst@cs.washington.edu</email>
<url>http://homes.cs.washington.edu/~mernst/</url>
<organization>University of Washington</organization>
<organizationUrl>https://www.cs.washington.edu/</organizationUrl>
</developer>
<developer>
<id>Mark Roberts</id>
<name>Mark Roberts</name>
<email>markro@cs.washington.edu</email>
<organization>University of Washington</organization>
<organizationUrl>https://www.cs.washington.edu/research/plse/</organizationUrl>
</developer>
</developers>
</project>