Agreed :-)

Jevon

On Sat, Aug 15, 2009 at 11:12 AM, Julien HENRY<[email protected]> wrote:
> Hi,
>
> If Clint contribute a whole new JUnit 4 package with new API, I would prefer
> to bump the version to emphasize the change.
>
> If we release with "only" the JUnit dependency upgrade, I don't mind staying
> on 2.3. I suggest to discuss it before next release according to the
> changelog ;)
>
> ++
>
> Julien
>
> ________________________________
> De : Jevon Wright <[email protected]>
> À : JWebUnit Development mail list
> <[email protected]>
> Envoyé le : Samedi, 15 Août 2009, 1h01mn 39s
> Objet : Re: [JWebUnit-development] SF.net SVN: jwebunit:[812] trunk
>
> Hi,
>
> Do we really need to mark the new version as 3.0, if there are no
> incompatible changes?
>
> Jevon
>
> On Sat, Aug 15, 2009 at 10:57 AM, <[email protected]> wrote:
>> Revision: 812
>>          http://jwebunit.svn.sourceforge.net/jwebunit/?rev=812&view=rev
>> Author:   henryju
>> Date:     2009-08-14 22:57:11 +0000 (Fri, 14 Aug 2009)
>>
>> Log Message:
>> -----------
>> Updated JUnit version to 4.7 as it is now fully retrocompatible with JUnit
>> 3.x (thanks to Geneho Kim for the suggestion)
>>
>> Modified Paths:
>> --------------
>>    trunk/jwebunit-commons-tests/pom.xml
>>    trunk/jwebunit-core/pom.xml
>>    trunk/jwebunit-htmlunit-plugin/pom.xml
>>    trunk/jwebunit-selenium-plugin/pom.xml
>>    trunk/jwebunit-webtestcase-generator/pom.xml
>>    trunk/pom.xml
>>
>> Modified: trunk/jwebunit-commons-tests/pom.xml
>> ===================================================================
>> --- trunk/jwebunit-commons-tests/pom.xml        2009-08-05 14:01:57 UTC
>> (rev 811)
>> +++ trunk/jwebunit-commons-tests/pom.xml        2009-08-14 22:57:11 UTC
>> (rev 812)
>> @@ -2,7 +2,7 @@
>>     <parent>
>>         <artifactId>jwebunit</artifactId>
>>         <groupId>net.sourceforge.jwebunit</groupId>
>> -        <version>2.3-SNAPSHOT</version>
>> +        <version>3.0-SNAPSHOT</version>
>>         <relativePath>../</relativePath>
>>     </parent>
>>     <modelVersion>4.0.0</modelVersion>
>>
>> Modified: trunk/jwebunit-core/pom.xml
>> ===================================================================
>> --- trunk/jwebunit-core/pom.xml 2009-08-05 14:01:57 UTC (rev 811)
>> +++ trunk/jwebunit-core/pom.xml 2009-08-14 22:57:11 UTC (rev 812)
>> @@ -2,7 +2,7 @@
>>        <parent>
>>                <artifactId>jwebunit</artifactId>
>>                <groupId>net.sourceforge.jwebunit</groupId>
>> -               <version>2.3-SNAPSHOT</version>
>> +               <version>3.0-SNAPSHOT</version>
>>                <relativePath>../</relativePath>
>>        </parent>
>>        <modelVersion>4.0.0</modelVersion>
>>
>> Modified: trunk/jwebunit-htmlunit-plugin/pom.xml
>> ===================================================================
>> --- trunk/jwebunit-htmlunit-plugin/pom.xml      2009-08-05 14:01:57 UTC
>> (rev 811)
>> +++ trunk/jwebunit-htmlunit-plugin/pom.xml      2009-08-14 22:57:11 UTC
>> (rev 812)
>> @@ -2,7 +2,7 @@
>>     <parent>
>>         <artifactId>jwebunit</artifactId>
>>         <groupId>net.sourceforge.jwebunit</groupId>
>> -        <version>2.3-SNAPSHOT</version>
>> +        <version>3.0-SNAPSHOT</version>
>>         <relativePath>../</relativePath>
>>     </parent>
>>     <modelVersion>4.0.0</modelVersion>
>>
>> Modified: trunk/jwebunit-selenium-plugin/pom.xml
>> ===================================================================
>> --- trunk/jwebunit-selenium-plugin/pom.xml      2009-08-05 14:01:57 UTC
>> (rev 811)
>> +++ trunk/jwebunit-selenium-plugin/pom.xml      2009-08-14 22:57:11 UTC
>> (rev 812)
>> @@ -2,7 +2,7 @@
>>     <parent>
>>         <artifactId>jwebunit</artifactId>
>>         <groupId>net.sourceforge.jwebunit</groupId>
>> -        <version>2.3-SNAPSHOT</version>
>> +        <version>3.0-SNAPSHOT</version>
>>         <relativePath>..</relativePath>
>>     </parent>
>>     <modelVersion>4.0.0</modelVersion>
>>
>> Modified: trunk/jwebunit-webtestcase-generator/pom.xml
>> ===================================================================
>> --- trunk/jwebunit-webtestcase-generator/pom.xml        2009-08-05
>> 14:01:57 UTC (rev 811)
>> +++ trunk/jwebunit-webtestcase-generator/pom.xml        2009-08-14
>> 22:57:11 UTC (rev 812)
>> @@ -2,7 +2,7 @@
>>     <parent>
>>         <artifactId>jwebunit</artifactId>
>>         <groupId>net.sourceforge.jwebunit</groupId>
>> -        <version>2.3-SNAPSHOT</version>
>> +        <version>3.0-SNAPSHOT</version>
>>         <relativePath>../</relativePath>
>>     </parent>
>>     <modelVersion>4.0.0</modelVersion>
>>
>> Modified: trunk/pom.xml
>> ===================================================================
>> --- trunk/pom.xml       2009-08-05 14:01:57 UTC (rev 811)
>> +++ trunk/pom.xml       2009-08-14 22:57:11 UTC (rev 812)
>> @@ -3,7 +3,7 @@
>>        <groupId>net.sourceforge.jwebunit</groupId>
>>        <artifactId>jwebunit</artifactId>
>>        <name>JWebUnit</name>
>> -       <version>2.3-SNAPSHOT</version>
>> +       <version>3.0-SNAPSHOT</version>
>>        <packaging>pom</packaging>
>>        <description>
>>                JWebUnit is a Java framework that facilitates creation of
>> @@ -270,7 +270,7 @@
>>                        <dependency>
>>                                <groupId>junit</groupId>
>>                                <artifactId>junit</artifactId>
>> -                               <version>3.8.2</version>
>> +                               <version>4.7</version>
>>                        </dependency>
>>                        <dependency>
>>                                <groupId>junitperf</groupId>
>>
>>
>> This was sent by the SourceForge.net collaborative development platform,
>> the world's largest Open Source development site.
>>
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> JWebUnit-development mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/jwebunit-development
>>
>>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> JWebUnit-development mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jwebunit-development
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> JWebUnit-development mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jwebunit-development
>
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to