[jboss-cvs] JBossAS SVN: r60469 - projects/vfs/branches/Branch_1_0.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 9 17:19:51 EST 2007


Author: scott.stark at jboss.org
Date: 2007-02-09 17:19:51 -0500 (Fri, 09 Feb 2007)
New Revision: 60469

Modified:
   projects/vfs/branches/Branch_1_0/pom.xml
Log:
Update the version to 1.0.0.Beta with a dependency on 1.0.4.GA jboss-common

Modified: projects/vfs/branches/Branch_1_0/pom.xml
===================================================================
--- projects/vfs/branches/Branch_1_0/pom.xml	2007-02-09 21:51:22 UTC (rev 60468)
+++ projects/vfs/branches/Branch_1_0/pom.xml	2007-02-09 22:19:51 UTC (rev 60469)
@@ -4,7 +4,7 @@
   <groupId>jboss</groupId>
   <artifactId>jboss-vfs</artifactId>
   <packaging>jar</packaging>
-  <version>2.0.0.snapshot</version>
+  <version>1.0.0.Beta</version>
   <name>JBoss VFS</name>
   <url>http://www.jboss.org</url>
   <description>A set of commonly used classed classes</description>
@@ -100,17 +100,11 @@
   <dependencies>
     <dependency>
       <groupId>jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>2.0.3.GA</version>
+      <artifactId>jboss-common</artifactId>
+      <version>1.0.4.GA</version>
     </dependency>
     <dependency>
       <groupId>jboss</groupId>
-      <artifactId>jboss-logging-log4j</artifactId>
-      <version>2.0.3.GA</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
       <artifactId>jboss-test</artifactId>
       <version>1.0.0.GA</version>
       <scope>test</scope>




More information about the jboss-cvs-commits mailing list