Skip to content

Commit

Permalink
Add SCM and bug tracker to the POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Feb 14, 2013
1 parent 26ea31e commit ad9b014
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
<version.compiler.plugin>2.3.2</version.compiler.plugin>
<version.org.jboss.remoting3>3.2.12.GA</version.org.jboss.remoting3>
</properties>


<issueManagement>
<system>JIRA</system>
<url>https://issues.jboss.org/browse/FORGEPLUGINS</url>
</issueManagement>

<scm>
<connection>scm:git:git@github.com:forge/plugin-jboss-as.git</connection>
<developerConnection>scm:git:git@github.com:forge/plugin-jboss-as.git</developerConnection>
<url>https://github.com/forge/plugin-jboss-as</url>
</scm>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit ad9b014

Please sign in to comment.