You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2009/01/29 23:24:38 UTC

svn commit: r739052 - in /myfaces/trinidad/branches/sobryan-portlet: ./ trinidad-api/ trinidad-assembly/ trinidad-build/ trinidad-examples/ trinidad-examples/trinidad-blank/ trinidad-examples/trinidad-demo/ trinidad-examples/trinidad-example-assembly/ ...

Author: sobryan
Date: Thu Jan 29 22:24:37 2009
New Revision: 739052

URL: http://svn.apache.org/viewvc?rev=739052&view=rev
Log:
update to some pom files

Modified:
    myfaces/trinidad/branches/sobryan-portlet/pom.xml
    myfaces/trinidad/branches/sobryan-portlet/trinidad-api/pom.xml
    myfaces/trinidad/branches/sobryan-portlet/trinidad-assembly/pom.xml
    myfaces/trinidad/branches/sobryan-portlet/trinidad-build/pom.xml
    myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/pom.xml
    myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-blank/pom.xml
    myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-demo/pom.xml
    myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-example-assembly/pom.xml
    myfaces/trinidad/branches/sobryan-portlet/trinidad-impl/pom.xml
    myfaces/trinidad/branches/sobryan-portlet/trinidad-partial-lifecycle/pom.xml

Modified: myfaces/trinidad/branches/sobryan-portlet/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/sobryan-portlet/pom.xml?rev=739052&r1=739051&r2=739052&view=diff
==============================================================================
--- myfaces/trinidad/branches/sobryan-portlet/pom.xml (original)
+++ myfaces/trinidad/branches/sobryan-portlet/pom.xml Thu Jan 29 22:24:37 2009
@@ -33,7 +33,7 @@
 
   <groupId>org.apache.myfaces.trinidad</groupId>
   <artifactId>trinidad</artifactId>
-  <version>1.2.11-SNAPSHOT</version>
+  <version>1.2.11.PORTAL-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>

Modified: myfaces/trinidad/branches/sobryan-portlet/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/sobryan-portlet/trinidad-api/pom.xml?rev=739052&r1=739051&r2=739052&view=diff
==============================================================================
--- myfaces/trinidad/branches/sobryan-portlet/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/branches/sobryan-portlet/trinidad-api/pom.xml Thu Jan 29 22:24:37 2009
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11.PORTAL-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-api</artifactId>

Modified: myfaces/trinidad/branches/sobryan-portlet/trinidad-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/sobryan-portlet/trinidad-assembly/pom.xml?rev=739052&r1=739051&r2=739052&view=diff
==============================================================================
--- myfaces/trinidad/branches/sobryan-portlet/trinidad-assembly/pom.xml (original)
+++ myfaces/trinidad/branches/sobryan-portlet/trinidad-assembly/pom.xml Thu Jan 29 22:24:37 2009
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11.PORTAL-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-assembly</artifactId>

Modified: myfaces/trinidad/branches/sobryan-portlet/trinidad-build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/sobryan-portlet/trinidad-build/pom.xml?rev=739052&r1=739051&r2=739052&view=diff
==============================================================================
--- myfaces/trinidad/branches/sobryan-portlet/trinidad-build/pom.xml (original)
+++ myfaces/trinidad/branches/sobryan-portlet/trinidad-build/pom.xml Thu Jan 29 22:24:37 2009
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11.PORTAL-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-build</artifactId>

Modified: myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/pom.xml?rev=739052&r1=739051&r2=739052&view=diff
==============================================================================
--- myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/pom.xml (original)
+++ myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/pom.xml Thu Jan 29 22:24:37 2009
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11.PORTAL-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-example</artifactId>

Modified: myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-blank/pom.xml?rev=739052&r1=739051&r2=739052&view=diff
==============================================================================
--- myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-blank/pom.xml (original)
+++ myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-blank/pom.xml Thu Jan 29 22:24:37 2009
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11.PORTAL-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-blank</artifactId>

Modified: myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-demo/pom.xml?rev=739052&r1=739051&r2=739052&view=diff
==============================================================================
--- myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-demo/pom.xml Thu Jan 29 22:24:37 2009
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11.PORTAL-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-demo</artifactId>

Modified: myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-example-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-example-assembly/pom.xml?rev=739052&r1=739051&r2=739052&view=diff
==============================================================================
--- myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-example-assembly/pom.xml (original)
+++ myfaces/trinidad/branches/sobryan-portlet/trinidad-examples/trinidad-example-assembly/pom.xml Thu Jan 29 22:24:37 2009
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11.PORTAL-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-example-assembly</artifactId>

Modified: myfaces/trinidad/branches/sobryan-portlet/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/sobryan-portlet/trinidad-impl/pom.xml?rev=739052&r1=739051&r2=739052&view=diff
==============================================================================
--- myfaces/trinidad/branches/sobryan-portlet/trinidad-impl/pom.xml (original)
+++ myfaces/trinidad/branches/sobryan-portlet/trinidad-impl/pom.xml Thu Jan 29 22:24:37 2009
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11.PORTAL-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-impl</artifactId>

Modified: myfaces/trinidad/branches/sobryan-portlet/trinidad-partial-lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/sobryan-portlet/trinidad-partial-lifecycle/pom.xml?rev=739052&r1=739051&r2=739052&view=diff
==============================================================================
--- myfaces/trinidad/branches/sobryan-portlet/trinidad-partial-lifecycle/pom.xml (original)
+++ myfaces/trinidad/branches/sobryan-portlet/trinidad-partial-lifecycle/pom.xml Thu Jan 29 22:24:37 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.11-SNAPSHOT</version>
+    <version>1.2.11.PORTAL-SNAPSHOT</version>
   </parent>
   <artifactId>trinidad-partial-lifecycle</artifactId>
   <name>Apache MyFaces Trinidad Partial Lifecycle</name>