Skip to content

Commit

Permalink
updating pom.xml with developer/scm/wiki info
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dhar committed Apr 11, 2011
1 parent d5458b1 commit 7512ea1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
@@ -1,4 +1,5 @@
<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">
<url>http://wiki.jenkins-ci.org/display/JENKINS/OSLC-CM+Plugin</url>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -37,7 +38,9 @@
</developers>

<scm>
<url>https://github.com/m-dhar/oslc-cm-plugin</url>
<connection>scm:git:ssh://github.com/jenkinsci/oslc-cm-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com:jenkinsci/oslc-cm-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/oslc-cm-plugin</url>
</scm>

<dependencies>
Expand Down

0 comments on commit 7512ea1

Please sign in to comment.