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/02/14 00:49:59 UTC

svn commit: r377538 - in /myfaces/core/branches/1_1_2: assembly/pom.xml impl/pom.xml pom.xml

Author: schof
Date: Mon Feb 13 15:49:57 2006
New Revision: 377538

URL: http://svn.apache.org/viewcvs?rev=377538&view=rev
Log:
changed most snapshot refs to released versions (commons, maven projects); still need to deal with xslt plugin though

Modified:
    myfaces/core/branches/1_1_2/assembly/pom.xml
    myfaces/core/branches/1_1_2/impl/pom.xml
    myfaces/core/branches/1_1_2/pom.xml

Modified: myfaces/core/branches/1_1_2/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/assembly/pom.xml?rev=377538&r1=377537&r2=377538&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/assembly/pom.xml (original)
+++ myfaces/core/branches/1_1_2/assembly/pom.xml Mon Feb 13 15:49:57 2006
@@ -51,7 +51,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.commons</groupId>
                   <artifactId>myfaces-commons</artifactId>
-                  <version>1.1.3-SNAPSHOT</version>
+                  <version>1.1.2</version>
                   <classifier>javadoc</classifier>
                 </artifactItem>
               </artifactItems>
@@ -80,7 +80,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.commons</groupId>
                   <artifactId>myfaces-commons</artifactId>
-                  <version>1.1.3-SNAPSHOT</version>
+                  <version>1.1.2</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/assembly-lib</outputDirectory>
@@ -125,7 +125,7 @@
       <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.0</version>
         <configuration>
           <id>myfaces-nightly-builds</id>
           <url>scpexe://minotaur.apache.org/www/cvs.apache.org/builds/myfaces/nightly</url>

Modified: myfaces/core/branches/1_1_2/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/impl/pom.xml?rev=377538&r1=377537&r2=377538&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_2/impl/pom.xml Mon Feb 13 15:49:57 2006
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.apache.myfaces.commons</groupId>
       <artifactId>myfaces-commons</artifactId>
-      <version>1.1.3-SNAPSHOT</version>
+      <version>1.1.2</version>
       <scope>compile</scope>
     </dependency>
 

Modified: myfaces/core/branches/1_1_2/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/pom.xml?rev=377538&r1=377537&r2=377538&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/pom.xml (original)
+++ myfaces/core/branches/1_1_2/pom.xml Mon Feb 13 15:49:57 2006
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
-		<version>1.0.1-SNAPSHOT</version>	  
+		<version>1.0.0</version>	  
   </parent>
 
   <scm>