[jboss-cvs] JBossAS SVN: r97948 - projects/reloaded/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 17 05:28:12 EST 2009


Author: wolfc
Date: 2009-12-17 05:28:11 -0500 (Thu, 17 Dec 2009)
New Revision: 97948

Modified:
   projects/reloaded/trunk/build/pom.xml
Log:
RELOADED-11: configured pom with scm, developers and issueManagement


Modified: projects/reloaded/trunk/build/pom.xml
===================================================================
--- projects/reloaded/trunk/build/pom.xml	2009-12-17 10:27:47 UTC (rev 97947)
+++ projects/reloaded/trunk/build/pom.xml	2009-12-17 10:28:11 UTC (rev 97948)
@@ -18,6 +18,38 @@
     The common build settings for all Reloaded components.
   </description>
   
+  <developers>
+    <developer>
+      <name>Andrew Lee Rubinger</name>
+      <email>arubinge at redhat.com</email>
+      <organization>JBoss, a division of Red Hat, Inc.</organization>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <name>Carlo de Wolf</name>
+      <email>cdewolf at redhat.com</email>
+      <organization>JBoss, a division of Red Hat, Inc.</organization>
+      <roles>
+        <role>Project Lead</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+  </developers>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/reloaded/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/reloaded/trunk</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/reloaded/trunk</url>
+  </scm>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>https://jira.jboss.org/jira/browse/RELOADED</url>
+  </issueManagement>
+
   <build>
     <outputDirectory>${outputDirectory}</outputDirectory>
     <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>




More information about the jboss-cvs-commits mailing list