You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/09/10 10:48:50 UTC

svn commit: r1521372 - /commons/proper/el/trunk/pom.xml

Author: ebourg
Date: Tue Sep 10 08:48:50 2013
New Revision: 1521372

URL: http://svn.apache.org/r1521372
Log:
Updated the dependencies

Modified:
    commons/proper/el/trunk/pom.xml

Modified: commons/proper/el/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=1521372&r1=1521371&r2=1521372&view=diff
==============================================================================
--- commons/proper/el/trunk/pom.xml (original)
+++ commons/proper/el/trunk/pom.xml Tue Sep 10 08:48:50 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>28</version>
+    <version>32</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -79,26 +79,26 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
+      <version>1.1.3</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.4</version>
+      <artifactId>javax.servlet-api</artifactId>
+      <version>3.0.1</version>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jsp-api</artifactId>
-      <version>2.0</version>
+      <groupId>javax.servlet.jsp</groupId>
+      <artifactId>javax.servlet.jsp-api</artifactId>
+      <version>2.2.1</version>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>



Re: svn commit: r1521372 - /commons/proper/el/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 10 September 2013 09:48,  <eb...@apache.org> wrote:
> Author: ebourg
> Date: Tue Sep 10 08:48:50 2013
> New Revision: 1521372
>
> URL: http://svn.apache.org/r1521372
> Log:
> Updated the dependencies
>
> Modified:
>     commons/proper/el/trunk/pom.xml
>
> Modified: commons/proper/el/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=1521372&r1=1521371&r2=1521372&view=diff
> ==============================================================================
> --- commons/proper/el/trunk/pom.xml (original)
> +++ commons/proper/el/trunk/pom.xml Tue Sep 10 08:48:50 2013
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.commons</groupId>
>      <artifactId>commons-parent</artifactId>
> -    <version>28</version>
> +    <version>32</version>

CP32 also needs maven.compile.* => maven.compiler.*

>    </parent>
>
>    <modelVersion>4.0.0</modelVersion>
> @@ -79,26 +79,26 @@
>      <dependency>
>        <groupId>commons-logging</groupId>
>        <artifactId>commons-logging</artifactId>
> -      <version>1.1</version>
> +      <version>1.1.3</version>
>      </dependency>
>      <dependency>
>        <groupId>javax.servlet</groupId>
> -      <artifactId>servlet-api</artifactId>
> -      <version>2.4</version>
> +      <artifactId>javax.servlet-api</artifactId>
> +      <version>3.0.1</version>
>        <scope>provided</scope>
>        <optional>true</optional>
>      </dependency>
>      <dependency>
> -      <groupId>javax.servlet</groupId>
> -      <artifactId>jsp-api</artifactId>
> -      <version>2.0</version>
> +      <groupId>javax.servlet.jsp</groupId>
> +      <artifactId>javax.servlet.jsp-api</artifactId>
> +      <version>2.2.1</version>
>        <scope>provided</scope>
>        <optional>true</optional>
>      </dependency>
>      <dependency>
>        <groupId>junit</groupId>
>        <artifactId>junit</artifactId>
> -      <version>3.8.1</version>
> +      <version>3.8.2</version>
>        <scope>test</scope>
>      </dependency>
>    </dependencies>
>
>

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