Skip to content

Commit

Permalink
Minor updates to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
thickpaddy committed Sep 13, 2011
1 parent 70674a9 commit b7dc78d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
<description>A build status notifier that sends notifications to Campfire rooms</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Campfire+Plugin</url>
<licenses>
<license><name>MIT license</name><comments>All source code is under the MIT license.</comments></license>
<license><name>MIT license</name><comments>All source code is under the MIT license.</comments></license>
</licenses>
<scm>
<connection>scm:git:git://github.com/thickpaddy/jenkins_campfire_plugin.git</connection>
<developerConnection>scm:git:git@github.com:thickpaddy/jenkins_campfire_plugin.git</developerConnection>
<url>http://github.com/thickpaddy/jenkins_campfire_plugin</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
Expand All @@ -27,11 +32,6 @@
<artifactId>commons-httpclient</artifactId>
<version>3.1-rc1</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>htmlunit</artifactId>
<version>2.2-hudson-10</version>
</dependency>
</dependencies>
<developers>
<developer>
Expand All @@ -44,9 +44,7 @@
<developer>
<id>thickpaddy</id>
<name>Mark Woods</name>
<email>mark dot woods at jgp</email>
<organization>Jobsgopublic</organization>
<organizationUrl>http://www.jgp.co.uk</organizationUrl>
<url>https://github.com/thickpaddy</url>
</developer>
<developer>
<id>jkrall</id>
Expand Down

0 comments on commit b7dc78d

Please sign in to comment.