forked from jenkinsci/smartfrog-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
31 lines (26 loc) · 761 Bytes
/
pom.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
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.409</version>
<!-- <relativePath>../pom.xml</relativePath> -->
</parent>
<artifactId>smartfrog-plugin</artifactId>
<packaging>hpi</packaging>
<version>2.2.2-SNAPSHOT</version>
<name>SmartFrog Builder</name>
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
</project>