Skip to content

Commit

Permalink
add issue management, cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 23, 2010
1 parent 5834efa commit 970af41
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions pom.xml
Expand Up @@ -97,7 +97,6 @@
</profile>
<profile>
<id>jboss-public-repository</id>
<!-- Repository is active unless explicitly disabled e.g. -P!jboss-public-repository -->
<activation>
<property>
<name>jboss-public-repository</name>
Expand All @@ -109,7 +108,6 @@
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
Expand All @@ -125,20 +123,30 @@
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>

<scm>
<connection>scm:git:git://github.com/seam/faces.git</connection>
<developerConnection>scm:git:git@github.com:seam/faces.git</developerConnection>
<url>http://github.com/seam/faces</url>
</scm>

<issueManagement>
<system>JIRA</system>
<url>http://issues.jboss.org/browse/SEAMFACES</url>
</issueManagement>

<developers>
<developer>
<name>Lincoln Baxter, III</name>
Expand Down Expand Up @@ -168,11 +176,5 @@
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/seam/faces.git </connection>
<developerConnection>scm:git:git@github.com:seam/faces.git </developerConnection>
<url>http://github.com/seam/faces</url>
</scm>
</project>

0 comments on commit 970af41

Please sign in to comment.