Why is this configured here an in the projects top-level pom?
I don't get it... why would we use more than one version?
What is the point of this property here, and why would it ever differ
from the definition in the top-level?
--jason
On Nov 30, 2006, at 7:11 PM, [EMAIL PROTECTED] wrote:
Author: prasad
Date: Thu Nov 30 19:11:42 2006
New Revision: 481134
URL: http://svn.apache.org/viewvc?view=rev&rev=481134
Log:
* moving up to openejb-2.3-SNAPSHOT
* junit version 3.8.1 has to be explicitly specified in the config
for undeploy
Modified:
geronimo/server/trunk/testsuite/ejbcontainer-testsuite/pom.xml
geronimo/server/trunk/testsuite/ejbcontainer-testsuite/test-
ejbcontainer/pom.xml
Modified: geronimo/server/trunk/testsuite/ejbcontainer-testsuite/
pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/
ejbcontainer-testsuite/pom.xml?
view=diff&rev=481134&r1=481133&r2=481134
======================================================================
========
--- geronimo/server/trunk/testsuite/ejbcontainer-testsuite/pom.xml
(original)
+++ geronimo/server/trunk/testsuite/ejbcontainer-testsuite/pom.xml
Thu Nov 30 19:11:42 2006
@@ -40,7 +40,7 @@
</description>
<properties>
- <openejbVersion>2.2-incubating-SNAPSHOT</openejbVersion>
+ <openejbVersion>2.3-incubating-SNAPSHOT</openejbVersion>
</properties>
<build>
Modified: geronimo/server/trunk/testsuite/ejbcontainer-testsuite/
test-ejbcontainer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/
ejbcontainer-testsuite/test-ejbcontainer/pom.xml?
view=diff&rev=481134&r1=481133&r2=481134
======================================================================
========
--- geronimo/server/trunk/testsuite/ejbcontainer-testsuite/test-
ejbcontainer/pom.xml (original)
+++ geronimo/server/trunk/testsuite/ejbcontainer-testsuite/test-
ejbcontainer/pom.xml Thu Nov 30 19:11:42 2006
@@ -105,6 +105,7 @@
<module>
<groupId>junit</groupId>
<artifactId>junit</
artifactId>
+ <version>3.8.1</version>
<type>jar</type>
</module>
</modules>