[seam-commits] Seam SVN: r12793 - in modules/xml/trunk: docs and 2 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue May 25 06:35:06 EDT 2010


Author: swd847
Date: 2010-05-25 06:35:05 -0400 (Tue, 25 May 2010)
New Revision: 12793

Modified:
   modules/xml/trunk/docs/pom.xml
   modules/xml/trunk/examples/princess-rescue/pom.xml
   modules/xml/trunk/impl/pom.xml
   modules/xml/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: modules/xml/trunk/docs/pom.xml
===================================================================
--- modules/xml/trunk/docs/pom.xml	2010-05-25 10:34:51 UTC (rev 12792)
+++ modules/xml/trunk/docs/pom.xml	2010-05-25 10:35:05 UTC (rev 12793)
@@ -9,7 +9,7 @@
 
    <groupId>org.jboss.seam.xml</groupId>
    <artifactId>seam-xml-config-reference-guide</artifactId>
-   <version>3.0.0.Alpha2</version>
+   <version>3.0.0-SNAPSHOT</version>
    <packaging>jdocbook</packaging>
    <name>Seam XML Config Reference Guide</name>
    
@@ -127,8 +127,8 @@
 
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/xml/tags/3.0.0.Alpha2/docs</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/xml/tags/3.0.0.Alpha2/docs</developerConnection>
-      <url>http://fisheye.jboss.org/browse/seam/modules/xml/docs/tags/3.0.0.Alpha2/docs</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/xml/trunk/docs</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/xml/trunk/docs</developerConnection>
+      <url>http://fisheye.jboss.org/browse/seam/modules/xml/docs</url>
    </scm>
 </project>

Modified: modules/xml/trunk/examples/princess-rescue/pom.xml
===================================================================
--- modules/xml/trunk/examples/princess-rescue/pom.xml	2010-05-25 10:34:51 UTC (rev 12792)
+++ modules/xml/trunk/examples/princess-rescue/pom.xml	2010-05-25 10:35:05 UTC (rev 12793)
@@ -4,7 +4,7 @@
    <parent>
       <artifactId>seam-xml-config-parent</artifactId>
       <groupId>org.jboss.seam.xml</groupId>
-      <version>3.0.0.Alpha2</version>
+      <version>3.0.0-SNAPSHOT</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
    
@@ -13,7 +13,7 @@
    <artifactId>princess-rescue</artifactId>
    <packaging>war</packaging>
    <name>Seam XML Config Example: Princess Rescue</name>
-   <version>3.0.0.Alpha2</version>
+   <version>3.0.0-SNAPSHOT</version>
 
    <properties>
       <!--
@@ -43,7 +43,7 @@
 	  <dependency>
          <groupId>org.jboss.seam.xml</groupId>
          <artifactId>seam-xml-config</artifactId>
-         <version>3.0.0.Alpha2</version>
+         <version>3.0.0-SNAPSHOT</version>
       </dependency>
 
 

Modified: modules/xml/trunk/impl/pom.xml
===================================================================
--- modules/xml/trunk/impl/pom.xml	2010-05-25 10:34:51 UTC (rev 12792)
+++ modules/xml/trunk/impl/pom.xml	2010-05-25 10:35:05 UTC (rev 12793)
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>seam-xml-config-parent</artifactId>
     <groupId>org.jboss.seam.xml</groupId>
-    <version>3.0.0.Alpha2</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.jboss.seam.xml</groupId>
@@ -68,9 +68,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/xml/tags/3.0.0.Alpha2/impl</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/xml/tags/3.0.0.Alpha2/impl</developerConnection>
-    <url>http://fisheye.jboss.org/browse/Seam/modules/xml/tags/3.0.0.Alpha2/impl</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/xml/trunk/impl</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/xml/trunk/impl</developerConnection>
+    <url>http://fisheye.jboss.org/browse/Seam/modules/xml/trunk/impl</url>
   </scm>
 
   <build>

Modified: modules/xml/trunk/pom.xml
===================================================================
--- modules/xml/trunk/pom.xml	2010-05-25 10:34:51 UTC (rev 12792)
+++ modules/xml/trunk/pom.xml	2010-05-25 10:35:05 UTC (rev 12793)
@@ -10,7 +10,7 @@
    <groupId>org.jboss.seam.xml</groupId>
    <artifactId>seam-xml-config-parent</artifactId>
    <packaging>pom</packaging>
-   <version>3.0.0.Alpha2</version>
+   <version>3.0.0-SNAPSHOT</version>
    <name>Seam XML Config Parent</name>
 
    <modules>
@@ -80,9 +80,9 @@
       </dependencies>
    </dependencyManagement>
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/xml/tags/3.0.0.Alpha2</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/xml/tags/3.0.0.Alpha2</developerConnection>
-      <url>http://fisheye.jboss.org/browse/Seam/modules/xml/tags/3.0.0.Alpha2</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/xml/trunk</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/xml/trunk</developerConnection>
+      <url>http://fisheye.jboss.org/browse/Seam/modules/xml/trunk</url>
    </scm>
 
 </project>



More information about the seam-commits mailing list