Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
139 additions
and 157 deletions.
@@ -1,28 +1,43 @@ | ||
<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.319</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
<artifactId>msbuild</artifactId> | ||
<packaging>hpi</packaging> | ||
<version>1.4-SNAPSHOT</version> | ||
<name>Hudson MSBuild Plugin</name> | ||
<url>http://wiki.hudson-ci.org/display/HUDSON/MSBuild+Plugin</url> | ||
<developers> | ||
<developer> | ||
<id>kdsweeney</id> | ||
<name>Kyle Sweeney</name> | ||
<email>kyle.sweeney@valtech.com</email> | ||
</developer> | ||
<developer> | ||
<id>gbois</id> | ||
<name>Gregory Boissinot</name> | ||
<email>gregory.boissinot@gmail.com</email> | ||
<timezone>+1</timezone> | ||
</developer> | ||
</developers> | ||
<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.jenkins-ci.plugins</groupId> | ||
<artifactId>plugin</artifactId> | ||
<version>1.404</version> | ||
</parent> | ||
|
||
<artifactId>msbuild</artifactId> | ||
<packaging>hpi</packaging> | ||
<version>1.4-SNAPSHOT</version> | ||
<name>Jenkins MSBuild Plugin</name> | ||
<url>http://wiki.jenkins-ci.org/display/JENKINS/MSBuild+Plugin</url> | ||
|
||
<licenses> | ||
<license> | ||
<name>MIT license</name> | ||
<comments>All source code is under the MIT license.</comments> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<id>kdsweeney</id> | ||
<name>Kyle Sweeney</name> | ||
<email>kyle.sweeney@valtech.com</email> | ||
</developer> | ||
<developer> | ||
<id>gbois</id> | ||
<name>Gregory Boissinot</name> | ||
<email>gregory.boissinot@gmail.com</email> | ||
<timezone>+1</timezone> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/jenkinsci/msbuild-plugin.git</connection> | ||
<developerConnection>scm:git:git@github.com:jenkinsci/msbuild-plugin.git</developerConnection> | ||
</scm> | ||
|
||
</project> |
Oops, something went wrong.