You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2007/12/19 19:21:13 UTC

svn commit: r605651 - in /myfaces/core/branches/1_2_1prepare: impl/pom.xml pom.xml

Author: lu4242
Date: Wed Dec 19 10:21:12 2007
New Revision: 605651

URL: http://svn.apache.org/viewvc?rev=605651&view=rev
Log:
Set all dependencies to org.apache.myfaces.shared artifacts to version "3.0.1" (instead of 3.0.1-SNAPSHOT)

Modified:
    myfaces/core/branches/1_2_1prepare/impl/pom.xml
    myfaces/core/branches/1_2_1prepare/pom.xml

Modified: myfaces/core/branches/1_2_1prepare/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1prepare/impl/pom.xml?rev=605651&r1=605650&r2=605651&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1prepare/impl/pom.xml (original)
+++ myfaces/core/branches/1_2_1prepare/impl/pom.xml Wed Dec 19 10:21:12 2007
@@ -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>

Modified: myfaces/core/branches/1_2_1prepare/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1prepare/pom.xml?rev=605651&r1=605650&r2=605651&view=diff
==============================================================================
--- myfaces/core/branches/1_2_1prepare/pom.xml (original)
+++ myfaces/core/branches/1_2_1prepare/pom.xml Wed Dec 19 10:21:12 2007
@@ -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>