[wise-commits] wise SVN: r510 - webgui/trunk.

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Sun Feb 10 09:46:09 EST 2013


Author: alessio.soldano at jboss.com
Date: 2013-02-10 09:46:08 -0500 (Sun, 10 Feb 2013)
New Revision: 510

Modified:
   webgui/trunk/pom.xml
Log:
Minor updates in pom


Modified: webgui/trunk/pom.xml
===================================================================
--- webgui/trunk/pom.xml	2013-02-10 14:36:31 UTC (rev 509)
+++ webgui/trunk/pom.xml	2013-02-10 14:46:08 UTC (rev 510)
@@ -18,8 +18,14 @@
    <packaging>war</packaging>
    <name>JBoss Wise GUI</name>
    <description>A GUI for JBoss Wise Core</description>
+   <url>http://www.jboss.org/wise</url>
 
-   <url>http://jboss.org/wise</url>
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/wise/webgui/tags/wise-webgui-1.0.0.Final</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/wise/webgui/tags/wise-webgui-1.0.0.Final</developerConnection>
+      <url>http://fisheye.jboss.org/viewrep/Wise/webgui/tags/wise-webgui-1.0.0.Final</url>
+   </scm>
+
    <licenses>
       <license>
          <name>Apache License, Version 2.0</name>
@@ -27,7 +33,13 @@
          <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
       </license>
    </licenses>
+   <inceptionYear>2013</inceptionYear>
 
+   <issueManagement>
+      <system>jira</system>
+      <url>https://jira.jboss.org/jira/browse/WISE</url>
+   </issueManagement>
+
    <properties>
       <!-- Explicitly declaring the source encoding eliminates the following 
          message: -->



More information about the wise-commits mailing list