[weld-commits] Weld SVN: r5796 - in examples/trunk: jsf/login and 9 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Feb 5 11:20:11 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-05 11:20:10 -0500 (Fri, 05 Feb 2010)
New Revision: 5796

Modified:
   examples/trunk/jsf/login/pom.xml
   examples/trunk/jsf/numberguess/pom.xml
   examples/trunk/jsf/permalink/pom.xml
   examples/trunk/jsf/translator/ear/pom.xml
   examples/trunk/jsf/translator/ejb/pom.xml
   examples/trunk/jsf/translator/pom.xml
   examples/trunk/jsf/translator/war/pom.xml
   examples/trunk/pom.xml
   examples/trunk/se/hello-world/pom.xml
   examples/trunk/se/numberguess/pom.xml
   examples/trunk/wicket/numberguess/pom.xml
Log:
[maven-release-plugin] prepare release 1.0.1-CR2

Modified: examples/trunk/jsf/login/pom.xml
===================================================================
--- examples/trunk/jsf/login/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/jsf/login/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -1,12 +1,11 @@
 <?xml version="1.0"?>
-<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">
+<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.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1-CR2</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 
@@ -172,9 +171,9 @@
    </profiles>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/login</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/login</developerConnection>
-      <url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/login</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/login</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/login</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/login</url>
   </scm>
 
 </project>

Modified: examples/trunk/jsf/numberguess/pom.xml
===================================================================
--- examples/trunk/jsf/numberguess/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/jsf/numberguess/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -1,12 +1,11 @@
 <?xml version="1.0"?>
-<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">
+<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.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1-CR2</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 
@@ -70,7 +69,7 @@
          </activation>
          
          <properties>
-         	<distributable.flag></distributable.flag>
+         	<distributable.flag />
          </properties>
          
          <dependencies>
@@ -726,8 +725,7 @@
             <artifactId>maven-jetty-plugin</artifactId>
             <configuration>
                <connectors>
-                  <connector
-                     implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+                  <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
                      <port>${jetty.http.port}</port>
                      <maxIdleTime>3600000</maxIdleTime>
                   </connector>
@@ -773,9 +771,9 @@
    </properties>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/numberguess</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/numberguess</developerConnection>
-     <url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/numberguess</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/numberguess</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/numberguess</developerConnection>
+     <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/numberguess</url>
   </scm>
 
 </project>

Modified: examples/trunk/jsf/permalink/pom.xml
===================================================================
--- examples/trunk/jsf/permalink/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/jsf/permalink/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1-CR2</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 
@@ -427,8 +426,7 @@
                   <artifactId>maven-jetty-plugin</artifactId>
                   <configuration>
                      <connectors>
-                        <connector
-                           implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+                        <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
                            <port>${jetty.http.port}</port>
                            <maxIdleTime>3600000</maxIdleTime>
                         </connector>
@@ -552,8 +550,7 @@
                   <!--
                      <executions> <execution> <id>touch-web-inf</id>
                      <phase>validate</phase> <configuration> <tasks>
-                     <touch file="${webapp.directory}/WEB-INF/web.xml"
-                     /> </tasks> </configuration> <goals>
+                     <touch file="${webapp.directory}/WEB-INF/web.xml" /> </tasks> </configuration> <goals>
                      <goal>run</goal> </goals> </execution>
                      </executions>
                   -->
@@ -564,9 +561,9 @@
    </profiles>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/permalink</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/permalink</developerConnection>
-     <url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/permalink</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/permalink</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/permalink</developerConnection>
+     <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/permalink</url>
   </scm>
 
 </project>

Modified: examples/trunk/jsf/translator/ear/pom.xml
===================================================================
--- examples/trunk/jsf/translator/ear/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/jsf/translator/ear/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld.examples.jsf.translator</groupId>
       <artifactId>weld-jsf-translator-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1-CR2</version>
    </parent>
    
    <groupId>org.jboss.weld.examples.jsf.translator</groupId>

Modified: examples/trunk/jsf/translator/ejb/pom.xml
===================================================================
--- examples/trunk/jsf/translator/ejb/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/jsf/translator/ejb/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld.examples.jsf.translator</groupId>
       <artifactId>weld-jsf-translator-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1-CR2</version>
    </parent>
    
    <groupId>org.jboss.weld.examples.jsf.translator</groupId>

Modified: examples/trunk/jsf/translator/pom.xml
===================================================================
--- examples/trunk/jsf/translator/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/jsf/translator/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1-CR2</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
    <groupId>org.jboss.weld.examples.jsf.translator</groupId>
@@ -61,9 +61,9 @@
    </build>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/translator</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/translator</developerConnection>
-     <url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/translator</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/translator</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/translator</developerConnection>
+     <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/translator</url>
   </scm>
 
 </project>

Modified: examples/trunk/jsf/translator/war/pom.xml
===================================================================
--- examples/trunk/jsf/translator/war/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/jsf/translator/war/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld.examples.jsf.translator</groupId>
       <artifactId>weld-jsf-translator-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1-CR2</version>
    </parent>
    
    <groupId>org.jboss.weld.examples.jsf.translator</groupId>

Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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.weld</groupId>
@@ -10,7 +9,7 @@
    <groupId>org.jboss.weld.examples</groupId>
    <artifactId>weld-examples-parent</artifactId>
    <packaging>pom</packaging>
-   <version>1.0.1-SNAPSHOT</version>
+   <version>1.0.1-CR2</version>
    <name>Weld Examples</name>
 
    <description>
@@ -102,7 +101,7 @@
       <maven.antrun.plugin.version>1.3</maven.antrun.plugin.version>
       <failsafe.maven.plugin.version>2.4.3-alpha-1</failsafe.maven.plugin.version>
       <ant.junit.version>1.6.2</ant.junit.version>
-      <ftest.version.discriminator></ftest.version.discriminator>
+      <ftest.version.discriminator />
       <selenium.browser>*firefoxproxy</selenium.browser>
       <selenium.browser.url>http://localhost:8080</selenium.browser.url>
       <selenium.server.port>14444</selenium.server.port>
@@ -240,9 +239,9 @@
    </build>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk</developerConnection>
-     <url>http://fisheye.jboss.org/browse/weld/examples/trunk</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2</developerConnection>
+     <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2</url>
   </scm>
 
    <profiles>
@@ -450,12 +449,8 @@
                            <phase>post-integration-test</phase>
                            <configuration>
                               <tasks>
-                                 <get taskname="selenium-shutdown"
-                                    src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer"
-                                    ignoreerrors="true"
-                                    dest="${project.build.directory}/selenium.stop.msg" />
-                                 <echo taskname="selenium-shutdown"
-                                    message="DGF Errors during shutdown are expected" />
+                                 <get taskname="selenium-shutdown" src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer" ignoreerrors="true" dest="${project.build.directory}/selenium.stop.msg" />
+                                 <echo taskname="selenium-shutdown" message="DGF Errors during shutdown are expected" />
                               </tasks>
                            </configuration>
                            <goals>
@@ -673,12 +668,8 @@
                            <phase>post-integration-test</phase>
                            <configuration>
                               <tasks>
-                                 <get taskname="selenium-shutdown"
-                                    src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer"
-                                    ignoreerrors="true"
-                                    dest="${project.build.directory}/selenium.stop.msg" />
-                                 <echo taskname="selenium-shutdown"
-                                    message="DGF Errors during shutdown are expected" />
+                                 <get taskname="selenium-shutdown" src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer" ignoreerrors="true" dest="${project.build.directory}/selenium.stop.msg" />
+                                 <echo taskname="selenium-shutdown" message="DGF Errors during shutdown are expected" />
                               </tasks>
                            </configuration>
                            <goals>
@@ -869,9 +860,9 @@
 							<phase>pre-integration-test</phase>
 							<configuration>
 								<tasks>
-									<property name="url.to.wait" value="http://localhost:8180/${project.build.finalName}"/>												
-									<copy file="${project.build.directory}/${project.build.finalName}.${project.packaging}" todir="${jboss.master.configuration}/farm"/>
-									<echo message="Waiting for application at ${url.to.wait}"/>												
+									<property name="url.to.wait" value="http://localhost:8180/${project.build.finalName}" />												
+									<copy file="${project.build.directory}/${project.build.finalName}.${project.packaging}" todir="${jboss.master.configuration}/farm" />
+									<echo message="Waiting for application at ${url.to.wait}" />												
 									<waitfor maxwait="${application.deploy.timeout}" maxwaitunit="second">								
 										<http url="${url.to.wait}" errorsBeginAt="404" />
 									</waitfor>
@@ -888,15 +879,11 @@
 							<phase>post-integration-test</phase>
 							<configuration>
 								<tasks>
-									<echo message="Undeploying application..."/>
-									<delete file="${jboss.master.configuration}/farm/${project.build.finalName}.${project.packaging}"/>
+									<echo message="Undeploying application..." />
+									<delete file="${jboss.master.configuration}/farm/${project.build.finalName}.${project.packaging}" />
 								
-									<get taskname="selenium-shutdown"
-										src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer"
-										ignoreerrors="true"
-										dest="${project.build.directory}/selenium.stop.msg" />
-									<echo taskname="selenium-shutdown"
-										message="DGF Errors during shutdown are expected" />
+									<get taskname="selenium-shutdown" src="http://${selenium.server.host}:${selenium.server.port}/selenium-server/driver/?cmd=shutDownSeleniumServer" ignoreerrors="true" dest="${project.build.directory}/selenium.stop.msg" />
+									<echo taskname="selenium-shutdown" message="DGF Errors during shutdown are expected" />
 								</tasks>
 							</configuration>
 							<goals>

Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/se/hello-world/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -3,7 +3,7 @@
    <parent>
       <artifactId>weld-examples-parent</artifactId>
       <groupId>org.jboss.weld.examples</groupId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1-CR2</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -90,9 +90,9 @@
    </build>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/se/hello-world</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/se/hello-world</developerConnection>
-     <url>http://fisheye.jboss.org/browse/weld/examples/trunk/se/hello-world</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/hello-world</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/hello-world</developerConnection>
+     <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/se/hello-world</url>
   </scm>
 
 </project>

Modified: examples/trunk/se/numberguess/pom.xml
===================================================================
--- examples/trunk/se/numberguess/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/se/numberguess/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -3,7 +3,7 @@
    <parent>
       <artifactId>weld-examples-parent</artifactId>
       <groupId>org.jboss.weld.examples</groupId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1-CR2</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -91,9 +91,9 @@
    </profiles>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/se/numberguess</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/se/numberguess</developerConnection>
-     <url>http://fisheye.jboss.org/browse/weld/examples/trunk/se/numberguess</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/numberguess</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/numberguess</developerConnection>
+     <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/se/numberguess</url>
   </scm>
 
 </project>

Modified: examples/trunk/wicket/numberguess/pom.xml
===================================================================
--- examples/trunk/wicket/numberguess/pom.xml	2010-02-05 16:05:25 UTC (rev 5795)
+++ examples/trunk/wicket/numberguess/pom.xml	2010-02-05 16:20:10 UTC (rev 5796)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.1-CR2</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 
@@ -189,9 +189,9 @@
    </properties>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/wicket/numberguess</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/wicket/numberguess</developerConnection>
-     <url>http://fisheye.jboss.org/browse/weld/examples/trunk/wicket/numberguess</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/wicket/numberguess</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/wicket/numberguess</developerConnection>
+     <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/wicket/numberguess</url>
   </scm>
 
 </project>



More information about the weld-commits mailing list