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 2011/01/06 18:20:43 UTC

svn commit: r1055944 - in /myfaces/portlet-bridge/tck/trunk_2.0.x: pom.xml portlet-bridge-tck-main/pom.xml portlet-bridge-tck-section3-2-lifecycle-set/pom.xml portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml

Author: mfreedman
Date: Thu Jan  6 17:20:43 2011
New Revision: 1055944

URL: http://svn.apache.org/viewvc?rev=1055944&view=rev
Log:
[maven-release-plugin] prepare release jsr329-1.0.0

Modified:
    myfaces/portlet-bridge/tck/trunk_2.0.x/pom.xml
    myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-main/pom.xml
    myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml
    myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml

Modified: myfaces/portlet-bridge/tck/trunk_2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk_2.0.x/pom.xml?rev=1055944&r1=1055943&r2=1055944&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk_2.0.x/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk_2.0.x/pom.xml Thu Jan  6 17:20:43 2011
@@ -5,7 +5,7 @@
   <artifactId>portlet-bridge-tck</artifactId>
   <packaging>pom</packaging>
   <name>MyFaces Portlet Bridge Test Suite</name>
-  <version>jsr329-1.0.0-SNAPSHOT</version>	 
+  <version>jsr329-1.0.0</version>	 
   <inceptionYear>2010</inceptionYear>  
   <description>
   Portlet 2.0 Bridge for JavaServer Faces is a subproject of Apache MyFaces which provides an
@@ -71,13 +71,13 @@
     
     <!-- TCK Test Application Configuration -->
     <bridge.tck.test.path>${project.artifactId}/pluto/index.jsp?portlet=</bridge.tck.test.path>
-    <bridge.tck.test.filter/>
+    <bridge.tck.test.filter />
 
     <!-- TCK Test Harness Configuration -->
     <bridge.tck.selenium.host>localhost</bridge.tck.selenium.host>
     <bridge.tck.selenium.port>4444</bridge.tck.selenium.port>
     <bridge.tck.browser>*firefox</bridge.tck.browser>
-    <bridge.tck.login-file/>
+    <bridge.tck.login-file />
 
     <bridge.tck.test.file.dir>${project.build.directory}/generated-resources/xml/xslt</bridge.tck.test.file.dir>
     <bridge.tck.test.file.name>test.xml</bridge.tck.test.file.name>
@@ -93,9 +93,9 @@
   <!-- contributors are in parent -->
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/portlet-bridge/tck/trunk_2.0.x/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/portlet-bridge/tck/trunk_2.0.x/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/portlet-bridge/tck/trunk_2.0.x/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/portlet-bridge/tck/trunk_2.0.x/tags/jsr329-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/portlet-bridge/tck/trunk_2.0.x/tags/jsr329-1.0.0</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/portlet-bridge/tck/trunk_2.0.x/tags/jsr329-1.0.0</url>
   </scm>
 
   <distributionManagement>

Modified: myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-main/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-main/pom.xml?rev=1055944&r1=1055943&r2=1055944&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-main/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-main/pom.xml Thu Jan  6 17:20:43 2011
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.0-SNAPSHOT</version>
+    <version>jsr329-1.0.0</version>
   </parent>
   <build>
     <pluginManagement>

Modified: myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml?rev=1055944&r1=1055943&r2=1055944&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml Thu Jan  6 17:20:43 2011
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.0-SNAPSHOT</version>
+    <version>jsr329-1.0.0</version>
   </parent>
   <build>
     <pluginManagement>

Modified: myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml?rev=1055944&r1=1055943&r2=1055944&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section6-2-configured-response-wrapper/pom.xml Thu Jan  6 17:20:43 2011
@@ -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.0-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>jsr329-1.0.0</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>