[seam-commits] Seam SVN: r12130 - in modules/remoting/trunk: core and 3 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Mar 9 07:37:17 EST 2010


Author: shane.bryzak at jboss.com
Date: 2010-03-09 07:37:17 -0500 (Tue, 09 Mar 2010)
New Revision: 12130

Modified:
   modules/remoting/trunk/core/pom.xml
   modules/remoting/trunk/docs/pom.xml
   modules/remoting/trunk/examples/helloworld/pom.xml
   modules/remoting/trunk/examples/model/pom.xml
   modules/remoting/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 3.0.0-Beta1

Modified: modules/remoting/trunk/core/pom.xml
===================================================================
--- modules/remoting/trunk/core/pom.xml	2010-03-09 11:59:36 UTC (rev 12129)
+++ modules/remoting/trunk/core/pom.xml	2010-03-09 12:37:17 UTC (rev 12130)
@@ -1,18 +1,17 @@
-<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>
       <artifactId>seam-remoting-parent</artifactId>
       <groupId>org.jboss.seam.remoting</groupId>
-      <version>3.0.0-SNAPSHOT</version>
+      <version>3.0.0-Beta1</version>
    </parent>
 
    <groupId>org.jboss.seam.remoting</groupId>
    <artifactId>seam-remoting-core</artifactId>
-   <version>3.0.0-SNAPSHOT</version>
+   <version>3.0.0-Beta1</version>
    <packaging>jar</packaging>   
-   <name>Seam Remoting</name>
+   <name>Seam Remoting Core</name>
   
    <dependencies>
       <dependency>

Modified: modules/remoting/trunk/docs/pom.xml
===================================================================
--- modules/remoting/trunk/docs/pom.xml	2010-03-09 11:59:36 UTC (rev 12129)
+++ modules/remoting/trunk/docs/pom.xml	2010-03-09 12:37:17 UTC (rev 12130)
@@ -1,5 +1,4 @@
-<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    
    <parent>
@@ -10,7 +9,7 @@
 
    <groupId>org.jboss.seam.remoting</groupId>
    <artifactId>seam-remoting-reference-guide</artifactId>
-   <version>3.0.0-SNAPSHOT</version>
+   <version>3.0.0-Beta1</version>
    <packaging>jdocbook</packaging>
    <name>Seam Remoting Reference Guide</name>
    
@@ -121,9 +120,9 @@
 
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/remoting/trunk/docs</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/remoting/trunk/docs</developerConnection>
-      <url>http://fisheye.jboss.org/browse/seam/modules/remoting/docs</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/remoting/tags/3.0.0-Beta1/docs</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/remoting/tags/3.0.0-Beta1/docs</developerConnection>
+      <url>http://fisheye.jboss.org/browse/seam/modules/remoting/docs/tags/3.0.0-Beta1/docs</url>
    </scm>
    
 </project>

Modified: modules/remoting/trunk/examples/helloworld/pom.xml
===================================================================
--- modules/remoting/trunk/examples/helloworld/pom.xml	2010-03-09 11:59:36 UTC (rev 12129)
+++ modules/remoting/trunk/examples/helloworld/pom.xml	2010-03-09 12:37:17 UTC (rev 12130)
@@ -5,7 +5,7 @@
    <groupId>org.jboss.seam.remoting</groupId>
    <artifactId>remoting-helloworld-example</artifactId>
    <packaging>war</packaging>
-   <version>3.0.0-SNAPSHOT</version>
+   <version>3.0.0-Beta1</version>
    <name>Seam Remoting Helloworld Example</name>
      
    <dependencies>

Modified: modules/remoting/trunk/examples/model/pom.xml
===================================================================
--- modules/remoting/trunk/examples/model/pom.xml	2010-03-09 11:59:36 UTC (rev 12129)
+++ modules/remoting/trunk/examples/model/pom.xml	2010-03-09 12:37:17 UTC (rev 12130)
@@ -5,7 +5,7 @@
    <groupId>org.jboss.seam.remoting</groupId>
    <artifactId>seam-remoting-model-example</artifactId>
    <packaging>war</packaging>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>3.0.0-Beta1</version>
    <name>Seam Remoting Model Example</name>
    
    <dependencies>
@@ -26,7 +26,7 @@
       <dependency>
          <groupId>org.jboss.seam.remoting</groupId>
          <artifactId>seam-remoting-core</artifactId>
-         <version>3.0.0-SNAPSHOT</version>
+         <version>3.0.0-Beta1</version>
       </dependency>
 
       <dependency>

Modified: modules/remoting/trunk/pom.xml
===================================================================
--- modules/remoting/trunk/pom.xml	2010-03-09 11:59:36 UTC (rev 12129)
+++ modules/remoting/trunk/pom.xml	2010-03-09 12:37:17 UTC (rev 12130)
@@ -1,7 +1,4 @@
-<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
@@ -13,7 +10,7 @@
    <groupId>org.jboss.seam.remoting</groupId>
    <artifactId>seam-remoting-parent</artifactId>
    <packaging>pom</packaging>
-   <version>3.0.0-SNAPSHOT</version>
+   <version>3.0.0-Beta1</version>
    <name>Seam Remoting Parent</name>
 
    <modules>
@@ -83,26 +80,10 @@
       </dependencies>
    </dependencyManagement>
 
-   <!-- Snapshots repo to get parent -->
-   <repositories>
-      <repository>
-         <id>oss.sonatype.org/jboss-snapshots</id>
-         <name>JBoss (Nexus) Snapshots Repository</name>
-         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
-         <releases>
-            <enabled>false</enabled>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-   </repositories>
-
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/remoting/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/remoting/trunk</developerConnection>
-      <url>http://fisheye.jboss.org/browse/Seam/modules/remoting/trunk</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/remoting/tags/3.0.0-Beta1</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/remoting/tags/3.0.0-Beta1</developerConnection>
+      <url>http://fisheye.jboss.org/browse/Seam/modules/remoting/tags/3.0.0-Beta1</url>
    </scm>
 
 </project>



More information about the seam-commits mailing list