Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add SCM to pom.xml
  • Loading branch information
Justin Collins committed Oct 19, 2011
1 parent 5e36df9 commit a5df0fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
@@ -1,5 +1,11 @@
<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">
<scm>
<connection>scm:git:ssh://github.com/jenkinsci/brakeman-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/brakeman-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/brakeman-plugin</url>
</scm>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>plugin</artifactId>
Expand Down

0 comments on commit a5df0fb

Please sign in to comment.