You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2006/12/01 04:11:46 UTC

svn commit: r481134 - in /geronimo/server/trunk/testsuite/ejbcontainer-testsuite: pom.xml test-ejbcontainer/pom.xml

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>



Re: svn commit: r481134 - in /geronimo/server/trunk/testsuite/ejbcontainer-testsuite: pom.xml test-ejbcontainer/pom.xml

Posted by Prasad Kashyap <go...@gmail.com>.
Removed

Thanx
prasad

On 12/1/06, Jason Dillon <ja...@planet57.com> wrote:
> <snip>
> Bliss:~/ws/geronimo/server jason$ grep openejbVersion pom.xml
> testsuite/ejbcontainer-testsuite/pom.xml
> pom.xml:        <openejbVersion>2.3-incubating-SNAPSHOT</openejbVersion>
> pom.xml:                <version>${openejbVersion}</version>
> pom.xml:                <version>${openejbVersion}</version>
> pom.xml:                <version>${openejbVersion}</version>
> pom.xml:                <version>${openejbVersion}</version>
> pom.xml:                <version>${openejbVersion}</version>
> pom.xml:                <version>${openejbVersion}</version>
> pom.xml:                <version>${openejbVersion}</version>
> testsuite/ejbcontainer-testsuite/pom.xml:        <openejbVersion>2.2-
> incubating-SNAPSHOT</openejbVersion>
> </snip>
>
> --jason
>
>
> On Dec 1, 2006, at 10:11 AM, Prasad Kashyap wrote:
>
> > I don't see it. Where else is this configured ?
> >
> > Cheers
> > prasad
> >
> > On 12/1/06, Jason Dillon <ja...@planet57.com> wrote:
> >> 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, prasad@apache.org 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>
> >> >
> >> >
> >>
> >>
>
>

Re: svn commit: r481134 - in /geronimo/server/trunk/testsuite/ejbcontainer-testsuite: pom.xml test-ejbcontainer/pom.xml

Posted by Jason Dillon <ja...@planet57.com>.
<snip>
Bliss:~/ws/geronimo/server jason$ grep openejbVersion pom.xml  
testsuite/ejbcontainer-testsuite/pom.xml
pom.xml:        <openejbVersion>2.3-incubating-SNAPSHOT</openejbVersion>
pom.xml:                <version>${openejbVersion}</version>
pom.xml:                <version>${openejbVersion}</version>
pom.xml:                <version>${openejbVersion}</version>
pom.xml:                <version>${openejbVersion}</version>
pom.xml:                <version>${openejbVersion}</version>
pom.xml:                <version>${openejbVersion}</version>
pom.xml:                <version>${openejbVersion}</version>
testsuite/ejbcontainer-testsuite/pom.xml:        <openejbVersion>2.2- 
incubating-SNAPSHOT</openejbVersion>
</snip>

--jason


On Dec 1, 2006, at 10:11 AM, Prasad Kashyap wrote:

> I don't see it. Where else is this configured ?
>
> Cheers
> prasad
>
> On 12/1/06, Jason Dillon <ja...@planet57.com> wrote:
>> 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, prasad@apache.org 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>
>> >
>> >
>>
>>


Re: svn commit: r481134 - in /geronimo/server/trunk/testsuite/ejbcontainer-testsuite: pom.xml test-ejbcontainer/pom.xml

Posted by Prasad Kashyap <go...@gmail.com>.
I don't see it. Where else is this configured ?

Cheers
prasad

On 12/1/06, Jason Dillon <ja...@planet57.com> wrote:
> 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, prasad@apache.org 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>
> >
> >
>
>

Re: svn commit: r481134 - in /geronimo/server/trunk/testsuite/ejbcontainer-testsuite: pom.xml test-ejbcontainer/pom.xml

Posted by Jason Dillon <ja...@planet57.com>.
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, prasad@apache.org 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>
>
>


Re: svn commit: r481134 - in /geronimo/server/trunk/testsuite/ejbcontainer-testsuite: pom.xml test-ejbcontainer/pom.xml

Posted by Jason Dillon <ja...@planet57.com>.
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, prasad@apache.org 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>
>
>