You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mc...@apache.org on 2013/04/05 18:21:50 UTC

svn commit: r1465025 - in /struts/struts2/trunk: archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml pom.xml

Author: mcucchiara
Date: Fri Apr  5 16:21:50 2013
New Revision: 1465025

URL: http://svn.apache.org/r1465025
Log:
Updated commons-fileupload to the latest version

Modified:
    struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=1465025&r1=1465024&r2=1465025&view=diff
==============================================================================
--- struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original)
+++ struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Fri Apr  5 16:21:50 2013
@@ -66,7 +66,7 @@
 		<dependency>
 			<groupId>commons-fileupload</groupId>
 			<artifactId>commons-fileupload</artifactId>
-			<version>1.1.1</version>
+			<version>1.3</version>
 		</dependency>
 
 		<!-- Dwr -->

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1465025&r1=1465024&r2=1465025&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Fri Apr  5 16:21:50 2013
@@ -548,7 +548,7 @@
             <dependency>
                 <groupId>commons-fileupload</groupId>
                 <artifactId>commons-fileupload</artifactId>
-                <version>1.2.2</version>
+                <version>1.3</version>
             </dependency>
             <dependency>
                 <groupId>commons-io</groupId>



Re: svn commit: r1465025 - in /struts/struts2/trunk: archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml pom.xml

Posted by Lukasz Lenart <lu...@apache.org>.
No problem, right now everything is perfect :-)

Thanks again!

2013/4/8 Maurizio Cucchiara <mc...@apache.org>:
> Done (sorry I didn't realize there was an issue).
>
> On 8 April 2013 07:54, Lukasz Lenart <lu...@apache.org> wrote:
>
>> 2013/4/5  <mc...@apache.org>:
>> > Author: mcucchiara
>> > Date: Fri Apr  5 16:21:50 2013
>> > New Revision: 1465025
>> >
>> > URL: http://svn.apache.org/r1465025
>> > Log:
>> > Updated commons-fileupload to the latest version
>> >
>> > Modified:
>> >
>> struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
>> >     struts/struts2/trunk/pom.xml
>> >
>> > Modified:
>> struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
>> > URL:
>> http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=1465025&r1=1465024&r2=1465025&view=diff
>> >
>> ==============================================================================
>> > ---
>> struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
>> (original)
>> > +++
>> struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
>> Fri Apr  5 16:21:50 2013
>> > @@ -66,7 +66,7 @@
>> >                 <dependency>
>> >                         <groupId>commons-fileupload</groupId>
>> >                         <artifactId>commons-fileupload</artifactId>
>> > -                       <version>1.1.1</version>
>> > +                       <version>1.3</version>
>> >                 </dependency>
>>
>> Could you update related issue [1]? And please use id of issue in the
>> commit message.
>>
>> [1] https://issues.apache.org/jira/browse/WW-4032
>>

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


Re: svn commit: r1465025 - in /struts/struts2/trunk: archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml pom.xml

Posted by Maurizio Cucchiara <mc...@apache.org>.
Done (sorry I didn't realize there was an issue).

On 8 April 2013 07:54, Lukasz Lenart <lu...@apache.org> wrote:

> 2013/4/5  <mc...@apache.org>:
> > Author: mcucchiara
> > Date: Fri Apr  5 16:21:50 2013
> > New Revision: 1465025
> >
> > URL: http://svn.apache.org/r1465025
> > Log:
> > Updated commons-fileupload to the latest version
> >
> > Modified:
> >
> struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
> >     struts/struts2/trunk/pom.xml
> >
> > Modified:
> struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
> > URL:
> http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=1465025&r1=1465024&r2=1465025&view=diff
> >
> ==============================================================================
> > ---
> struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
> (original)
> > +++
> struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
> Fri Apr  5 16:21:50 2013
> > @@ -66,7 +66,7 @@
> >                 <dependency>
> >                         <groupId>commons-fileupload</groupId>
> >                         <artifactId>commons-fileupload</artifactId>
> > -                       <version>1.1.1</version>
> > +                       <version>1.3</version>
> >                 </dependency>
>
> Could you update related issue [1]? And please use id of issue in the
> commit message.
>
> [1] https://issues.apache.org/jira/browse/WW-4032
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

Re: svn commit: r1465025 - in /struts/struts2/trunk: archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml pom.xml

Posted by Lukasz Lenart <lu...@apache.org>.
2013/4/5  <mc...@apache.org>:
> Author: mcucchiara
> Date: Fri Apr  5 16:21:50 2013
> New Revision: 1465025
>
> URL: http://svn.apache.org/r1465025
> Log:
> Updated commons-fileupload to the latest version
>
> Modified:
>     struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
>     struts/struts2/trunk/pom.xml
>
> Modified: struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
> URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=1465025&r1=1465024&r2=1465025&view=diff
> ==============================================================================
> --- struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original)
> +++ struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Fri Apr  5 16:21:50 2013
> @@ -66,7 +66,7 @@
>                 <dependency>
>                         <groupId>commons-fileupload</groupId>
>                         <artifactId>commons-fileupload</artifactId>
> -                       <version>1.1.1</version>
> +                       <version>1.3</version>
>                 </dependency>

Could you update related issue [1]? And please use id of issue in the
commit message.

[1] https://issues.apache.org/jira/browse/WW-4032


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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