You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ws...@apache.org on 2006/09/10 21:37:00 UTC

svn commit: r441992 - in /myfaces/shared/branches/2_0_3: core/pom.xml pom.xml shared-impl/pom.xml shared-tomahawk/pom.xml

Author: wsmoak
Date: Sun Sep 10 12:37:00 2006
New Revision: 441992

URL: http://svn.apache.org/viewvc?view=rev&rev=441992
Log:
Advance to version 2.0.3 for Shared.
Set the parent to myfaces-master 1.0.4, currently available in the staging repo.

Modified:
    myfaces/shared/branches/2_0_3/core/pom.xml
    myfaces/shared/branches/2_0_3/pom.xml
    myfaces/shared/branches/2_0_3/shared-impl/pom.xml
    myfaces/shared/branches/2_0_3/shared-tomahawk/pom.xml

Modified: myfaces/shared/branches/2_0_3/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/2_0_3/core/pom.xml?view=diff&rev=441992&r1=441991&r2=441992
==============================================================================
--- myfaces/shared/branches/2_0_3/core/pom.xml (original)
+++ myfaces/shared/branches/2_0_3/core/pom.xml Sun Sep 10 12:37:00 2006
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-core</artifactId>

Modified: myfaces/shared/branches/2_0_3/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/2_0_3/pom.xml?view=diff&rev=441992&r1=441991&r2=441992
==============================================================================
--- myfaces/shared/branches/2_0_3/pom.xml (original)
+++ myfaces/shared/branches/2_0_3/pom.xml Sun Sep 10 12:37:00 2006
@@ -2,14 +2,14 @@
   <parent>
     <artifactId>myfaces-master</artifactId>
     <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.shared</groupId>
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>MyFaces Shared Project</name>
-  <version>2.0.3-SNAPSHOT</version>
+  <version>2.0.3</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

Modified: myfaces/shared/branches/2_0_3/shared-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/2_0_3/shared-impl/pom.xml?view=diff&rev=441992&r1=441991&r2=441992
==============================================================================
--- myfaces/shared/branches/2_0_3/shared-impl/pom.xml (original)
+++ myfaces/shared/branches/2_0_3/shared-impl/pom.xml Sun Sep 10 12:37:00 2006
@@ -2,12 +2,12 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-impl</artifactId>
   <name>MyFaces Shared Impl</name>
-  <version>2.0.3-SNAPSHOT</version>
+  <version>2.0.3</version>
   <description>This is the MyFaces Shared Impl Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>

Modified: myfaces/shared/branches/2_0_3/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/2_0_3/shared-tomahawk/pom.xml?view=diff&rev=441992&r1=441991&r2=441992
==============================================================================
--- myfaces/shared/branches/2_0_3/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/branches/2_0_3/shared-tomahawk/pom.xml Sun Sep 10 12:37:00 2006
@@ -2,12 +2,12 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-tomahawk</artifactId>
   <name>MyFaces Shared Tomahawk</name>
-  <version>2.0.3-SNAPSHOT</version>
+  <version>2.0.3</version>
   <description>This is the MyFaces Shared Tomahawk Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>