-
Notifications
You must be signed in to change notification settings - Fork 5
/
pom.xml
22 lines (20 loc) · 999 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
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.235</version>
<relativePath>pom-hudson.xml</relativePath>
</parent>
<artifactId>git</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Hudson GIT plugin</name>
<description>Integrates Hudson to GIT SCM</description>
<url>http://hudson.gotdns.com/wiki/display/HUDSON/Git+Plugin</url>
<scm>
<connection>scm:svn:https://[email protected]/svn/hudson/tags/git-0.1</connection>
<developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/git-0.1</developerConnection>
<url>https://hudson.dev.java.net/source/browse/hudson/hudson/plugins/git/tags/git-0.1</url>
</scm>
</project>