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 14:00:25 UTC

svn commit: r555957 - in /myfaces/shared/branches/3_0_0: core/pom.xml pom.xml shared-impl/pom.xml shared-tomahawk/pom.xml

Author: matzew
Date: Fri Jul 13 05:00:24 2007
New Revision: 555957

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

Modified:
    myfaces/shared/branches/3_0_0/core/pom.xml
    myfaces/shared/branches/3_0_0/pom.xml
    myfaces/shared/branches/3_0_0/shared-impl/pom.xml
    myfaces/shared/branches/3_0_0/shared-tomahawk/pom.xml

Modified: myfaces/shared/branches/3_0_0/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/3_0_0/core/pom.xml?view=diff&rev=555957&r1=555956&r2=555957
==============================================================================
--- myfaces/shared/branches/3_0_0/core/pom.xml (original)
+++ myfaces/shared/branches/3_0_0/core/pom.xml Fri Jul 13 05:00:24 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-core</artifactId>

Modified: myfaces/shared/branches/3_0_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/3_0_0/pom.xml?view=diff&rev=555957&r1=555956&r2=555957
==============================================================================
--- myfaces/shared/branches/3_0_0/pom.xml (original)
+++ myfaces/shared/branches/3_0_0/pom.xml Fri Jul 13 05:00:24 2007
@@ -9,7 +9,7 @@
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>MyFaces Shared Project</name>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0.0</version>
   <description>The MyFaces Shared project provides base classes for usage in both the
     MyFaces Implementation and the MyFaces Tomahawk components.
     Note: When bound to myfaces-impl or myfaces-tomahawk the shared classes
@@ -56,7 +56,7 @@
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-core</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <scope>provided</scope>
       </dependency>
     </dependencies>
@@ -66,7 +66,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.0</version>
       <scope>provided</scope>
     </dependency>
 

Modified: myfaces/shared/branches/3_0_0/shared-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/3_0_0/shared-impl/pom.xml?view=diff&rev=555957&r1=555956&r2=555957
==============================================================================
--- myfaces/shared/branches/3_0_0/shared-impl/pom.xml (original)
+++ myfaces/shared/branches/3_0_0/shared-impl/pom.xml Fri Jul 13 05:00:24 2007
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
   </parent>
 
   <artifactId>myfaces-shared-impl</artifactId>

Modified: myfaces/shared/branches/3_0_0/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/3_0_0/shared-tomahawk/pom.xml?view=diff&rev=555957&r1=555956&r2=555957
==============================================================================
--- myfaces/shared/branches/3_0_0/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/branches/3_0_0/shared-tomahawk/pom.xml Fri Jul 13 05:00:24 2007
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
   </parent>
 
   <artifactId>myfaces-shared-tomahawk</artifactId>