|
From: <fg...@us...> - 2009-02-17 09:32:27
|
Revision: 1017
http://openutils.svn.sourceforge.net/openutils/?rev=1017&view=rev
Author: fgiust
Date: 2009-02-17 09:32:24 +0000 (Tue, 17 Feb 2009)
Log Message:
-----------
update poms for new releases
Modified Paths:
--------------
trunk/openutils-testing-junit/pom.xml
trunk/openutils-testing-testng/pom.xml
Modified: trunk/openutils-testing-junit/pom.xml
===================================================================
--- trunk/openutils-testing-junit/pom.xml 2009-02-17 09:13:31 UTC (rev 1016)
+++ trunk/openutils-testing-junit/pom.xml 2009-02-17 09:32:24 UTC (rev 1017)
@@ -15,7 +15,7 @@
<dependency>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-testing</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -23,22 +23,6 @@
<version>4.4</version>
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
- <version>3.2.1.ga</version>
- <optional>true</optional>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- <exclusion>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.2.2.0</version>
@@ -47,7 +31,7 @@
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -67,7 +51,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
- <version>${spring.version}</version>
+ <version>2.5.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -77,7 +61,4 @@
</exclusions>
</dependency>
</dependencies>
- <properties>
- <spring.version>2.5.3</spring.version>
- </properties>
</project>
\ No newline at end of file
Modified: trunk/openutils-testing-testng/pom.xml
===================================================================
--- trunk/openutils-testing-testng/pom.xml 2009-02-17 09:13:31 UTC (rev 1016)
+++ trunk/openutils-testing-testng/pom.xml 2009-02-17 09:32:24 UTC (rev 1017)
@@ -15,7 +15,7 @@
<dependency>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-testing</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.1</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
@@ -38,7 +38,7 @@
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
- <version>${spring.version}</version>
+ <version>2.5.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -68,7 +68,4 @@
</exclusions>
</dependency>
</dependencies>
- <properties>
- <spring.version>2.5.3</spring.version>
- </properties>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|