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/04/24 21:17:20 UTC

svn commit: r396660 - /myfaces/core/branches/1_1_3/impl/pom.xml

Author: schof
Date: Mon Apr 24 12:17:18 2006
New Revision: 396660

URL: http://svn.apache.org/viewcvs?rev=396660&view=rev
Log:
removed snapshot dependencies

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

Modified: myfaces/core/branches/1_1_3/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/impl/pom.xml?rev=396660&r1=396659&r2=396660&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_3/impl/pom.xml Mon Apr 24 12:17:18 2006
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-impl</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.0.1</version>
       <scope>provided</scope> <!-- because we add all classes to the jar directly -->
     </dependency>
     
@@ -119,7 +119,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>