You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/04/22 03:36:19 UTC

svn commit: r396051 - in /myfaces: core/trunk/ core/trunk/api/ core/trunk/assembly/ core/trunk/impl/ maven/trunk/ tomahawk/trunk/core/ tomahawk/trunk/examples/ tomahawk/trunk/sandbox/core/ tomahawk/trunk/sandbox/examples/

Author: schof
Date: Fri Apr 21 18:36:17 2006
New Revision: 396051

URL: http://svn.apache.org/viewcvs?rev=396051&view=rev
Log:
incremented core snapshot version

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/assembly/pom.xml
    myfaces/core/trunk/impl/pom.xml
    myfaces/core/trunk/pom.xml
    myfaces/maven/trunk/build-world-1.1.2.sh
    myfaces/tomahawk/trunk/core/pom.xml
    myfaces/tomahawk/trunk/examples/pom.xml
    myfaces/tomahawk/trunk/sandbox/core/pom.xml
    myfaces/tomahawk/trunk/sandbox/examples/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/api/pom.xml?rev=396051&r1=396050&r2=396051&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Fri Apr 21 18:36:17 2006
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.4-SNAPSHOT</version>
   </parent>
 
   <scm>

Modified: myfaces/core/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/assembly/pom.xml?rev=396051&r1=396050&r2=396051&view=diff
==============================================================================
--- myfaces/core/trunk/assembly/pom.xml (original)
+++ myfaces/core/trunk/assembly/pom.xml Fri Apr 21 18:36:17 2006
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.4-SNAPSHOT</version>
   </parent>
 
   <scm>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/impl/pom.xml?rev=396051&r1=396050&r2=396051&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Fri Apr 21 18:36:17 2006
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.4-SNAPSHOT</version>
   </parent>
 
   <scm>

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/pom.xml?rev=396051&r1=396050&r2=396051&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Fri Apr 21 18:36:17 2006
@@ -9,7 +9,7 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.1.3-SNAPSHOT</version>
+  <version>1.1.4-SNAPSHOT</version>
   <url>http://myfaces.apache.org/projects</url>
   <issueManagement>
     <system>jira</system>

Modified: myfaces/maven/trunk/build-world-1.1.2.sh
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/build-world-1.1.2.sh?rev=396051&r1=396050&r2=396051&view=diff
==============================================================================
--- myfaces/maven/trunk/build-world-1.1.2.sh (original)
+++ myfaces/maven/trunk/build-world-1.1.2.sh Fri Apr 21 18:36:17 2006
@@ -2,8 +2,8 @@
 
 set -e
 #set -x
-core_repo="http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_2/"
-shared_repo="http://svn.apache.org/repos/asf/myfaces/shared/tags/2_0_0/"
+#core_repo="http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_2/"
+#shared_repo="http://svn.apache.org/repos/asf/myfaces/shared/tags/2_0_0/"
 tomahawk_repo="http://svn.apache.org/repos/asf/myfaces/tomahawk/branches/1_1_2"
 
 usage()
@@ -56,7 +56,7 @@
 
 svn co $core_repo core
 svn co $shared_repo shared
-#svn co $tomahawk_repo tomahawk
+svn co $tomahawk_repo tomahawk
 
 
 ##############################################################################
@@ -64,7 +64,7 @@
 ##############################################################################
 
 
-echo "Building myfaces 1.1.2 ."
+echo "Building Tomahawk 1.1.2 ."
 cd shared
 mvn -Pgenerate-assembly -U clean install
 cd ../core

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/pom.xml?rev=396051&r1=396050&r2=396051&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Fri Apr 21 18:36:17 2006
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.3-SNAPSHOT</version>
+      <version>1.1.4-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 
@@ -116,7 +116,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>1.1.3-SNAPSHOT</version>
+      <version>1.1.4-SNAPSHOT</version>
       <!--
         Since Tomahawk must stay compatible to other JSF implementations we
         must not have any (compile time) dependency on myfaces-impl other than

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/pom.xml?rev=396051&r1=396050&r2=396051&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Fri Apr 21 18:36:17 2006
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>1.1.3-SNAPSHOT</version>
+      <version>1.1.4-SNAPSHOT</version>
       <!-- Tomahawk examples must only have runtime dependency to myfaces-impl
            so that it will be automatically added to war. But there must not be
            any compile dependency on impl so that is is always possible to use

Modified: myfaces/tomahawk/trunk/sandbox/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/pom.xml?rev=396051&r1=396050&r2=396051&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/pom.xml Fri Apr 21 18:36:17 2006
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.3-SNAPSHOT</version>
+      <version>1.1.4-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 
@@ -96,7 +96,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>1.1.3-SNAPSHOT</version>
+      <version>1.1.4-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     

Modified: myfaces/tomahawk/trunk/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/pom.xml?rev=396051&r1=396050&r2=396051&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/pom.xml Fri Apr 21 18:36:17 2006
@@ -54,7 +54,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>1.1.3-SNAPSHOT</version>
+      <version>1.1.4-SNAPSHOT</version>
       <!-- Sandbox examples must only have runtime dependency to myfaces-impl
            so that it will be automatically added to war. But there must not be
            any compile dependency on impl so that is is always possible to use