You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:48:53 UTC

[myfaces] 06/23: removed snapshot dependencies

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_1_3
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit b06fba88c24dd8bc67524d8caaa691222520155f
Author: Sean Schofield <sc...@apache.org>
AuthorDate: Mon Apr 24 19:17:18 2006 +0000

    removed snapshot dependencies
---
 impl/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index ad0bceb..8521cbf 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.