Revision: 557
http://openutils.svn.sourceforge.net/openutils/?rev=557&view=rev
Author: fgiust
Date: 2008-01-27 03:09:26 -0800 (Sun, 27 Jan 2008)
Log Message:
-----------
upgrade to testng 5.7
Modified Paths:
--------------
trunk/openutils-testing-testng/pom.xml
Removed Paths:
-------------
trunk/openutils-testing-testng/derby.log
Deleted: trunk/openutils-testing-testng/derby.log
===================================================================
--- trunk/openutils-testing-testng/derby.log 2008-01-27 10:55:21 UTC (rev 556)
+++ trunk/openutils-testing-testng/derby.log 2008-01-27 11:09:26 UTC (rev 557)
@@ -1,6 +0,0 @@
-----------------------------------------------------------------
-2008-01-20 20:42:12.281 GMT:
- Booting Derby version The Apache Software Foundation - Apache Derby - 10.2.2.0 - (485682): instance c013800d-0117-98ef-dce7-000001d801b8
-on database directory /data/apps/openmind/openutils-trunk/openutils-testing-testng/target/test-db1
-
-Database Class Loader started - derby.database.classpath=''
Modified: trunk/openutils-testing-testng/pom.xml
===================================================================
--- trunk/openutils-testing-testng/pom.xml 2008-01-27 10:55:21 UTC (rev 556)
+++ trunk/openutils-testing-testng/pom.xml 2008-01-27 11:09:26 UTC (rev 557)
@@ -11,14 +11,6 @@
<name>openutils test utils (testng)</name>
<version>2.0-SNAPSHOT</version>
<description>openutils test utils</description>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4</version>
- </plugin>
- </plugins>
- </build>
<dependencies>
<dependency>
<groupId>net.sourceforge.openutils</groupId>
@@ -113,7 +105,7 @@
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<classifier>jdk15</classifier>
- <version>5.1</version>
+ <version>5.7</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|