You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2014/01/07 22:50:27 UTC

svn commit: r1556369 - in /myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch: ./ portlet-bridge-tck-client/ portlet-bridge-tck-main/ portlet-bridge-tck-section3-2-lifecycle-set/ portlet-bridge-tck-section3-2-render-policy-always-delegate/ portlet-br...

Author: mfreedman
Date: Tue Jan  7 21:50:26 2014
New Revision: 1556369

URL: http://svn.apache.org/r1556369
Log: (empty)

Modified:
    myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/pom.xml
    myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-client/pom.xml
    myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-main/pom.xml
    myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml
    myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml
    myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-default/pom.xml
    myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml
    myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml

Modified: myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/pom.xml?rev=1556369&r1=1556368&r2=1556369&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/pom.xml (original)
+++ myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/pom.xml Tue Jan  7 21:50:26 2014
@@ -5,7 +5,7 @@
   <artifactId>portlet-bridge-tck</artifactId>
   <packaging>pom</packaging>
   <name>MyFaces Portlet Bridge Test Suite</name>
-  <version>jsr329-1.0.1-SNAPSHOT</version>	 
+  <version>2.0.0.1-PS5</version>	 
   <inceptionYear>2010</inceptionYear>  
   <description>
   Portlet 2.0 Bridge for JavaServer Faces is a subproject of Apache MyFaces which provides an
@@ -30,7 +30,7 @@
     <jsp.version>2.1</jsp.version>
     
     <!-- Bridge Configurations -->
-    <portlet-bridge.version>2.0.1-SNAPSHOT</portlet-bridge.version>
+    <portlet-bridge.version>2.0.0.1-PS5</portlet-bridge.version>
     <portlet-bridge.groupId>${project.groupId}</portlet-bridge.groupId>
 
     <portlet-bridge.api.groupId>${portlet-bridge.groupId}</portlet-bridge.api.groupId>

Modified: myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-client/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-client/pom.xml?rev=1556369&r1=1556368&r2=1556369&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-client/pom.xml (original)
+++ myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-client/pom.xml Tue Jan  7 21:50:26 2014
@@ -13,7 +13,7 @@
   <parent>
     <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.1-SNAPSHOT</version>
+    <version>2.0.0.1-PS5</version>
   </parent>
   
   <profiles>

Modified: myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-main/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-main/pom.xml?rev=1556369&r1=1556368&r2=1556369&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-main/pom.xml (original)
+++ myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-main/pom.xml Tue Jan  7 21:50:26 2014
@@ -1,146 +1,146 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-tck-main</artifactId>
-  <packaging>war</packaging>
-  <name>MyFaces Portlet Bridge Test Suite Main</name>
-  <description>
-  This project builds and tests a testsuite web application containing all of
-  the test portlets with no portlet context parameters set. 
-  </description>
-  
-  
-  <parent>
-    <artifactId>portlet-bridge-tck</artifactId>
-    <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.1-SNAPSHOT</version>
-  </parent>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>selenium-maven-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>start-server</goal>
-              </goals>
-              <configuration>
-                <background>true</background>
-                <logOutput>true</logOutput>
-                <multiWindow>true</multiWindow>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>maven-jetty-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start-jetty</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>run</goal>
-              </goals>
-              <configuration>
-                <scanIntervalSeconds>0</scanIntervalSeconds>
-                <daemon>true</daemon>
-              </configuration>
-            </execution>
-            <execution>
-              <id>stop-jetty</id>
-              <phase>test</phase>
-              <goals>
-                <goal>stop</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>${pluto.version}</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.portals.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>2.0.0</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-report-plugin</artifactId>
-          <configuration>
-            <outputName>${artifactId}-report</outputName>
-            <outputDirectory>../target</outputDirectory>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <id>add-ts-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/main/java</source>
-              </sources>
-            </configuration>
-          </execution>
-          <execution>
-            <id>add-tck-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-test-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/test/java</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xml-maven-plugin</artifactId>
-      </plugin>
-
-    </plugins>
-  </build>
-
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.apache.myfaces.portlet-bridge</groupId>
+  <artifactId>portlet-bridge-tck-main</artifactId>
+  <packaging>war</packaging>
+  <name>MyFaces Portlet Bridge Test Suite Main</name>
+  <description>
+  This project builds and tests a testsuite web application containing all of
+  the test portlets with no portlet context parameters set. 
+  </description>
+  
+  
+  <parent>
+    <artifactId>portlet-bridge-tck</artifactId>
+    <groupId>org.apache.myfaces.portlet-bridge</groupId>
+    <version>2.0.0.1-PS5</version>
+  </parent>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>selenium-maven-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>start-server</goal>
+              </goals>
+              <configuration>
+                <background>true</background>
+                <logOutput>true</logOutput>
+                <multiWindow>true</multiWindow>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>maven-jetty-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start-jetty</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>run</goal>
+              </goals>
+              <configuration>
+                <scanIntervalSeconds>0</scanIntervalSeconds>
+                <daemon>true</daemon>
+              </configuration>
+            </execution>
+            <execution>
+              <id>stop-jetty</id>
+              <phase>test</phase>
+              <goals>
+                <goal>stop</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>${pluto.version}</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.portals.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>2.0.0</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <configuration>
+            <outputName>${artifactId}-report</outputName>
+            <outputDirectory>../target</outputDirectory>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.3</version>
+        <executions>
+          <execution>
+            <id>add-ts-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/main/java</source>
+              </sources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>add-tck-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-test-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/test/java</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>xml-maven-plugin</artifactId>
+      </plugin>
+
+    </plugins>
+  </build>
+
+</project>

Modified: myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml?rev=1556369&r1=1556368&r2=1556369&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml (original)
+++ myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml Tue Jan  7 21:50:26 2014
@@ -1,147 +1,147 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-tck-section3-2-lifecycle-set</artifactId>
-  <packaging>war</packaging>
-  <name>MyFaces Portlet Bridge Test Suite - Section 3.2 LIFECYCLE_ID set to TCKLifecycle</name>
-  <description>
-  This project builds and tests a testsuite web application with a single 
-  lifecycle test portlet and the portlet context parameter
-  javax.portlet.faces.LIFECYCLE_ID set to TCKLifecycle.
-  </description>
-  
-  <parent>
-    <artifactId>portlet-bridge-tck</artifactId>
-    <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.1-SNAPSHOT</version>
-  </parent>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>selenium-maven-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>start-server</goal>
-              </goals>
-              <configuration>
-                <background>true</background>
-                <logOutput>true</logOutput>
-                <multiWindow>true</multiWindow>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>maven-jetty-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start-jetty</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>run</goal>
-              </goals>
-              <configuration>
-                <scanIntervalSeconds>0</scanIntervalSeconds>
-                <daemon>true</daemon>
-              </configuration>
-            </execution>
-            <execution>
-              <id>stop-jetty</id>
-              <phase>test</phase>
-              <goals>
-                <goal>stop</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>${pluto.version}</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.portals.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>2.0.0</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-report-plugin</artifactId>
-          <configuration>
-            <outputName>${artifactId}-report</outputName>
-            <outputDirectory>../target</outputDirectory>
-          </configuration>
-        </plugin>
-
-      </plugins>
-    </pluginManagement>
-
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <id>add-ts-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/main/java</source>
-              </sources>
-            </configuration>
-          </execution>
-          <execution>
-            <id>add-tck-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-test-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/test/java</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xml-maven-plugin</artifactId>
-      </plugin>
-
-    </plugins>
-  </build>
-
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.apache.myfaces.portlet-bridge</groupId>
+  <artifactId>portlet-bridge-tck-section3-2-lifecycle-set</artifactId>
+  <packaging>war</packaging>
+  <name>MyFaces Portlet Bridge Test Suite - Section 3.2 LIFECYCLE_ID set to TCKLifecycle</name>
+  <description>
+  This project builds and tests a testsuite web application with a single 
+  lifecycle test portlet and the portlet context parameter
+  javax.portlet.faces.LIFECYCLE_ID set to TCKLifecycle.
+  </description>
+  
+  <parent>
+    <artifactId>portlet-bridge-tck</artifactId>
+    <groupId>org.apache.myfaces.portlet-bridge</groupId>
+    <version>2.0.0.1-PS5</version>
+  </parent>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>selenium-maven-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>start-server</goal>
+              </goals>
+              <configuration>
+                <background>true</background>
+                <logOutput>true</logOutput>
+                <multiWindow>true</multiWindow>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>maven-jetty-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start-jetty</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>run</goal>
+              </goals>
+              <configuration>
+                <scanIntervalSeconds>0</scanIntervalSeconds>
+                <daemon>true</daemon>
+              </configuration>
+            </execution>
+            <execution>
+              <id>stop-jetty</id>
+              <phase>test</phase>
+              <goals>
+                <goal>stop</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>${pluto.version}</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.portals.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>2.0.0</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <configuration>
+            <outputName>${artifactId}-report</outputName>
+            <outputDirectory>../target</outputDirectory>
+          </configuration>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.3</version>
+        <executions>
+          <execution>
+            <id>add-ts-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/main/java</source>
+              </sources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>add-tck-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-test-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/test/java</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>xml-maven-plugin</artifactId>
+      </plugin>
+
+    </plugins>
+  </build>
+
+</project>

Modified: myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml?rev=1556369&r1=1556368&r2=1556369&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml (original)
+++ myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml Tue Jan  7 21:50:26 2014
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.1-SNAPSHOT</version>
+    <version>2.0.0.1-PS5</version>
   </parent>
   <build>
     <pluginManagement>

Modified: myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-default/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-default/pom.xml?rev=1556369&r1=1556368&r2=1556369&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-default/pom.xml (original)
+++ myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-default/pom.xml Tue Jan  7 21:50:26 2014
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.1-SNAPSHOT</version>
+    <version>2.0.0.1-PS5</version>
   </parent>
   <build>
     <pluginManagement>

Modified: myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml?rev=1556369&r1=1556368&r2=1556369&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml (original)
+++ myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml Tue Jan  7 21:50:26 2014
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.1-SNAPSHOT</version>
+    <version>2.0.0.1-PS5</version>
   </parent>
   <build>
     <pluginManagement>

Modified: myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml?rev=1556369&r1=1556368&r2=1556369&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml (original)
+++ myfaces/portlet-bridge/tck/branches/2.0.0-PS5-branch/portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml Tue Jan  7 21:50:26 2014
@@ -1,145 +1,145 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-tck-section6-2-configured-response-wrapper</artifactId>
-  <packaging>war</packaging>
-  <name>MyFaces Portlet Bridge Test Suite - Section 6.2 Configured Response Wrapper</name>
-  <description>
-  This project builds and tests a testsuite web application with a test portlet that verifies the configured ResponseWrapper is used.
-  </description>
-  
-  <parent>
-    <artifactId>portlet-bridge-tck</artifactId>
-    <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.1-SNAPSHOT</version>
-  </parent>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>selenium-maven-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>start-server</goal>
-              </goals>
-              <configuration>
-                <background>true</background>
-                <logOutput>true</logOutput>
-                <multiWindow>true</multiWindow>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>maven-jetty-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start-jetty</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>run</goal>
-              </goals>
-              <configuration>
-                <scanIntervalSeconds>0</scanIntervalSeconds>
-                <daemon>true</daemon>
-              </configuration>
-            </execution>
-            <execution>
-              <id>stop-jetty</id>
-              <phase>test</phase>
-              <goals>
-                <goal>stop</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>${pluto.version}</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.portals.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>2.0.0</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-report-plugin</artifactId>
-          <configuration>
-            <outputName>${artifactId}-report</outputName>
-            <outputDirectory>../target</outputDirectory>
-          </configuration>
-        </plugin>
-
-      </plugins>
-    </pluginManagement>
-
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <id>add-ts-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/main/java</source>
-              </sources>
-            </configuration>
-          </execution>
-          <execution>
-            <id>add-tck-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-test-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/test/java</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xml-maven-plugin</artifactId>
-      </plugin>
-
-    </plugins>
-  </build>
-
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.apache.myfaces.portlet-bridge</groupId>
+  <artifactId>portlet-bridge-tck-section6-2-configured-response-wrapper</artifactId>
+  <packaging>war</packaging>
+  <name>MyFaces Portlet Bridge Test Suite - Section 6.2 Configured Response Wrapper</name>
+  <description>
+  This project builds and tests a testsuite web application with a test portlet that verifies the configured ResponseWrapper is used.
+  </description>
+  
+  <parent>
+    <artifactId>portlet-bridge-tck</artifactId>
+    <groupId>org.apache.myfaces.portlet-bridge</groupId>
+    <version>2.0.0.1-PS5</version>
+  </parent>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>selenium-maven-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>start-server</goal>
+              </goals>
+              <configuration>
+                <background>true</background>
+                <logOutput>true</logOutput>
+                <multiWindow>true</multiWindow>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>maven-jetty-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start-jetty</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>run</goal>
+              </goals>
+              <configuration>
+                <scanIntervalSeconds>0</scanIntervalSeconds>
+                <daemon>true</daemon>
+              </configuration>
+            </execution>
+            <execution>
+              <id>stop-jetty</id>
+              <phase>test</phase>
+              <goals>
+                <goal>stop</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>${pluto.version}</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.portals.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>2.0.0</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <configuration>
+            <outputName>${artifactId}-report</outputName>
+            <outputDirectory>../target</outputDirectory>
+          </configuration>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.3</version>
+        <executions>
+          <execution>
+            <id>add-ts-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/main/java</source>
+              </sources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>add-tck-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-test-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/test/java</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>xml-maven-plugin</artifactId>
+      </plugin>
+
+    </plugins>
+  </build>
+
+</project>