[seam-commits] Seam SVN: r12559 - in modules/faces/trunk: api and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 21 18:26:28 EDT 2010


Author: lincolnthree
Date: 2010-04-21 18:26:27 -0400 (Wed, 21 Apr 2010)
New Revision: 12559

Modified:
   modules/faces/trunk/api/pom.xml
   modules/faces/trunk/impl/pom.xml
   modules/faces/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 3.0.0.Alpha1

Modified: modules/faces/trunk/api/pom.xml
===================================================================
--- modules/faces/trunk/api/pom.xml	2010-04-21 22:23:32 UTC (rev 12558)
+++ modules/faces/trunk/api/pom.xml	2010-04-21 22:26:27 UTC (rev 12559)
@@ -1,15 +1,14 @@
-<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-faces-parent</artifactId>
 		<groupId>org.jboss.seam.faces</groupId>
-		<version>3.0.0-SNAPSHOT</version>
+		<version>3.0.0.Alpha1</version>
 	</parent>
 
 	<artifactId>seam-faces-api</artifactId>
-	<version>3.0.0-SNAPSHOT</version>
+	<version>3.0.0.Alpha1</version>
 
 	<packaging>jar</packaging>
 	<name>Seam Faces Module API</name>

Modified: modules/faces/trunk/impl/pom.xml
===================================================================
--- modules/faces/trunk/impl/pom.xml	2010-04-21 22:23:32 UTC (rev 12558)
+++ modules/faces/trunk/impl/pom.xml	2010-04-21 22:26:27 UTC (rev 12559)
@@ -1,15 +1,14 @@
-<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-faces-parent</artifactId>
 		<groupId>org.jboss.seam.faces</groupId>
-		<version>3.0.0-SNAPSHOT</version>
+		<version>3.0.0.Alpha1</version>
 	</parent>
 
 	<artifactId>seam-faces</artifactId>
-	<version>3.0.0-SNAPSHOT</version>
+	<version>3.0.0.Alpha1</version>
 
 	<packaging>jar</packaging>
 	<name>Seam Faces Module Core Implementation</name>

Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml	2010-04-21 22:23:32 UTC (rev 12558)
+++ modules/faces/trunk/pom.xml	2010-04-21 22:26:27 UTC (rev 12559)
@@ -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 @@
 
 	<artifactId>seam-faces-parent</artifactId>
 	<groupId>org.jboss.seam.faces</groupId>
-	<version>3.0.0-SNAPSHOT</version>
+	<version>3.0.0.Alpha1</version>
 
 	<packaging>pom</packaging>
 	<name>Seam Faces Module Parent POM</name>
@@ -24,8 +23,10 @@
 	<modules>
 		<module>api</module>
 		<module>impl</module>
+		<!-- 
 		<module>docs/reference</module>
 		<module>examples/short-ly</module>
+		 -->
 	</modules>
 
 	<properties>
@@ -177,11 +178,11 @@
 	</developers>
 
 	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/faces/trunk
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/faces/tags/3.0.0.Alpha1
 		</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/faces/trunk
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/faces/tags/3.0.0.Alpha1
 		</developerConnection>
-		<url>http://fisheye.jboss.org/browse/Seam/modules/faces/trunk</url>
+		<url>http://fisheye.jboss.org/browse/Seam/modules/faces/tags/3.0.0.Alpha1</url>
 	</scm>
 
 	<build>



More information about the seam-commits mailing list