You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2009/03/16 20:15:37 UTC

svn commit: r754983 - in /myfaces/core/trunk_1.2.x: api/pom.xml impl/pom.xml pom.xml

Author: skitching
Date: Mon Mar 16 19:15:37 2009
New Revision: 754983

URL: http://svn.apache.org/viewvc?rev=754983&view=rev
Log:
Change dependency from jstl:jstl to javax.servlet:jstl. The latter is the new name for this artifact;
jstl:jstl 1.1.2 redirects to this new name.

Modified:
    myfaces/core/trunk_1.2.x/api/pom.xml
    myfaces/core/trunk_1.2.x/impl/pom.xml
    myfaces/core/trunk_1.2.x/pom.xml

Modified: myfaces/core/trunk_1.2.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/pom.xml?rev=754983&r1=754982&r2=754983&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/api/pom.xml Mon Mar 16 19:15:37 2009
@@ -179,7 +179,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>jstl</groupId>
+      <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
       <!-- version defined in parent -->
       <scope>provided</scope>

Modified: myfaces/core/trunk_1.2.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/impl/pom.xml?rev=754983&r1=754982&r2=754983&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/impl/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/impl/pom.xml Mon Mar 16 19:15:37 2009
@@ -378,7 +378,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>jstl</groupId>
+      <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
       <!-- version defined in parent -->
       <scope>provided</scope>

Modified: myfaces/core/trunk_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/pom.xml?rev=754983&r1=754982&r2=754983&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/pom.xml Mon Mar 16 19:15:37 2009
@@ -140,7 +140,7 @@
         <version>2.1</version>
       </dependency>
       <dependency>
-        <groupId>jstl</groupId>
+        <groupId>javax.servlet</groupId>
         <artifactId>jstl</artifactId>
         <version>1.2</version>
         <exclusions>
@@ -178,4 +178,4 @@
         <url>scpexe://people.apache.org/www/myfaces.apache.org/core12/</url>
       </site>
     </distributionManagement>
-</project>
\ No newline at end of file
+</project>