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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Oct 14 12:31:23 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-14 12:31:22 -0400 (Wed, 14 Oct 2009)
New Revision: 4067

Modified:
   examples/trunk/jsf/login/pom.xml
   examples/trunk/jsf/numberguess/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.0-CR1

Modified: examples/trunk/jsf/login/pom.xml
===================================================================
--- examples/trunk/jsf/login/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
+++ examples/trunk/jsf/login/pom.xml	2009-10-14 16:31:22 UTC (rev 4067)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-CR1</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
    

Modified: examples/trunk/jsf/numberguess/pom.xml
===================================================================
--- examples/trunk/jsf/numberguess/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
+++ examples/trunk/jsf/numberguess/pom.xml	2009-10-14 16:31:22 UTC (rev 4067)
@@ -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.0-SNAPSHOT</version>
+      <version>1.0.0-CR1</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 
@@ -524,8 +523,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>

Modified: examples/trunk/jsf/translator/ear/pom.xml
===================================================================
--- examples/trunk/jsf/translator/ear/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
+++ examples/trunk/jsf/translator/ear/pom.xml	2009-10-14 16:31:22 UTC (rev 4067)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld.examples.jsf.translator</groupId>
       <artifactId>weld-jsf-translator-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-CR1</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	2009-10-14 16:26:33 UTC (rev 4066)
+++ examples/trunk/jsf/translator/ejb/pom.xml	2009-10-14 16:31:22 UTC (rev 4067)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld.examples.jsf.translator</groupId>
       <artifactId>weld-jsf-translator-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-CR1</version>
    </parent>
    
    <groupId>org.jboss.weld.examples.jsf.translator</groupId>

Modified: examples/trunk/jsf/translator/pom.xml
===================================================================
--- examples/trunk/jsf/translator/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
+++ examples/trunk/jsf/translator/pom.xml	2009-10-14 16:31:22 UTC (rev 4067)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-CR1</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
    <groupId>org.jboss.weld.examples.jsf.translator</groupId>

Modified: examples/trunk/jsf/translator/war/pom.xml
===================================================================
--- examples/trunk/jsf/translator/war/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
+++ examples/trunk/jsf/translator/war/pom.xml	2009-10-14 16:31:22 UTC (rev 4067)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld.examples.jsf.translator</groupId>
       <artifactId>weld-jsf-translator-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-CR1</version>
    </parent>
    
    <groupId>org.jboss.weld.examples.jsf.translator</groupId>

Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
+++ examples/trunk/pom.xml	2009-10-14 16:31:22 UTC (rev 4067)
@@ -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.0-SNAPSHOT</version>
+   <version>1.0.0-CR1</version>
    <name>Weld Examples</name>
 
    <description>
@@ -248,9 +247,9 @@
    </build>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples</developerConnection>
-      <url>http://fisheye.jboss.org/browse/WebBeans/ri/examples</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/1.0.0-CR1</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.0-CR1</developerConnection>
+      <url>http://fisheye.jboss.org/browse/WebBeans/ri/examples/1.0.0-CR1</url>
    </scm>
 
 </project>

Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
+++ examples/trunk/se/hello-world/pom.xml	2009-10-14 16:31:22 UTC (rev 4067)
@@ -1,10 +1,9 @@
 <?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">
    <parent>
       <artifactId>weld-examples-parent</artifactId>
       <groupId>org.jboss.weld.examples</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-CR1</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: examples/trunk/se/numberguess/pom.xml
===================================================================
--- examples/trunk/se/numberguess/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
+++ examples/trunk/se/numberguess/pom.xml	2009-10-14 16:31:22 UTC (rev 4067)
@@ -1,10 +1,9 @@
 <?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">
    <parent>
       <artifactId>weld-examples-parent</artifactId>
       <groupId>org.jboss.weld.examples</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-CR1</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: examples/trunk/wicket/numberguess/pom.xml
===================================================================
--- examples/trunk/wicket/numberguess/pom.xml	2009-10-14 16:26:33 UTC (rev 4066)
+++ examples/trunk/wicket/numberguess/pom.xml	2009-10-14 16:31:22 UTC (rev 4067)
@@ -1,12 +1,11 @@
-<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.0-SNAPSHOT</version>
+      <version>1.0.0-CR1</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 
@@ -34,6 +33,13 @@
          <artifactId>weld-wicket</artifactId>
       </dependency>
 
+      <dependency>
+         <groupId>org.mortbay.jetty</groupId>
+         <artifactId>jetty</artifactId>
+         <scope>test</scope>
+      </dependency>
+
+
    </dependencies>
 
    <build>



More information about the weld-commits mailing list