You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/02/01 23:52:38 UTC

svn commit: r1066254 - /sling/whiteboard/justin/junit/extension/pom.xml

Author: justin
Date: Tue Feb  1 22:52:38 2011
New Revision: 1066254

URL: http://svn.apache.org/viewvc?rev=1066254&view=rev
Log:
downgrading dependencies

Modified:
    sling/whiteboard/justin/junit/extension/pom.xml

Modified: sling/whiteboard/justin/junit/extension/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/justin/junit/extension/pom.xml?rev=1066254&r1=1066253&r2=1066254&view=diff
==============================================================================
--- sling/whiteboard/justin/junit/extension/pom.xml (original)
+++ sling/whiteboard/justin/junit/extension/pom.xml Tue Feb  1 22:52:38 2011
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.1.0</version>
+            <version>2.0.2-incubator</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -109,7 +109,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.8.2</version>
+            <version>${junit.version}</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>



Re: svn commit: r1066254 - /sling/whiteboard/justin/junit/extension/pom.xml

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Tue, Feb 1, 2011 at 11:53 PM, Justin Edelson <ju...@gmail.com> wrote:
> Bertrand-
> This work for you? I didn't see anything which required 2.1.0?

Yes, shouldn't be a problem, thanks for noticing.
-Bertrand


>
> Thanks,
> Justin
>
> On 2/1/11 5:52 PM, justin@apache.org wrote:
>> Author: justin
>> Date: Tue Feb  1 22:52:38 2011
>> New Revision: 1066254
>>
>> URL: http://svn.apache.org/viewvc?rev=1066254&view=rev
>> Log:
>> downgrading dependencies
>>
>> Modified:
>>     sling/whiteboard/justin/junit/extension/pom.xml
>>
>> Modified: sling/whiteboard/justin/junit/extension/pom.xml
>> URL: http://svn.apache.org/viewvc/sling/whiteboard/justin/junit/extension/pom.xml?rev=1066254&r1=1066253&r2=1066254&view=diff
>> ==============================================================================
>> --- sling/whiteboard/justin/junit/extension/pom.xml (original)
>> +++ sling/whiteboard/justin/junit/extension/pom.xml Tue Feb  1 22:52:38 2011
>> @@ -93,7 +93,7 @@
>>          <dependency>
>>              <groupId>org.apache.sling</groupId>
>>              <artifactId>org.apache.sling.api</artifactId>
>> -            <version>2.1.0</version>
>> +            <version>2.0.2-incubator</version>
>>              <scope>provided</scope>
>>          </dependency>
>>          <dependency>
>> @@ -109,7 +109,7 @@
>>          <dependency>
>>              <groupId>junit</groupId>
>>              <artifactId>junit</artifactId>
>> -            <version>4.8.2</version>
>> +            <version>${junit.version}</version>
>>              <scope>compile</scope>
>>          </dependency>
>>      </dependencies>
>>
>>
>
>

Re: svn commit: r1066254 - /sling/whiteboard/justin/junit/extension/pom.xml

Posted by Justin Edelson <ju...@gmail.com>.
Bertrand-
This work for you? I didn't see anything which required 2.1.0?

Thanks,
Justin

On 2/1/11 5:52 PM, justin@apache.org wrote:
> Author: justin
> Date: Tue Feb  1 22:52:38 2011
> New Revision: 1066254
> 
> URL: http://svn.apache.org/viewvc?rev=1066254&view=rev
> Log:
> downgrading dependencies
> 
> Modified:
>     sling/whiteboard/justin/junit/extension/pom.xml
> 
> Modified: sling/whiteboard/justin/junit/extension/pom.xml
> URL: http://svn.apache.org/viewvc/sling/whiteboard/justin/junit/extension/pom.xml?rev=1066254&r1=1066253&r2=1066254&view=diff
> ==============================================================================
> --- sling/whiteboard/justin/junit/extension/pom.xml (original)
> +++ sling/whiteboard/justin/junit/extension/pom.xml Tue Feb  1 22:52:38 2011
> @@ -93,7 +93,7 @@
>          <dependency>
>              <groupId>org.apache.sling</groupId>
>              <artifactId>org.apache.sling.api</artifactId>
> -            <version>2.1.0</version>
> +            <version>2.0.2-incubator</version>
>              <scope>provided</scope>
>          </dependency>
>          <dependency>
> @@ -109,7 +109,7 @@
>          <dependency>
>              <groupId>junit</groupId>
>              <artifactId>junit</artifactId>
> -            <version>4.8.2</version>
> +            <version>${junit.version}</version>
>              <scope>compile</scope>
>          </dependency>
>      </dependencies>
> 
>