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/07/13 13:56:51 UTC

svn commit: r555951 - in /myfaces/core/branches/1_2_0: api/pom.xml build/pom.xml impl/pom.xml pom.xml

Author: matzew
Date: Fri Jul 13 04:56:49 2007
New Revision: 555951

URL: http://svn.apache.org/viewvc?view=rev&rev=555951
Log:
1.2.0 no more SNAPSHOT

Modified:
    myfaces/core/branches/1_2_0/api/pom.xml
    myfaces/core/branches/1_2_0/build/pom.xml
    myfaces/core/branches/1_2_0/impl/pom.xml
    myfaces/core/branches/1_2_0/pom.xml

Modified: myfaces/core/branches/1_2_0/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_0/api/pom.xml?view=diff&rev=555951&r1=555950&r2=555951
==============================================================================
--- myfaces/core/branches/1_2_0/api/pom.xml (original)
+++ myfaces/core/branches/1_2_0/api/pom.xml Fri Jul 13 04:56:49 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -166,7 +166,7 @@
     <dependency>
        <groupId>org.apache.myfaces.core</groupId>
        <artifactId>myfaces-build</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.0</version>
        <scope>provided</scope>
     </dependency>
     <dependency>

Modified: myfaces/core/branches/1_2_0/build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_0/build/pom.xml?view=diff&rev=555951&r1=555950&r2=555951
==============================================================================
--- myfaces/core/branches/1_2_0/build/pom.xml (original)
+++ myfaces/core/branches/1_2_0/build/pom.xml Fri Jul 13 04:56:49 2007
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/core/branches/1_2_0/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_0/impl/pom.xml?view=diff&rev=555951&r1=555950&r2=555951
==============================================================================
--- myfaces/core/branches/1_2_0/impl/pom.xml (original)
+++ myfaces/core/branches/1_2_0/impl/pom.xml Fri Jul 13 04:56:49 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -88,7 +88,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>3.0.0-SNAPSHOT</version>
+                  <version>3.0.0</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/classes</outputDirectory>
@@ -234,7 +234,7 @@
     <dependency>
        <groupId>org.apache.myfaces.core</groupId>
        <artifactId>myfaces-build</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.0</version>
        <scope>provided</scope>
     </dependency>
     <dependency>

Modified: myfaces/core/branches/1_2_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_0/pom.xml?view=diff&rev=555951&r1=555950&r2=555951
==============================================================================
--- myfaces/core/branches/1_2_0/pom.xml (original)
+++ myfaces/core/branches/1_2_0/pom.xml Fri Jul 13 04:56:49 2007
@@ -11,7 +11,7 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <url>http://myfaces.apache.org/projects</url>
   <issueManagement>
     <system>jira</system>
@@ -115,18 +115,18 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <classifier>tests</classifier>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-impl</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
       </dependency>
 
       <dependency>