On Fri, Apr 16, 2004 at 02:34:05AM -0000, [EMAIL PROTECTED] wrote:
> Index: project.xml
> ===================================================================
> RCS file: /home/projects/openejb/scm/openejb/modules/assembly/project.xml,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -r1.2 -r1.3
> --- project.xml 14 Apr 2004 04:54:32 -0000 1.2
> +++ project.xml 16 Apr 2004 02:34:05 -0000 1.3
> @@ -52,7 +52,7 @@
> <dependency>
> <groupId>geronimo</groupId>
> <artifactId>geronimo-common</artifactId>
> - <version>${pom.currentVersion}</version>
> + <version>DEV</version>
Using ${pom.currentVersion} won't work very long. Eventually
pom.currentVersion will be 2.0.
-David