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:49:12 UTC

[myfaces] 12/14: Advance to version 1.1.4 for MyFaces Core api and impl. Set versions to 1.0.4 for myfaces-master, 2.0.3 for shared. Comment out snapshot dependencies on build-tools (code generation) and wagon-maven-plugin (nightly builds).

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

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

commit 5ba7aad33f2acc9c1468809039aff122a63cb0d8
Author: Wendy Smoak <ws...@apache.org>
AuthorDate: Sun Sep 10 20:54:34 2006 +0000

    Advance to version 1.1.4 for MyFaces Core api and impl.
    Set versions to 1.0.4 for myfaces-master, 2.0.3 for shared.
    Comment out snapshot dependencies on build-tools (code generation) and wagon-maven-plugin (nightly builds).
---
 api/pom.xml      | 4 +++-
 assembly/pom.xml | 6 ++++--
 impl/pom.xml     | 6 +++---
 pom.xml          | 4 ++--
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 15c6dfa..7395eb7 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.4-SNAPSHOT</version>
+    <version>1.1.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -47,6 +47,7 @@
         </plugins>
       </build>
     </profile>
+    <!-- Comment out for the release due to the snapshot dependency on build-tools
     <profile>
       <id>regenerate-component-code</id>
       <build>
@@ -91,6 +92,7 @@
         </plugins>
       </build>
     </profile>
+    -->
   </profiles>
   <dependencies>
     <dependency>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 9599c47..3469e51 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>1.1.4-SNAPSHOT</version>
+    <version>1.1.4</version>
   </parent>
 
   <scm>
@@ -100,7 +100,7 @@
 		<artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>2.0.3-SNAPSHOT</version>
+                  <version>2.0.3</version>
 		  <classifier>sources</classifier>
                 </artifactItem>
 
@@ -126,6 +126,7 @@
         </configuration>
       </plugin>
 
+      <!-- Comment out for the 1.1.4 release due to the snapshot dependency
       <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
@@ -136,6 +137,7 @@
           <inputDirectory>target/assembly/out</inputDirectory>
         </configuration>
       </plugin>
+      -->
 
     </plugins>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index 936dcec..67b9014 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>1.1.4-SNAPSHOT</version>
+    <version>1.1.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -59,7 +59,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>2.0.3-SNAPSHOT</version>
+                  <version>2.0.3</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/classes</outputDirectory>
@@ -249,7 +249,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-impl</artifactId>
-      <version>2.0.3-SNAPSHOT</version>
+      <version>2.0.3</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index e650839..33d35d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,14 +2,14 @@
   <parent>
     <artifactId>myfaces-master</artifactId>
     <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.1.4</version>
   <url>http://myfaces.apache.org/projects</url>
   <issueManagement>
     <system>jira</system>

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