You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/02/22 03:39:24 UTC

svn commit: r379655 - /myfaces/core/branches/1_1_2/impl/pom.xml

Author: schof
Date: Tue Feb 21 18:39:23 2006
New Revision: 379655

URL: http://svn.apache.org/viewcvs?rev=379655&view=rev
Log:
changed dependency to newly released version of xslt plugin

Modified:
    myfaces/core/branches/1_1_2/impl/pom.xml

Modified: myfaces/core/branches/1_1_2/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/impl/pom.xml?rev=379655&r1=379654&r2=379655&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_2/impl/pom.xml Tue Feb 21 18:39:23 2006
@@ -105,7 +105,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>xslt-maven-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <configuration>
           <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
           <srcIncludes>**/*.tld</srcIncludes>
@@ -185,7 +185,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>xslt-maven-plugin</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
             <executions>
               <execution>
                 <id>generate-tld-for-tlddoc</id>
@@ -236,7 +236,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>xslt-maven-plugin</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
             <executions>
               <execution>
                 <id>generate-tld-for-tlddoc</id>