Skip to content

Commit ceeb1a8

Browse files
committed
Mirror jenkins-ci packages
1 parent 566745d commit ceeb1a8

File tree

5 files changed

+680
-0
lines changed

5 files changed

+680
-0
lines changed
47.8 KB
Binary file not shown.
5.79 KB
Binary file not shown.
15.7 KB
Binary file not shown.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<groupId>org.jenkins-ci</groupId>
6+
<artifactId>jenkins</artifactId>
7+
<version>1.26</version>
8+
</parent>
9+
10+
<artifactId>annotation-indexer</artifactId>
11+
<name>Annotation Indexer</name>
12+
<version>1.4</version>
13+
<description>
14+
Creates index of annotations.
15+
</description>
16+
17+
<dependencies>
18+
<dependency>
19+
<groupId>org.kohsuke.metainf-services</groupId>
20+
<artifactId>metainf-services</artifactId>
21+
<version>1.4</version>
22+
<optional>true</optional>
23+
</dependency>
24+
<dependency>
25+
<groupId>junit</groupId>
26+
<artifactId>junit</artifactId>
27+
<version>4.10</version>
28+
<scope>test</scope>
29+
</dependency>
30+
<dependency>
31+
<groupId>com.jolira</groupId>
32+
<artifactId>hickory</artifactId>
33+
<version>1.0.0</version>
34+
<scope>test</scope>
35+
</dependency>
36+
</dependencies>
37+
38+
<scm>
39+
<connection>scm:git:git://github.com/jenkinsci/lib-${project.artifactId}.git</connection>
40+
<developerConnection>scm:git:[email protected]:jenkinsci/lib-${project.artifactId}.git</developerConnection>
41+
</scm>
42+
43+
<licenses>
44+
<license>
45+
<name>MIT License</name>
46+
<url>http://jenkins-ci.org/mit-license</url>
47+
</license>
48+
</licenses>
49+
50+
</project>

0 commit comments

Comments
 (0)