You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/02/06 18:39:15 UTC

svn commit: r504214 - in /myfaces/core/branches/1_1_5_prepare: api/pom.xml assembly/pom.xml impl/pom.xml pom.xml

Author: manolito
Date: Tue Feb  6 09:39:13 2007
New Revision: 504214

URL: http://svn.apache.org/viewvc?view=rev&rev=504214
Log:
Changed version in dependencies to group "org.apache.myfaces.maven" artifacts to 1.0.5,
Changed version in dependencies to group "org.apache.myfaces.shared" artifacts to 2.0.5

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

Modified: myfaces/core/branches/1_1_5_prepare/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_5_prepare/api/pom.xml?view=diff&rev=504214&r1=504213&r2=504214
==============================================================================
--- myfaces/core/branches/1_1_5_prepare/api/pom.xml (original)
+++ myfaces/core/branches/1_1_5_prepare/api/pom.xml Tue Feb  6 09:39:13 2007
@@ -84,7 +84,7 @@
                 <dependency>
                     <groupId>org.apache.myfaces.maven</groupId>
                     <artifactId>build-tools</artifactId>
-                    <version>1.0.6-SNAPSHOT</version>
+                    <version>1.0.5</version>
                 </dependency>
             </dependencies> 
           </plugin>

Modified: myfaces/core/branches/1_1_5_prepare/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_5_prepare/assembly/pom.xml?view=diff&rev=504214&r1=504213&r2=504214
==============================================================================
--- myfaces/core/branches/1_1_5_prepare/assembly/pom.xml (original)
+++ myfaces/core/branches/1_1_5_prepare/assembly/pom.xml Tue Feb  6 09:39:13 2007
@@ -100,7 +100,7 @@
 		<artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>2.0.6-SNAPSHOT</version>
+                  <version>2.0.5</version>
 		  <classifier>sources</classifier>
                 </artifactItem>
 
@@ -129,7 +129,7 @@
       <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.5</version>
         <configuration>
           <id>myfaces-nightly-builds</id>
           <url>scpexe://minotaur.apache.org/www/people.apache.org/builds/myfaces/nightly</url>

Modified: myfaces/core/branches/1_1_5_prepare/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_5_prepare/impl/pom.xml?view=diff&rev=504214&r1=504213&r2=504214
==============================================================================
--- myfaces/core/branches/1_1_5_prepare/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_5_prepare/impl/pom.xml Tue Feb  6 09:39:13 2007
@@ -59,7 +59,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>2.0.6-SNAPSHOT</version>
+                  <version>2.0.5</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/classes</outputDirectory>
@@ -77,7 +77,7 @@
                     <artifactItem>
                         <groupId>org.apache.myfaces.shared</groupId>
                         <artifactId>myfaces-shared-impl</artifactId>
-                        <version>2.0.6-SNAPSHOT</version>
+                        <version>2.0.5</version>
                         <classifier>sources</classifier>
                     </artifactItem>
                 </artifactItems>
@@ -288,7 +288,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-impl</artifactId>
-      <version>2.0.6-SNAPSHOT</version>
+      <version>2.0.5</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: myfaces/core/branches/1_1_5_prepare/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_5_prepare/pom.xml?view=diff&rev=504214&r1=504213&r2=504214
==============================================================================
--- myfaces/core/branches/1_1_5_prepare/pom.xml (original)
+++ myfaces/core/branches/1_1_5_prepare/pom.xml Tue Feb  6 09:39:13 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-master</artifactId>
     <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.6-SNAPSHOT</version>
+    <version>1.0.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>