[jboss-cvs] Repository SVN: r22726 - maven2/org/hyperic/sigar-dist/1.6.0.14.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 9 12:41:34 EDT 2009


Author: ispringer
Date: 2009-03-09 12:41:34 -0400 (Mon, 09 Mar 2009)
New Revision: 22726

Modified:
   maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom
   maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom.md5
   maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom.sha1
Log:
add project info (license etc.) to the pom


Modified: maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom
===================================================================
--- maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom	2009-03-09 16:22:50 UTC (rev 22725)
+++ maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom	2009-03-09 16:41:34 UTC (rev 22726)
@@ -1,9 +1,43 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<project>
+<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">
+
   <modelVersion>4.0.0</modelVersion>
+  
   <groupId>org.hyperic</groupId>
   <artifactId>sigar-dist</artifactId>
   <packaging>zip</packaging>
-  <version>1.6.0.14</version>
+  <version>1.6.0.14</version>  
+  
+  <name>SIGAR</name>
+  <description>SIGAR (System Information Gatherer and Reporter) is a cross-platform, cross-language library and command-line tool for accessing operating system and hardware level information in Java, Perl and .NET.</description>
+  <inceptionYear>2002</inceptionYear>
+  <url>http://sigar.hyperic.com/</url>  
+
+  <organization>
+    <name>Hyperic, Inc.</name>
+    <url>http://www.hyperic.com/</url>
+  </organization>
+  
+  <licenses>
+    <license>
+      <name>The GNU General Public License, Version 3</name>
+      <url>http://www.gnu.org/licenses/gpl.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>scm:svn:http://svn.hyperic.org/projects/sigar</connection>
+    <developerConnection>scm:svn:https://svn.hyperic.org/projects/sigar</developerConnection>
+    <url>http://svn.hyperic.org/?root=Hyperic+SIGAR</url>
+  </scm>
+    
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://jira.hyperic.com/browse/SIGAR</url>
+  </issueManagement>
+  
 </project>

Modified: maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom.md5
===================================================================
--- maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom.md5	2009-03-09 16:22:50 UTC (rev 22725)
+++ maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom.md5	2009-03-09 16:41:34 UTC (rev 22726)
@@ -1 +1 @@
-4506786828eca4b4dcb83d3edee8582f
+a3e833c8a247f2075af33810abe2d7c8

Modified: maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom.sha1
===================================================================
--- maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom.sha1	2009-03-09 16:22:50 UTC (rev 22725)
+++ maven2/org/hyperic/sigar-dist/1.6.0.14/sigar-dist-1.6.0.14.pom.sha1	2009-03-09 16:41:34 UTC (rev 22726)
@@ -1 +1 @@
-05145a6bba015fc21aa104603ef0f6e95bb24437
+54f0636f2d59920aa7b1ed232c20515c2c0e9530




More information about the jboss-cvs-commits mailing list