You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Maurizio Cucchiara <ma...@gmail.com> on 2011/06/22 19:26:51 UTC

Re: svn commit: r1138558 - /struts/struts2/trunk/pom.xml

Well done Lukasz, let's see what happen in Jenkins :)

On 22 June 2011 19:23,  <lu...@apache.org> wrote:
> Author: lukaszlenart
> Date: Wed Jun 22 17:23:46 2011
> New Revision: 1138558
>
> URL: http://svn.apache.org/viewvc?rev=1138558&view=rev
> Log:
> WW-3653 - uses the latest OGNL version to allow passing tests on JDK5
>
> Modified:
>    struts/struts2/trunk/pom.xml
>
> Modified: struts/struts2/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1138558&r1=1138557&r2=1138558&view=diff
> ==============================================================================
> --- struts/struts2/trunk/pom.xml (original)
> +++ struts/struts2/trunk/pom.xml Wed Jun 22 17:23:46 2011
> @@ -86,7 +86,7 @@
>     <properties>
>         <currentVersion>${project.version}</currentVersion>
>         <struts2.springPlatformVersion>3.0.5.RELEASE</struts2.springPlatformVersion>
> -        <ognl.version>3.0.1</ognl.version>
> +        <ognl.version>3.0.2</ognl.version>
>         <asm.version>3.1</asm.version>
>         <tiles.version>2.0.6</tiles.version>
>     </properties>
> @@ -390,9 +390,9 @@
>             </dependency>
>
>             <dependency>
> -                <groupId>ognl</groupId>
> -                <artifactId>ognl</artifactId>
> -                <version>${ognl.version}</version>
> +                <groupId>org.apache.commons</groupId>
> +                <artifactId>commons-ognl</artifactId>
> +                <version>4.0-incubating-SNAPSHOT</version>
>             </dependency>
>             <dependency>
>                 <groupId>asm</groupId>
> @@ -702,4 +702,17 @@
>
>         </dependencies>
>     </dependencyManagement>
> +
> +    <repositories>
> +        <repository>
> +            <id>apache-snapshot</id>
> +            <url>https://repository.apache.org/content/repositories/snapshots/</url>
> +            <snapshots>
> +                <enabled>true</enabled>
> +            </snapshots>
> +            <releases>
> +                <enabled>false</enabled>
> +            </releases>
> +        </repository>
> +    </repositories>
>  </project>
>
>
>



-- 
Maurizio Cucchiara

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r1138558 - /struts/struts2/trunk/pom.xml

Posted by Maurizio Cucchiara <ma...@gmail.com>.
I'll take a look this evening

Maurizio Cucchiara

Il giorno 22/giu/2011 20.03, "Lukasz Lenart" <lu...@googlemail.com>
ha scritto:
> Didn't help :-(
>
>
https://builds.apache.org/job/Struts2/318/org.apache.struts.xwork$xwork-core/testReport/com.opensymphony.xwork2.ognl/OgnlValueStackTest/testFailsOnMethodThatThrowsException/
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
>
> 2011/6/22 Maurizio Cucchiara <ma...@gmail.com>:
>> Well done Lukasz, let's see what happen in Jenkins :)
>>
>> On 22 June 2011 19:23,  <lu...@apache.org> wrote:
>>> Author: lukaszlenart
>>> Date: Wed Jun 22 17:23:46 2011
>>> New Revision: 1138558
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1138558&view=rev
>>> Log:
>>> WW-3653 - uses the latest OGNL version to allow passing tests on JDK5
>>>
>>> Modified:
>>>    struts/struts2/trunk/pom.xml
>>>
>>> Modified: struts/struts2/trunk/pom.xml
>>> URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1138558&r1=1138557&r2=1138558&view=diff
>>>
==============================================================================
>>> --- struts/struts2/trunk/pom.xml (original)
>>> +++ struts/struts2/trunk/pom.xml Wed Jun 22 17:23:46 2011
>>> @@ -86,7 +86,7 @@
>>>     <properties>
>>>         <currentVersion>${project.version}</currentVersion>
>>>
<struts2.springPlatformVersion>3.0.5.RELEASE</struts2.springPlatformVersion>
>>> -        <ognl.version>3.0.1</ognl.version>
>>> +        <ognl.version>3.0.2</ognl.version>
>>>         <asm.version>3.1</asm.version>
>>>         <tiles.version>2.0.6</tiles.version>
>>>     </properties>
>>> @@ -390,9 +390,9 @@
>>>             </dependency>
>>>
>>>             <dependency>
>>> -                <groupId>ognl</groupId>
>>> -                <artifactId>ognl</artifactId>
>>> -                <version>${ognl.version}</version>
>>> +                <groupId>org.apache.commons</groupId>
>>> +                <artifactId>commons-ognl</artifactId>
>>> +                <version>4.0-incubating-SNAPSHOT</version>
>>>             </dependency>
>>>             <dependency>
>>>                 <groupId>asm</groupId>
>>> @@ -702,4 +702,17 @@
>>>
>>>         </dependencies>
>>>     </dependencyManagement>
>>> +
>>> +    <repositories>
>>> +        <repository>
>>> +            <id>apache-snapshot</id>
>>> +            <url>
https://repository.apache.org/content/repositories/snapshots/</url>
>>> +            <snapshots>
>>> +                <enabled>true</enabled>
>>> +            </snapshots>
>>> +            <releases>
>>> +                <enabled>false</enabled>
>>> +            </releases>
>>> +        </repository>
>>> +    </repositories>
>>>  </project>
>>>
>>>
>>>
>>
>>
>>
>> --
>> Maurizio Cucchiara
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>

Re: svn commit: r1138558 - /struts/struts2/trunk/pom.xml

Posted by Lukasz Lenart <lu...@googlemail.com>.
Didn't help :-(

https://builds.apache.org/job/Struts2/318/org.apache.struts.xwork$xwork-core/testReport/com.opensymphony.xwork2.ognl/OgnlValueStackTest/testFailsOnMethodThatThrowsException/


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

2011/6/22 Maurizio Cucchiara <ma...@gmail.com>:
> Well done Lukasz, let's see what happen in Jenkins :)
>
> On 22 June 2011 19:23,  <lu...@apache.org> wrote:
>> Author: lukaszlenart
>> Date: Wed Jun 22 17:23:46 2011
>> New Revision: 1138558
>>
>> URL: http://svn.apache.org/viewvc?rev=1138558&view=rev
>> Log:
>> WW-3653 - uses the latest OGNL version to allow passing tests on JDK5
>>
>> Modified:
>>    struts/struts2/trunk/pom.xml
>>
>> Modified: struts/struts2/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1138558&r1=1138557&r2=1138558&view=diff
>> ==============================================================================
>> --- struts/struts2/trunk/pom.xml (original)
>> +++ struts/struts2/trunk/pom.xml Wed Jun 22 17:23:46 2011
>> @@ -86,7 +86,7 @@
>>     <properties>
>>         <currentVersion>${project.version}</currentVersion>
>>         <struts2.springPlatformVersion>3.0.5.RELEASE</struts2.springPlatformVersion>
>> -        <ognl.version>3.0.1</ognl.version>
>> +        <ognl.version>3.0.2</ognl.version>
>>         <asm.version>3.1</asm.version>
>>         <tiles.version>2.0.6</tiles.version>
>>     </properties>
>> @@ -390,9 +390,9 @@
>>             </dependency>
>>
>>             <dependency>
>> -                <groupId>ognl</groupId>
>> -                <artifactId>ognl</artifactId>
>> -                <version>${ognl.version}</version>
>> +                <groupId>org.apache.commons</groupId>
>> +                <artifactId>commons-ognl</artifactId>
>> +                <version>4.0-incubating-SNAPSHOT</version>
>>             </dependency>
>>             <dependency>
>>                 <groupId>asm</groupId>
>> @@ -702,4 +702,17 @@
>>
>>         </dependencies>
>>     </dependencyManagement>
>> +
>> +    <repositories>
>> +        <repository>
>> +            <id>apache-snapshot</id>
>> +            <url>https://repository.apache.org/content/repositories/snapshots/</url>
>> +            <snapshots>
>> +                <enabled>true</enabled>
>> +            </snapshots>
>> +            <releases>
>> +                <enabled>false</enabled>
>> +            </releases>
>> +        </repository>
>> +    </repositories>
>>  </project>
>>
>>
>>
>
>
>
> --
> Maurizio Cucchiara
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org