[jboss-cvs] Repository SVN: r27601 - in maven2/org/testng/testng: 5.9 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 30 07:07:17 EDT 2009


Author: galder.zamarreno at jboss.com
Date: 2009-06-30 07:07:16 -0400 (Tue, 30 Jun 2009)
New Revision: 27601

Added:
   maven2/org/testng/testng/5.9/
   maven2/org/testng/testng/5.9/testng-5.9.jar
   maven2/org/testng/testng/5.9/testng-5.9.jar.md5
   maven2/org/testng/testng/5.9/testng-5.9.jar.sha1
   maven2/org/testng/testng/5.9/testng-5.9.pom
   maven2/org/testng/testng/5.9/testng-5.9.pom.md5
   maven2/org/testng/testng/5.9/testng-5.9.pom.sha1
Log:
Uploaded testng 5.9

Added: maven2/org/testng/testng/5.9/testng-5.9.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/testng/testng/5.9/testng-5.9.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/testng/testng/5.9/testng-5.9.jar.md5
===================================================================
--- maven2/org/testng/testng/5.9/testng-5.9.jar.md5	                        (rev 0)
+++ maven2/org/testng/testng/5.9/testng-5.9.jar.md5	2009-06-30 11:07:16 UTC (rev 27601)
@@ -0,0 +1 @@
+52537a8a5231ca74518aec08434df7eb
\ No newline at end of file

Added: maven2/org/testng/testng/5.9/testng-5.9.jar.sha1
===================================================================
--- maven2/org/testng/testng/5.9/testng-5.9.jar.sha1	                        (rev 0)
+++ maven2/org/testng/testng/5.9/testng-5.9.jar.sha1	2009-06-30 11:07:16 UTC (rev 27601)
@@ -0,0 +1 @@
+9b8614979f3d093683d8249f61a9b6a29bc61d3d
\ No newline at end of file

Added: maven2/org/testng/testng/5.9/testng-5.9.pom
===================================================================
--- maven2/org/testng/testng/5.9/testng-5.9.pom	                        (rev 0)
+++ maven2/org/testng/testng/5.9/testng-5.9.pom	2009-06-30 11:07:16 UTC (rev 27601)
@@ -0,0 +1,58 @@
+<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">
+    <!--
+    This POM cannot be used to build TestNG; it should only be used as part of a Maven
+    repository upload bundle.
+
+    See the guide to creating a bundle here:
+    http://maven.apache.org/guides/mini/guide-central-repository-upload.html
+    -->
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.testng</groupId>
+    <artifactId>testng</artifactId>
+    <name>TestNG</name>
+    <version>5.9</version>
+    <description>TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.</description>
+    <url>http://testng.org</url>
+
+    <licenses>
+        <license>
+            <name>Apache License, Version 2.0</name>
+            <url>http://apache.org/licenses/LICENSE-2.0</url>
+        </license>
+    </licenses>
+
+    <scm>
+        <connection>scm:svn:http://testng.googlecode.com/svn/trunk/</connection>
+        <developerConnection>scm:svn:http://testng.googlecode.com/svn/trunk/</developerConnection>
+        <url>http://testng.googlecode.com/svn/trunk</url>
+    </scm>
+
+    <dependencies>
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6.5</version>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+        </dependency>
+        <dependency>
+            <groupId>qdox</groupId>
+            <artifactId>qdox</artifactId>
+            <version>1.6.1</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.beanshell</groupId>
+            <artifactId>bsh</artifactId>
+            <version>2.0b4</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+</project>

Added: maven2/org/testng/testng/5.9/testng-5.9.pom.md5
===================================================================
--- maven2/org/testng/testng/5.9/testng-5.9.pom.md5	                        (rev 0)
+++ maven2/org/testng/testng/5.9/testng-5.9.pom.md5	2009-06-30 11:07:16 UTC (rev 27601)
@@ -0,0 +1 @@
+f5acfc246c3fe9ecccef6f843bd610c4
\ No newline at end of file

Added: maven2/org/testng/testng/5.9/testng-5.9.pom.sha1
===================================================================
--- maven2/org/testng/testng/5.9/testng-5.9.pom.sha1	                        (rev 0)
+++ maven2/org/testng/testng/5.9/testng-5.9.pom.sha1	2009-06-30 11:07:16 UTC (rev 27601)
@@ -0,0 +1 @@
+ae901b03e1a5ff56258d438437d8f25317f714c7
\ No newline at end of file




More information about the jboss-cvs-commits mailing list