You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2011/04/26 17:21:32 UTC

svn commit: r1096782 - /wicket/branches/wicket-1.4.x/pom.xml

Author: mgrigorov
Date: Tue Apr 26 15:21:32 2011
New Revision: 1096782

URL: http://svn.apache.org/viewvc?rev=1096782&view=rev
Log:
WICKET-3446 Upgrade to new Guice 3.0


Modified:
    wicket/branches/wicket-1.4.x/pom.xml

Modified: wicket/branches/wicket-1.4.x/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/pom.xml?rev=1096782&r1=1096781&r2=1096782&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/pom.xml (original)
+++ wicket/branches/wicket-1.4.x/pom.xml Tue Apr 26 15:21:32 2011
@@ -481,7 +481,7 @@
 			<dependency>
 				<groupId>com.google.inject</groupId>
 				<artifactId>guice</artifactId>
-				<version>2.0</version>
+				<version>3.0</version>
 			</dependency>
 			<dependency>
 				<groupId>easymock</groupId>



Re: svn commit: r1096782 - /wicket/branches/wicket-1.4.x/pom.xml

Posted by Martin Grigorov <mg...@apache.org>.
AFAIR Guice 1.0 -> 2.0 was bumped in 1.x.y too since it is binary compatible.
I could revert it too.

On Tue, Apr 26, 2011 at 7:07 PM, Martijn Dashorst
<ma...@gmail.com> wrote:
> Should we upgrade major versions of our dependencies in the 1.4.x branch?
>
> Martijn
>
> On Tue, Apr 26, 2011 at 5:21 PM,  <mg...@apache.org> wrote:
>> Author: mgrigorov
>> Date: Tue Apr 26 15:21:32 2011
>> New Revision: 1096782
>>
>> URL: http://svn.apache.org/viewvc?rev=1096782&view=rev
>> Log:
>> WICKET-3446 Upgrade to new Guice 3.0
>>
>>
>> Modified:
>>    wicket/branches/wicket-1.4.x/pom.xml
>>
>> Modified: wicket/branches/wicket-1.4.x/pom.xml
>> URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/pom.xml?rev=1096782&r1=1096781&r2=1096782&view=diff
>> ==============================================================================
>> --- wicket/branches/wicket-1.4.x/pom.xml (original)
>> +++ wicket/branches/wicket-1.4.x/pom.xml Tue Apr 26 15:21:32 2011
>> @@ -481,7 +481,7 @@
>>                        <dependency>
>>                                <groupId>com.google.inject</groupId>
>>                                <artifactId>guice</artifactId>
>> -                               <version>2.0</version>
>> +                               <version>3.0</version>
>>                        </dependency>
>>                        <dependency>
>>                                <groupId>easymock</groupId>
>>
>>
>>
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

Re: svn commit: r1096782 - /wicket/branches/wicket-1.4.x/pom.xml

Posted by Martijn Dashorst <ma...@gmail.com>.
Should we upgrade major versions of our dependencies in the 1.4.x branch?

Martijn

On Tue, Apr 26, 2011 at 5:21 PM,  <mg...@apache.org> wrote:
> Author: mgrigorov
> Date: Tue Apr 26 15:21:32 2011
> New Revision: 1096782
>
> URL: http://svn.apache.org/viewvc?rev=1096782&view=rev
> Log:
> WICKET-3446 Upgrade to new Guice 3.0
>
>
> Modified:
>    wicket/branches/wicket-1.4.x/pom.xml
>
> Modified: wicket/branches/wicket-1.4.x/pom.xml
> URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/pom.xml?rev=1096782&r1=1096781&r2=1096782&view=diff
> ==============================================================================
> --- wicket/branches/wicket-1.4.x/pom.xml (original)
> +++ wicket/branches/wicket-1.4.x/pom.xml Tue Apr 26 15:21:32 2011
> @@ -481,7 +481,7 @@
>                        <dependency>
>                                <groupId>com.google.inject</groupId>
>                                <artifactId>guice</artifactId>
> -                               <version>2.0</version>
> +                               <version>3.0</version>
>                        </dependency>
>                        <dependency>
>                                <groupId>easymock</groupId>
>
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com