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:13 UTC

[myfaces] 01/02: update versions for alpha release

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

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

commit a6c268f5621d8ab14606c419ec2dca5873f3a0de
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Wed Nov 25 03:24:28 2009 +0000

    update versions for alpha release
---
 api/pom.xml      | 6 +++---
 assembly/pom.xml | 2 +-
 impl/pom.xml     | 6 +++---
 pom.xml          | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index c29bd56..c623bba 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-alpha</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.core</groupId>
@@ -351,7 +351,7 @@
        <dependency>
           <groupId>org.apache.myfaces.core</groupId>
           <artifactId>myfaces-build</artifactId>
-          <version>2.0.0-SNAPSHOT</version>
+          <version>2.0.0-alpha</version>
           <scope>provided</scope>
        </dependency> -->
 
@@ -412,7 +412,7 @@
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
             <artifactId>myfaces-test20</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0-alpha</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 2d04b85..9b8b653 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-alpha</version>
   </parent>
 
   <scm>
diff --git a/impl/pom.xml b/impl/pom.xml
index 1c1e3ee..86d8665 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-alpha</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -840,7 +840,7 @@
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
       <artifactId>myfaces-test20</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-alpha</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -951,7 +951,7 @@
   </repositories>
 
   <properties>
-    <myfaces-shared.version>4.0.1-SNAPSHOT</myfaces-shared.version>
+    <myfaces-shared.version>4.0.1-alpha</myfaces-shared.version>
     <myfaces-builder-plugin.version>1.0.4</myfaces-builder-plugin.version>
   </properties>
 </project>
diff --git a/pom.xml b/pom.xml
index 0298916..fb3d288 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     This project is the home of the MyFaces implementation of the JavaServer Faces 2.0 specification, and
     consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
   </description>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0-alpha</version>
   <url>http://myfaces.apache.org/core20</url>
   <issueManagement>
     <system>jira</system>

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