[jboss-cvs] JBossAS SVN: r64646 - in projects/integration/trunk: jboss-transaction-spi and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Aug 16 19:24:14 EDT 2007
Author: pgier
Date: 2007-08-16 19:24:14 -0400 (Thu, 16 Aug 2007)
New Revision: 64646
Modified:
projects/integration/trunk/build/pom.xml
projects/integration/trunk/jboss-transaction-spi/pom.xml
Log:
Moving common-loggin-spi version up to dependency management.
Modified: projects/integration/trunk/build/pom.xml
===================================================================
--- projects/integration/trunk/build/pom.xml 2007-08-16 23:20:52 UTC (rev 64645)
+++ projects/integration/trunk/build/pom.xml 2007-08-16 23:24:14 UTC (rev 64646)
@@ -128,6 +128,11 @@
<dependencies>
<dependency>
<groupId>jboss</groupId>
+ <artifactId>jboss-common-logging-spi</artifactId>
+ <version>2.0.4.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<version>2.0.4.GA</version>
</dependency>
Modified: projects/integration/trunk/jboss-transaction-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-transaction-spi/pom.xml 2007-08-16 23:20:52 UTC (rev 64645)
+++ projects/integration/trunk/jboss-transaction-spi/pom.xml 2007-08-16 23:24:14 UTC (rev 64646)
@@ -18,7 +18,6 @@
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-common-logging-spi</artifactId>
- <version>2.0.4.GA</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
More information about the jboss-cvs-commits
mailing list