[jboss-cvs] JBossAS SVN: r106529 - in projects/jboss-jsf-int/trunk: cargo and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 9 14:12:28 EDT 2010


Author: stan.silvert at jboss.com
Date: 2010-07-09 14:12:27 -0400 (Fri, 09 Jul 2010)
New Revision: 106529

Added:
   projects/jboss-jsf-int/trunk/releasenotes.txt
Modified:
   projects/jboss-jsf-int/trunk/cargo/pom.xml
   projects/jboss-jsf-int/trunk/jboss-faces/pom.xml
   projects/jboss-jsf-int/trunk/jsf-deployer/pom.xml
   projects/jboss-jsf-int/trunk/jsf12test/pom.xml
   projects/jboss-jsf-int/trunk/jsf20test/pom.xml
   projects/jboss-jsf-int/trunk/jsfbundledtest/pom.xml
   projects/jboss-jsf-int/trunk/pom.xml
   projects/jboss-jsf-int/trunk/testwar/pom.xml
Log:
Release 1.0.0


Modified: projects/jboss-jsf-int/trunk/cargo/pom.xml
===================================================================
--- projects/jboss-jsf-int/trunk/cargo/pom.xml	2010-07-09 17:51:46 UTC (rev 106528)
+++ projects/jboss-jsf-int/trunk/cargo/pom.xml	2010-07-09 18:12:27 UTC (rev 106529)
@@ -1,298 +1,298 @@
-<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>
-  <parent>
-    <groupId>org.jboss.jsf.integration</groupId>
-    <artifactId>jboss-jsf-int</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>jboss-jsf-deployer-cargo</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss JSF Deployer Test Environment</name>
-  <description>Use Cargo to deploy and test WARs for different JSF versions</description>
-  
-  <dependencies>
-    <dependency>
-       <groupId>org.jboss.jsfunit</groupId>
-       <artifactId>jboss-jsfunit-core</artifactId>
-       <scope>provided</scope>
-    </dependency>
-    
-    <dependency>
-       <groupId>org.jboss.jsf.integration</groupId>
-       <artifactId>jboss-jsf-12test</artifactId>
-       <version>${project.version}</version>
-       <scope>test</scope>
-       <type>war</type>
-    </dependency>
-    
-    <dependency>
-       <groupId>org.jboss.jsf.integration</groupId>
-       <artifactId>jboss-jsf-20test</artifactId>
-       <version>${project.version}</version>
-       <scope>test</scope>
-       <type>war</type>
-    </dependency>
-    
-    <dependency>
-       <groupId>org.jboss.jsf.integration</groupId>
-       <artifactId>jboss-jsf-jsfbundledtest</artifactId>
-       <version>${project.version}</version>
-       <scope>test</scope>
-       <type>war</type>
-    </dependency>
-    
-  </dependencies>
-
-  <build>
-    <finalName>${artifactId}</finalName>
-    <sourceDirectory>src/test/java</sourceDirectory>
-    <testSourceDirectory>src/test/java</testSourceDirectory>
-    
-    <plugins>
-       <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-surefire-plugin</artifactId>
-         <configuration>
-          <skip>true</skip>
-         </configuration>
-
-         <executions>
-           <execution>
-             <id>surefire-it</id>
-             <phase>integration-test</phase>
-             <goals>
-               <goal>test</goal>
-             </goals>
-             <configuration>
-               <skip>false</skip>
-             </configuration>
-           </execution>
-         </executions>
-       </plugin>
-       
-       <plugin>
-            <groupId>org.codehaus.cargo</groupId>
-            <artifactId>cargo-maven2-plugin</artifactId>
-            <configuration>
-              <wait>false</wait>  
-              <configuration>    
-                <home>${project.build.directory}/cargoconfig</home>
-                
-                <files>
-           <!--   only need this for AS5.0.0.GA,  AS5.1 doesn't need it    
-                  <copy>
-                    <file>${project.build.directory}/cargoconfig/conf/bootstrap-norepo.xml</file>
-                    <tofile>conf/bootstrap.xml</tofile>
-                    <configfile>false</configfile>
-                    <overwrite>true</overwrite>
-                  </copy>  -->
-                  <copy>
-                    <file>${project.build.directory}/dependency/jboss-jsfunit-microdeployer.jar</file>
-                    <todir>deployers</todir>
-                    <configfile>false</configfile>
-                    <overwrite>true</overwrite>
-                  </copy>
-                  <copy>
-                     <file>${project.build.directory}/classes</file>
-                     <todir>jsfunitTests</todir>
-                     <configfile>false</configfile>
-                     <overwrite>true</overwrite>
-                  </copy>
-                  <copy>
-                     <file>${project.build.directory}/jsf.deployer</file>
-                     <todir>deployers/jsf.deployer</todir>
-                     <configfile>false</configfile>
-                     <overwrite>true</overwrite>
-                  </copy>
-                  <copy>
-                     <file>${basedir}/ASModifications/deploy/jbossweb.sar/jsf-libs</file>
-                     <todir>deploy/jbossweb.sar/jsf-libs</todir>
-                     <configfile>false</configfile>
-                     <overwrite>true</overwrite>
-                  </copy>
-                  <copy>
-                     <file>${basedir}/ASModifications/deploy/jbossweb.sar/META-INF/jboss-structure.xml</file>
-                     <todir>deploy/jbossweb.sar/META-INF</todir>
-                     <configfile>false</configfile>
-                     <overwrite>true</overwrite>
-                  </copy>
-                  <copy>
-                     <file>${basedir}/ASModifications/deployers/jbossweb.deployer/web.xml</file>
-                     <todir>deployers/jbossweb.deployer</todir>
-                     <configfile>false</configfile>
-                     <overwrite>true</overwrite>
-                  </copy>
-                  <copy>
-                     <file>${basedir}/ASModifications/deployers/jsf.deployer/META-INF/jsf-integration-deployer-jboss-beans.xml</file>
-                     <todir>deployers/jsf.deployer/META-INF</todir>
-                     <configfile>false</configfile>
-                     <overwrite>true</overwrite>
-                  </copy>
-                  <copy>
-                     <file>${project.build.directory}/dependency/Mojarra-1.2</file>
-                     <todir>deployers/jsf.deployer/Mojarra-1.2</todir>
-                     <configfile>false</configfile>
-                     <overwrite>true</overwrite>
-                  </copy>
-                  <copy>
-                     <file>${basedir}/ASModifications/deployers/jsf.deployer/Mojarra-1.2/web.xml</file>
-                     <todir>deployers/jsf.deployer/Mojarra-1.2</todir>
-                     <configfile>false</configfile>
-                     <overwrite>true</overwrite>
-                  </copy>
-                  <copy>
-                     <file>${project.build.directory}/dependency/Mojarra-2.0</file>
-                     <todir>deployers/jsf.deployer/Mojarra-2.0</todir>
-                     <configfile>false</configfile>
-                     <overwrite>true</overwrite>
-                  </copy>
-                  <copy>
-                     <file>${basedir}/ASModifications/deployers/jsf.deployer/Mojarra-2.0/web.xml</file>
-                     <todir>deployers/jsf.deployer/Mojarra-2.0</todir>
-                     <configfile>false</configfile>
-                     <overwrite>true</overwrite>
-                  </copy>
-                </files>
-                
-                <deployables>
-                  <deployable>
-                    <location>${project.build.directory}/dependency/jboss-jsf-12test-jsfunit.war</location>
-                    <type>war</type>
-                  </deployable>
-                  <deployable>
-                    <location>${project.build.directory}/dependency/jboss-jsf-20test-jsfunit.war</location>
-                    <type>war</type>
-                  </deployable>
-                  <deployable>
-                    <location>${project.build.directory}/dependency/jboss-jsf-jsfbundledtest-jsfunit.war</location>
-                    <type>war</type>
-                  </deployable>
-                </deployables>
-              </configuration>
-              <container>
-                <containerId>jboss51x</containerId>
-                <timeout>150000</timeout>  <!-- 2.5 minutes -->
-                <home>${JBOSS_HOME}</home>
-                <log>${basedir}/target/jboss5.x/cargo.log</log>
-                <output>${basedir}/target/jboss5.x/container.log</output>
-              </container>
-            </configuration>
-            <executions>
-              <execution>
-                <id>start-container</id>
-                <phase>pre-integration-test</phase>
-                <goals>
-                  <goal>start</goal>
-                </goals>
-              </execution>
-              <execution>
-                <id>stop-container</id>
-                <phase>post-integration-test</phase>
-                <goals>
-                  <goal>stop</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-dependency-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>copy-dependencies</id>
-                  <phase>package</phase>
-                  <goals>
-                     <goal>copy</goal>
-                  </goals>
-                  <configuration>
-                     <artifactItems>
-                        <artifactItem>
-                           <groupId>org.jboss.jsf.integration</groupId>
-                           <artifactId>jboss-jsf-12test</artifactId>
-                           <version>${project.version}</version>
-                           <type>war</type>
-                           <destFileName>jboss-jsf-12test-jsfunit.war</destFileName>
-                        </artifactItem>
-                        <artifactItem>
-                           <groupId>org.jboss.jsf.integration</groupId>
-                           <artifactId>jboss-jsf-20test</artifactId>
-                           <version>${project.version}</version>
-                           <type>war</type>
-                           <destFileName>jboss-jsf-20test-jsfunit.war</destFileName>
-                        </artifactItem>
-                        <artifactItem>
-                           <groupId>org.jboss.jsf.integration</groupId>
-                           <artifactId>jboss-jsf-jsfbundledtest</artifactId>
-                           <version>${project.version}</version>
-                           <type>war</type>
-                           <destFileName>jboss-jsf-jsfbundledtest-jsfunit.war</destFileName>
-                        </artifactItem>
-                        <artifactItem>
-                           <groupId>org.jboss.jsfunit</groupId>
-                           <artifactId>jboss-jsfunit-microdeployer</artifactId>
-                           <version>1.0.0.GA</version>
-                           <type>jar</type>
-                           <destFileName>jboss-jsfunit-microdeployer.jar</destFileName>
-                        </artifactItem>
-                        <artifactItem>
-                           <groupId>javax.faces</groupId>
-                           <artifactId>jsf-api</artifactId>
-                           <version>${jsf12-version}</version>
-                           <type>jar</type>
-                           <destFileName>Mojarra-1.2/jsf-api.jar</destFileName>
-                        </artifactItem>
-                        <artifactItem>
-                           <groupId>javax.faces</groupId>
-                           <artifactId>jsf-impl</artifactId>
-                           <version>${jsf12-version}</version>
-                           <type>jar</type>
-                           <destFileName>Mojarra-1.2/jsf-impl.jar</destFileName>
-                        </artifactItem>
-                        <artifactItem>
-                           <groupId>javax.faces</groupId>
-                           <artifactId>jsf-api</artifactId>
-                           <version>${jsf20-version}</version>
-                           <type>jar</type>
-                           <destFileName>Mojarra-2.0/jsf-api.jar</destFileName>
-                        </artifactItem>
-                        <artifactItem>
-                           <groupId>javax.faces</groupId>
-                           <artifactId>jsf-impl</artifactId>
-                           <version>${jsf20-version}</version>
-                           <type>jar</type>
-                           <destFileName>Mojarra-2.0/jsf-impl.jar</destFileName>
-                        </artifactItem>
-                     </artifactItems>
-                  </configuration>
-               </execution>
-               <execution>
-                <id>unpack</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>unpack</goal>
-                </goals>
-                <configuration>
-                  <artifactItems>
-                    <artifactItem>
-                      <groupId>org.jboss.jsf.integration</groupId>
-                      <artifactId>jboss-jsf-deployer</artifactId>
-                      <version>${project.version}</version>
-                      <type>jar</type>
-                      <overWrite>false</overWrite>
-                      <outputDirectory>${project.build.directory}/jsf.deployer</outputDirectory>
-                      <includes>**/*.class,**/*.xml</includes>
-                      <excludes>META-INF/maven/**</excludes>
-                    </artifactItem>
-                  </artifactItems>
-                  
-                </configuration>
-              </execution>
-
-            </executions>
-         </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>
+  <parent>
+    <groupId>org.jboss.jsf.integration</groupId>
+    <artifactId>jboss-jsf-int</artifactId>
+    <version>1.0.0</version>
+  </parent>
+  
+  <artifactId>jboss-jsf-deployer-cargo</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss JSF Deployer Test Environment</name>
+  <description>Use Cargo to deploy and test WARs for different JSF versions</description>
+  
+  <dependencies>
+    <dependency>
+       <groupId>org.jboss.jsfunit</groupId>
+       <artifactId>jboss-jsfunit-core</artifactId>
+       <scope>provided</scope>
+    </dependency>
+    
+    <dependency>
+       <groupId>org.jboss.jsf.integration</groupId>
+       <artifactId>jboss-jsf-12test</artifactId>
+       <version>${project.version}</version>
+       <scope>test</scope>
+       <type>war</type>
+    </dependency>
+    
+    <dependency>
+       <groupId>org.jboss.jsf.integration</groupId>
+       <artifactId>jboss-jsf-20test</artifactId>
+       <version>${project.version}</version>
+       <scope>test</scope>
+       <type>war</type>
+    </dependency>
+    
+    <dependency>
+       <groupId>org.jboss.jsf.integration</groupId>
+       <artifactId>jboss-jsf-jsfbundledtest</artifactId>
+       <version>${project.version}</version>
+       <scope>test</scope>
+       <type>war</type>
+    </dependency>
+    
+  </dependencies>
+
+  <build>
+    <finalName>${artifactId}</finalName>
+    <sourceDirectory>src/test/java</sourceDirectory>
+    <testSourceDirectory>src/test/java</testSourceDirectory>
+    
+    <plugins>
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-surefire-plugin</artifactId>
+         <configuration>
+          <skip>true</skip>
+         </configuration>
+
+         <executions>
+           <execution>
+             <id>surefire-it</id>
+             <phase>integration-test</phase>
+             <goals>
+               <goal>test</goal>
+             </goals>
+             <configuration>
+               <skip>false</skip>
+             </configuration>
+           </execution>
+         </executions>
+       </plugin>
+       
+       <plugin>
+            <groupId>org.codehaus.cargo</groupId>
+            <artifactId>cargo-maven2-plugin</artifactId>
+            <configuration>
+              <wait>false</wait>  
+              <configuration>    
+                <home>${project.build.directory}/cargoconfig</home>
+                
+                <files>
+           <!--   only need this for AS5.0.0.GA,  AS5.1 doesn't need it    
+                  <copy>
+                    <file>${project.build.directory}/cargoconfig/conf/bootstrap-norepo.xml</file>
+                    <tofile>conf/bootstrap.xml</tofile>
+                    <configfile>false</configfile>
+                    <overwrite>true</overwrite>
+                  </copy>  -->
+                  <copy>
+                    <file>${project.build.directory}/dependency/jboss-jsfunit-microdeployer.jar</file>
+                    <todir>deployers</todir>
+                    <configfile>false</configfile>
+                    <overwrite>true</overwrite>
+                  </copy>
+                  <copy>
+                     <file>${project.build.directory}/classes</file>
+                     <todir>jsfunitTests</todir>
+                     <configfile>false</configfile>
+                     <overwrite>true</overwrite>
+                  </copy>
+                  <copy>
+                     <file>${project.build.directory}/jsf.deployer</file>
+                     <todir>deployers/jsf.deployer</todir>
+                     <configfile>false</configfile>
+                     <overwrite>true</overwrite>
+                  </copy>
+                  <copy>
+                     <file>${basedir}/ASModifications/deploy/jbossweb.sar/jsf-libs</file>
+                     <todir>deploy/jbossweb.sar/jsf-libs</todir>
+                     <configfile>false</configfile>
+                     <overwrite>true</overwrite>
+                  </copy>
+                  <copy>
+                     <file>${basedir}/ASModifications/deploy/jbossweb.sar/META-INF/jboss-structure.xml</file>
+                     <todir>deploy/jbossweb.sar/META-INF</todir>
+                     <configfile>false</configfile>
+                     <overwrite>true</overwrite>
+                  </copy>
+                  <copy>
+                     <file>${basedir}/ASModifications/deployers/jbossweb.deployer/web.xml</file>
+                     <todir>deployers/jbossweb.deployer</todir>
+                     <configfile>false</configfile>
+                     <overwrite>true</overwrite>
+                  </copy>
+                  <copy>
+                     <file>${basedir}/ASModifications/deployers/jsf.deployer/META-INF/jsf-integration-deployer-jboss-beans.xml</file>
+                     <todir>deployers/jsf.deployer/META-INF</todir>
+                     <configfile>false</configfile>
+                     <overwrite>true</overwrite>
+                  </copy>
+                  <copy>
+                     <file>${project.build.directory}/dependency/Mojarra-1.2</file>
+                     <todir>deployers/jsf.deployer/Mojarra-1.2</todir>
+                     <configfile>false</configfile>
+                     <overwrite>true</overwrite>
+                  </copy>
+                  <copy>
+                     <file>${basedir}/ASModifications/deployers/jsf.deployer/Mojarra-1.2/web.xml</file>
+                     <todir>deployers/jsf.deployer/Mojarra-1.2</todir>
+                     <configfile>false</configfile>
+                     <overwrite>true</overwrite>
+                  </copy>
+                  <copy>
+                     <file>${project.build.directory}/dependency/Mojarra-2.0</file>
+                     <todir>deployers/jsf.deployer/Mojarra-2.0</todir>
+                     <configfile>false</configfile>
+                     <overwrite>true</overwrite>
+                  </copy>
+                  <copy>
+                     <file>${basedir}/ASModifications/deployers/jsf.deployer/Mojarra-2.0/web.xml</file>
+                     <todir>deployers/jsf.deployer/Mojarra-2.0</todir>
+                     <configfile>false</configfile>
+                     <overwrite>true</overwrite>
+                  </copy>
+                </files>
+                
+                <deployables>
+                  <deployable>
+                    <location>${project.build.directory}/dependency/jboss-jsf-12test-jsfunit.war</location>
+                    <type>war</type>
+                  </deployable>
+                  <deployable>
+                    <location>${project.build.directory}/dependency/jboss-jsf-20test-jsfunit.war</location>
+                    <type>war</type>
+                  </deployable>
+                  <deployable>
+                    <location>${project.build.directory}/dependency/jboss-jsf-jsfbundledtest-jsfunit.war</location>
+                    <type>war</type>
+                  </deployable>
+                </deployables>
+              </configuration>
+              <container>
+                <containerId>jboss51x</containerId>
+                <timeout>150000</timeout>  <!-- 2.5 minutes -->
+                <home>${JBOSS_HOME}</home>
+                <log>${basedir}/target/jboss5.x/cargo.log</log>
+                <output>${basedir}/target/jboss5.x/container.log</output>
+              </container>
+            </configuration>
+            <executions>
+              <execution>
+                <id>start-container</id>
+                <phase>pre-integration-test</phase>
+                <goals>
+                  <goal>start</goal>
+                </goals>
+              </execution>
+              <execution>
+                <id>stop-container</id>
+                <phase>post-integration-test</phase>
+                <goals>
+                  <goal>stop</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-dependency-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>copy-dependencies</id>
+                  <phase>package</phase>
+                  <goals>
+                     <goal>copy</goal>
+                  </goals>
+                  <configuration>
+                     <artifactItems>
+                        <artifactItem>
+                           <groupId>org.jboss.jsf.integration</groupId>
+                           <artifactId>jboss-jsf-12test</artifactId>
+                           <version>${project.version}</version>
+                           <type>war</type>
+                           <destFileName>jboss-jsf-12test-jsfunit.war</destFileName>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>org.jboss.jsf.integration</groupId>
+                           <artifactId>jboss-jsf-20test</artifactId>
+                           <version>${project.version}</version>
+                           <type>war</type>
+                           <destFileName>jboss-jsf-20test-jsfunit.war</destFileName>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>org.jboss.jsf.integration</groupId>
+                           <artifactId>jboss-jsf-jsfbundledtest</artifactId>
+                           <version>${project.version}</version>
+                           <type>war</type>
+                           <destFileName>jboss-jsf-jsfbundledtest-jsfunit.war</destFileName>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>org.jboss.jsfunit</groupId>
+                           <artifactId>jboss-jsfunit-microdeployer</artifactId>
+                           <version>1.0.0.GA</version>
+                           <type>jar</type>
+                           <destFileName>jboss-jsfunit-microdeployer.jar</destFileName>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>javax.faces</groupId>
+                           <artifactId>jsf-api</artifactId>
+                           <version>${jsf12-version}</version>
+                           <type>jar</type>
+                           <destFileName>Mojarra-1.2/jsf-api.jar</destFileName>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>javax.faces</groupId>
+                           <artifactId>jsf-impl</artifactId>
+                           <version>${jsf12-version}</version>
+                           <type>jar</type>
+                           <destFileName>Mojarra-1.2/jsf-impl.jar</destFileName>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>javax.faces</groupId>
+                           <artifactId>jsf-api</artifactId>
+                           <version>${jsf20-version}</version>
+                           <type>jar</type>
+                           <destFileName>Mojarra-2.0/jsf-api.jar</destFileName>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>javax.faces</groupId>
+                           <artifactId>jsf-impl</artifactId>
+                           <version>${jsf20-version}</version>
+                           <type>jar</type>
+                           <destFileName>Mojarra-2.0/jsf-impl.jar</destFileName>
+                        </artifactItem>
+                     </artifactItems>
+                  </configuration>
+               </execution>
+               <execution>
+                <id>unpack</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>unpack</goal>
+                </goals>
+                <configuration>
+                  <artifactItems>
+                    <artifactItem>
+                      <groupId>org.jboss.jsf.integration</groupId>
+                      <artifactId>jboss-jsf-deployer</artifactId>
+                      <version>${project.version}</version>
+                      <type>jar</type>
+                      <overWrite>false</overWrite>
+                      <outputDirectory>${project.build.directory}/jsf.deployer</outputDirectory>
+                      <includes>**/*.class,**/*.xml</includes>
+                      <excludes>META-INF/maven/**</excludes>
+                    </artifactItem>
+                  </artifactItems>
+                  
+                </configuration>
+              </execution>
+
+            </executions>
+         </plugin>
+     </plugins>
+  </build>
+  
+</project>

Modified: projects/jboss-jsf-int/trunk/jboss-faces/pom.xml
===================================================================
--- projects/jboss-jsf-int/trunk/jboss-faces/pom.xml	2010-07-09 17:51:46 UTC (rev 106528)
+++ projects/jboss-jsf-int/trunk/jboss-faces/pom.xml	2010-07-09 18:12:27 UTC (rev 106529)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.jsf.integration</groupId>
       <artifactId>jboss-jsf-int</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>jboss-faces</artifactId>

Modified: projects/jboss-jsf-int/trunk/jsf-deployer/pom.xml
===================================================================
--- projects/jboss-jsf-int/trunk/jsf-deployer/pom.xml	2010-07-09 17:51:46 UTC (rev 106528)
+++ projects/jboss-jsf-int/trunk/jsf-deployer/pom.xml	2010-07-09 18:12:27 UTC (rev 106529)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.jsf.integration</groupId>
     <artifactId>jboss-jsf-int</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>jboss-jsf-deployer</artifactId>

Modified: projects/jboss-jsf-int/trunk/jsf12test/pom.xml
===================================================================
--- projects/jboss-jsf-int/trunk/jsf12test/pom.xml	2010-07-09 17:51:46 UTC (rev 106528)
+++ projects/jboss-jsf-int/trunk/jsf12test/pom.xml	2010-07-09 18:12:27 UTC (rev 106529)
@@ -1,29 +1,29 @@
-<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>
-  <parent>
-    <groupId>org.jboss.jsf.integration</groupId>
-    <artifactId>jboss-jsf-int</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>jboss-jsf-12test</artifactId>
-  <packaging>war</packaging>
-  <name>JBoss JSF Deployer Test for Mojarra 1.2</name>
-  <description>JBoss JSF Deployer Test for Mojarra 1.2</description>
-  
-  <dependencies>
-    <dependency>
-       <groupId>org.jboss.jsf.integration</groupId>
-       <artifactId>jboss-jsf-testwar</artifactId>
-       <version>${project.version}</version>
-       <scope>compile</scope>
-       <type>war</type>
-    </dependency>
-    
-  </dependencies>
-
-  <build>
-    <finalName>${artifactId}-jsfunit</finalName>
-  </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>
+  <parent>
+    <groupId>org.jboss.jsf.integration</groupId>
+    <artifactId>jboss-jsf-int</artifactId>
+    <version>1.0.0</version>
+  </parent>
+  
+  <artifactId>jboss-jsf-12test</artifactId>
+  <packaging>war</packaging>
+  <name>JBoss JSF Deployer Test for Mojarra 1.2</name>
+  <description>JBoss JSF Deployer Test for Mojarra 1.2</description>
+  
+  <dependencies>
+    <dependency>
+       <groupId>org.jboss.jsf.integration</groupId>
+       <artifactId>jboss-jsf-testwar</artifactId>
+       <version>${project.version}</version>
+       <scope>compile</scope>
+       <type>war</type>
+    </dependency>
+    
+  </dependencies>
+
+  <build>
+    <finalName>${artifactId}-jsfunit</finalName>
+  </build>
+  
+</project>

Modified: projects/jboss-jsf-int/trunk/jsf20test/pom.xml
===================================================================
--- projects/jboss-jsf-int/trunk/jsf20test/pom.xml	2010-07-09 17:51:46 UTC (rev 106528)
+++ projects/jboss-jsf-int/trunk/jsf20test/pom.xml	2010-07-09 18:12:27 UTC (rev 106529)
@@ -1,28 +1,28 @@
-<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>
-  <parent>
-    <groupId>org.jboss.jsf.integration</groupId>
-    <artifactId>jboss-jsf-int</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>jboss-jsf-20test</artifactId>
-  <packaging>war</packaging>
-  <name>JBoss JSF Deployer Test for Mojarra 2.0</name>
-  <description>JBoss JSF Deployer Test for Mojarra 2.0</description>
-  
-  <dependencies>
-    <dependency>
-       <groupId>org.jboss.jsf.integration</groupId>
-       <artifactId>jboss-jsf-testwar</artifactId>
-       <version>${project.version}</version>
-       <scope>compile</scope>
-       <type>war</type>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <finalName>${artifactId}-jsfunit</finalName>
-  </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>
+  <parent>
+    <groupId>org.jboss.jsf.integration</groupId>
+    <artifactId>jboss-jsf-int</artifactId>
+    <version>1.0.0</version>
+  </parent>
+  
+  <artifactId>jboss-jsf-20test</artifactId>
+  <packaging>war</packaging>
+  <name>JBoss JSF Deployer Test for Mojarra 2.0</name>
+  <description>JBoss JSF Deployer Test for Mojarra 2.0</description>
+  
+  <dependencies>
+    <dependency>
+       <groupId>org.jboss.jsf.integration</groupId>
+       <artifactId>jboss-jsf-testwar</artifactId>
+       <version>${project.version}</version>
+       <scope>compile</scope>
+       <type>war</type>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <finalName>${artifactId}-jsfunit</finalName>
+  </build>
+  
+</project>

Modified: projects/jboss-jsf-int/trunk/jsfbundledtest/pom.xml
===================================================================
--- projects/jboss-jsf-int/trunk/jsfbundledtest/pom.xml	2010-07-09 17:51:46 UTC (rev 106528)
+++ projects/jboss-jsf-int/trunk/jsfbundledtest/pom.xml	2010-07-09 18:12:27 UTC (rev 106529)
@@ -1,38 +1,38 @@
-<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>
-  <parent>
-    <groupId>org.jboss.jsf.integration</groupId>
-    <artifactId>jboss-jsf-int</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>jboss-jsf-jsfbundledtest</artifactId>
-  <packaging>war</packaging>
-  <name>JBoss JSF Deployer Test Bundled JSF</name>
-  <description>JBoss JSF Deployer Test for a war that has JSF bundled in WEB-INF/lib</description>
-  
-  <dependencies>
-    <dependency>
-       <groupId>org.jboss.jsf.integration</groupId>
-       <artifactId>jboss-jsf-testwar</artifactId>
-       <version>${project.version}</version>
-       <scope>compile</scope>
-       <type>war</type>
-    </dependency>
-    
-    <dependency>
-       <groupId>org.apache.myfaces.core</groupId>
-       <artifactId>myfaces-api</artifactId>
-    </dependency>
-    
-    <dependency>
-       <groupId>org.apache.myfaces.core</groupId>
-       <artifactId>myfaces-impl</artifactId>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <finalName>${artifactId}-jsfunit</finalName>
-  </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>
+  <parent>
+    <groupId>org.jboss.jsf.integration</groupId>
+    <artifactId>jboss-jsf-int</artifactId>
+    <version>1.0.0</version>
+  </parent>
+  
+  <artifactId>jboss-jsf-jsfbundledtest</artifactId>
+  <packaging>war</packaging>
+  <name>JBoss JSF Deployer Test Bundled JSF</name>
+  <description>JBoss JSF Deployer Test for a war that has JSF bundled in WEB-INF/lib</description>
+  
+  <dependencies>
+    <dependency>
+       <groupId>org.jboss.jsf.integration</groupId>
+       <artifactId>jboss-jsf-testwar</artifactId>
+       <version>${project.version}</version>
+       <scope>compile</scope>
+       <type>war</type>
+    </dependency>
+    
+    <dependency>
+       <groupId>org.apache.myfaces.core</groupId>
+       <artifactId>myfaces-api</artifactId>
+    </dependency>
+    
+    <dependency>
+       <groupId>org.apache.myfaces.core</groupId>
+       <artifactId>myfaces-impl</artifactId>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <finalName>${artifactId}-jsfunit</finalName>
+  </build>
+  
+</project>

Modified: projects/jboss-jsf-int/trunk/pom.xml
===================================================================
--- projects/jboss-jsf-int/trunk/pom.xml	2010-07-09 17:51:46 UTC (rev 106528)
+++ projects/jboss-jsf-int/trunk/pom.xml	2010-07-09 18:12:27 UTC (rev 106529)
@@ -8,7 +8,7 @@
 
    <groupId>org.jboss.jsf.integration</groupId>
    <artifactId>jboss-jsf-int</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0</version>
    <packaging>pom</packaging>
    <name>JBoss JavaServer Faces Integration</name>
    <url>http://jsf.jboss.org/</url>
@@ -16,9 +16,9 @@
       JBoss JavaServer Faces Integration
    </description>
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jsf-int/trunk/</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-jsf-int/trunk/</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jboss-jsf-int/trunk/</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jsf-int/tags/1.0.0</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-jsf-int/tags/1.0.0/</developerConnection>
+      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jboss-jsf-int/tags/1.0.0/</url>
    </scm>
 
    <properties>

Added: projects/jboss-jsf-int/trunk/releasenotes.txt
===================================================================
--- projects/jboss-jsf-int/trunk/releasenotes.txt	                        (rev 0)
+++ projects/jboss-jsf-int/trunk/releasenotes.txt	2010-07-09 18:12:27 UTC (rev 106529)
@@ -0,0 +1,4 @@
+2010-07-09 Release 1.0.0
+* Initial Functionality. See http://community.jboss.org/wiki/JSFonJBossAS6
+* Mojarra 1.2_14
+* Mojarra 2.0.2-FCS (default)
\ No newline at end of file

Modified: projects/jboss-jsf-int/trunk/testwar/pom.xml
===================================================================
--- projects/jboss-jsf-int/trunk/testwar/pom.xml	2010-07-09 17:51:46 UTC (rev 106528)
+++ projects/jboss-jsf-int/trunk/testwar/pom.xml	2010-07-09 18:12:27 UTC (rev 106529)
@@ -1,22 +1,22 @@
-<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>
-  <parent>
-    <groupId>org.jboss.jsf.integration</groupId>
-    <artifactId>jboss-jsf-int</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>jboss-jsf-testwar</artifactId>
-  <packaging>war</packaging>
-  <name>JBoss JSF Deployer Test WAR</name>
-  <description>JBoss JSF Deployer Test WAR</description>
-  
-  <dependencies>
-    
-  </dependencies>
-
-  <build>
-    <finalName>${artifactId}</finalName>
-  </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>
+  <parent>
+    <groupId>org.jboss.jsf.integration</groupId>
+    <artifactId>jboss-jsf-int</artifactId>
+    <version>1.0.0</version>
+  </parent>
+  
+  <artifactId>jboss-jsf-testwar</artifactId>
+  <packaging>war</packaging>
+  <name>JBoss JSF Deployer Test WAR</name>
+  <description>JBoss JSF Deployer Test WAR</description>
+  
+  <dependencies>
+    
+  </dependencies>
+
+  <build>
+    <finalName>${artifactId}</finalName>
+  </build>
+  
+</project>



More information about the jboss-cvs-commits mailing list