Hi,
This commit log shows that we need versions to be kept as properties
in <properties> section of Geronimo pom. On the other hand, I'm pretty
sure that Jason, Anita, Prasad or others who've been working on the M2
build have already spot it and there must be some obvious reasons it
is not done this way. What are they? Why don't we use <properties> to
avoid repeating versions?
Jacek
--
Jacek Laskowski
http://www.laskowski.net.pl
On 9/28/06, djencks@apache.org <djencks@apache.org> wrote:
> Author: djencks
> Date: Thu Sep 28 13:27:27 2006
> New Revision: 451020
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=451020
> Log:
> GERONIMO-2445 get incubator into the version
>
> Modified:
> geronimo/server/trunk/pom.xml
>
> Modified: geronimo/server/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=451020&r1=451019&r2=451020
> ==============================================================================
> --- geronimo/server/trunk/pom.xml (original)
> +++ geronimo/server/trunk/pom.xml Thu Sep 28 13:27:27 2006
> @@ -561,19 +561,19 @@
> <dependency>
> <groupId>org.apache.openejb</groupId>
> <artifactId>openejb-core</artifactId>
> - <version>2.2-SNAPSHOT</version>
> + <version>2.2-incubating-SNAPSHOT</version>
> </dependency>
>
> <dependency>
> <groupId>org.apache.openejb</groupId>
> <artifactId>openejb-builder</artifactId>
> - <version>2.2-SNAPSHOT</version>
> + <version>2.2-incubating-SNAPSHOT</version>
> </dependency>
>
> <dependency>
> <groupId>org.apache.openejb</groupId>
> <artifactId>openejb-pkgen-builder</artifactId>
> - <version>2.2-SNAPSHOT</version>
> + <version>2.2-incubating-SNAPSHOT</version>
> </dependency>
>
> <dependency>
>
>
>
|