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

[myfaces] 01/01: update pom version for manual release procedure

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

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

commit e731a2bc9214a57c998ceb2f67a78874642623b0
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Mon Mar 22 16:59:28 2010 +0000

    update pom version for manual release procedure
---
 api/pom.xml      | 6 +++---
 assembly/pom.xml | 2 +-
 impl/pom.xml     | 6 +++---
 implee6/pom.xml  | 4 ++--
 pom.xml          | 2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index e8a60c0..368f2d2 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-beta-3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.core</groupId>
@@ -352,7 +352,7 @@
        <dependency>
           <groupId>org.apache.myfaces.core</groupId>
           <artifactId>myfaces-build</artifactId>
-          <version>2.0.0-SNAPSHOT</version>
+          <version>2.0.0-beta-3</version>
           <scope>provided</scope>
        </dependency> -->
 
@@ -413,7 +413,7 @@
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
             <artifactId>myfaces-test20</artifactId>
-            <version>1.0.0-beta</version>
+            <version>1.0.0-beta-2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 2d04b85..c2bf34b 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-beta-3</version>
   </parent>
 
   <scm>
diff --git a/impl/pom.xml b/impl/pom.xml
index 4b63a65..57a09e8 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-beta-3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -933,7 +933,7 @@
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
       <artifactId>myfaces-test20</artifactId>
-      <version>1.0.0-beta</version>
+      <version>1.0.0-beta-2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -1045,7 +1045,7 @@
   </repositories>
 
   <properties>
-    <myfaces-shared.version>4.0.1-SNAPSHOT</myfaces-shared.version>
+    <myfaces-shared.version>4.0.1-beta-3</myfaces-shared.version>
     <myfaces-builder-plugin.version>1.0.5</myfaces-builder-plugin.version>
   </properties>
 </project>
diff --git a/implee6/pom.xml b/implee6/pom.xml
index 25e30aa..d65a930 100644
--- a/implee6/pom.xml
+++ b/implee6/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-beta-3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -59,7 +59,7 @@
   </dependencies>
   
   <properties>
-    <myfaces-shared.version>4.0.1-SNAPSHOT</myfaces-shared.version>
+    <myfaces-shared.version>4.0.1-beta-3</myfaces-shared.version>
   </properties>
   
 </project>
diff --git a/pom.xml b/pom.xml
index 63de533..e1f45b0 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-beta-3</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.