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:47:58 UTC

[myfaces] 01/03: Set all snapshot dependences to release (shared and trinidad-build)

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

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

commit 19d7e8021a6804241a778464242e5f78d345566a
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Thu Dec 20 01:07:55 2007 +0000

    Set all snapshot dependences to release (shared and trinidad-build)
---
 impl/pom.xml | 2 +-
 pom.xml      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index 34e9ffc..e33d65a 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -87,7 +87,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>3.0.1-SNAPSHOT</version>
+                  <version>3.0.1</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/classes</outputDirectory>
diff --git a/pom.xml b/pom.xml
index 40c7314..5972cb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
         <plugin>
           <groupId>org.apache.myfaces.trinidadbuild</groupId>
           <artifactId>maven-faces-plugin</artifactId>
-          <version>1.2.6-SNAPSHOT</version>
+          <version>1.2.6</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -133,7 +133,7 @@
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-impl</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</version>
       </dependency>
 
       <dependency>

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