Author: manaRH Date: 2011-10-08 07:39:51 -0400 (Sat, 08 Oct 2011) New Revision: 14221
Modified: branches/community/Seam_2_3/functional-tests/pom.xml branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml branches/community/Seam_2_3/jboss-seam-debug/pom.xml branches/community/Seam_2_3/jboss-seam-excel/pom.xml branches/community/Seam_2_3/jboss-seam-flex/pom.xml branches/community/Seam_2_3/jboss-seam-gen/pom.xml branches/community/Seam_2_3/jboss-seam-ioc/pom.xml branches/community/Seam_2_3/jboss-seam-jul/pom.xml branches/community/Seam_2_3/jboss-seam-mail/pom.xml branches/community/Seam_2_3/jboss-seam-parent/pom.xml branches/community/Seam_2_3/jboss-seam-pdf/pom.xml branches/community/Seam_2_3/jboss-seam-remoting/pom.xml branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml branches/community/Seam_2_3/jboss-seam-rss/pom.xml branches/community/Seam_2_3/jboss-seam-ui/pom.xml branches/community/Seam_2_3/jboss-seam-wicket/pom.xml branches/community/Seam_2_3/jboss-seam/pom.xml branches/community/Seam_2_3/seam-integration-tests/pom.xml branches/community/Seam_2_3/seam-reference-guide/pom.xml Log: [maven-release-plugin] prepare release JBoss_Seam_2.3.0.ALPHA Modified: branches/community/Seam_2_3/functional-tests/pom.xml =================================================================== --- branches/community/Seam_2_3/functional-tests/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/functional-tests/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,9 +1,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/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"> <parent> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> Modified: branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,10 +1,9 @@ -<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"> <parent> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> Modified: branches/community/Seam_2_3/jboss-seam/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,11 +1,10 @@ -<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> <groupId>org.jboss.seam</groupId> <artifactId>jboss-seam-parent</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <groupId>org.jboss.seam</groupId> @@ -63,21 +62,21 @@ <configuration> <target> <jar destfile="${project.build.directory}/jboss-seam-wls-compatible.jar"> - <zipfileset includes="**/*" excludes="org/jboss/seam/async/TimerServiceDispatcher*" src="${project.build.directory}/jboss-seam.jar"/> + <zipfileset includes="**/*" excludes="org/jboss/seam/async/TimerServiceDispatcher*" src="${project.build.directory}/jboss-seam.jar" /> <manifest> - <attribute name="Built-By" value="${user.name}"/> - <attribute name="Implementation-Vendor" value="${project.organization.name}"/> - <attribute name="Implementation-Title" value="JBoss Seam Weblogic compatible"/> - <attribute name="Implementation-Version" value="${project.version}"/> + <attribute name="Built-By" value="${user.name}" /> + <attribute name="Implementation-Vendor" value="${project.organization.name}" /> + <attribute name="Implementation-Title" value="JBoss Seam Weblogic compatible" /> + <attribute name="Implementation-Version" value="${project.version}" /> </manifest> </jar> <jar destfile="${project.build.directory}/jboss-seam-wls-compatible-sources.jar"> - <zipfileset includes="**/*" excludes="org/jboss/seam/async/TimerServiceDispatcher.java" src="${project.build.directory}/jboss-seam-sources.jar"/> + <zipfileset includes="**/*" excludes="org/jboss/seam/async/TimerServiceDispatcher.java" src="${project.build.directory}/jboss-seam-sources.jar" /> <manifest> - <attribute name="Built-By" value="${user.name}"/> - <attribute name="Implementation-Vendor" value="${project.organization.name}"/> - <attribute name="Implementation-Title" value="JBoss Seam Weblogic compatible"/> - <attribute name="Implementation-Version" value="${project.version}"/> + <attribute name="Built-By" value="${user.name}" /> + <attribute name="Implementation-Vendor" value="${project.organization.name}" /> + <attribute name="Implementation-Title" value="JBoss Seam Weblogic compatible" /> + <attribute name="Implementation-Version" value="${project.version}" /> </manifest> </jar> </target> Modified: branches/community/Seam_2_3/jboss-seam-debug/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-debug/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-debug/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,9 +1,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/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"> <parent> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/community/Seam_2_3/jboss-seam-excel/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,9 +1,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/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"> <parent> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/community/Seam_2_3/jboss-seam-flex/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-flex/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-flex/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,9 +1,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/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"> <parent> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/community/Seam_2_3/jboss-seam-gen/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,7 +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> <groupId>org.jboss.seam</groupId> <artifactId>jboss-seam-gen</artifactId> @@ -10,7 +8,7 @@ <parent> <groupId>org.jboss.seam</groupId> <artifactId>jboss-seam-parent</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> Modified: branches/community/Seam_2_3/jboss-seam-ioc/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,9 +1,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/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"> <parent> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/community/Seam_2_3/jboss-seam-jul/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,10 +1,9 @@ -<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> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <groupId>org.jboss.seam</groupId> Modified: branches/community/Seam_2_3/jboss-seam-mail/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,10 +1,9 @@ -<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> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <groupId>org.jboss.seam</groupId> Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,11 +1,10 @@ -<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> <groupId>org.jboss.seam</groupId> <artifactId>jboss-seam-parent</artifactId> <name>Seam Parent</name> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <packaging>pom</packaging> <licenses> @@ -1544,9 +1543,9 @@ </ciManagement> <scm> - <connection>scm:svn:https://svn.jboss.org/repos/seam/branches/community/Seam_2_3/jboss-seam-parent</connection> - <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/branches/community/Seam_2_3jboss-seam-parent</developerConnection> - <url>scm:svn:https://svn.jboss.org/repos/seam/branches/community/Seam_2_3</url> + <connection>scm:svn:https://svn.jboss.org/repos/seam/tags/JBoss_Seam_2.3.0.ALPHA/jboss-seam-parent</connection> + <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/tags/JBoss_Seam_2.3.0.ALPHA/Seam_2_3jboss-seam-parent</developerConnection> + <url>scm:svn:https://svn.jboss.org/repos/seam/tags/JBoss_Seam_2.3.0.ALPHA/Seam_2_3</url> </scm> <organization> @@ -1917,7 +1916,7 @@ <tasks> <copy todir="${project.build.directory}/classes" overwrite="true"> <fileset dir="${project.build.directory}/generated-classes/emma/classes"> - <include name="**/*"/> + <include name="**/*" /> </fileset> </copy> </tasks> Modified: branches/community/Seam_2_3/jboss-seam-pdf/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,10 +1,9 @@ -<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> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> Modified: branches/community/Seam_2_3/jboss-seam-remoting/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,9 +1,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/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"> <parent> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,9 +1,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/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"> <parent> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/community/Seam_2_3/jboss-seam-rss/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,9 +1,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/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"> <parent> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,10 +1,9 @@ -<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> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <groupId>org.jboss.seam</groupId> Modified: branches/community/Seam_2_3/jboss-seam-wicket/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,10 +1,9 @@ -<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> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> Modified: branches/community/Seam_2_3/seam-integration-tests/pom.xml =================================================================== --- branches/community/Seam_2_3/seam-integration-tests/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/seam-integration-tests/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -1,12 +1,10 @@ <?xml version="1.0"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<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> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <groupId>org.jboss.seam</groupId> Modified: branches/community/Seam_2_3/seam-reference-guide/pom.xml =================================================================== --- branches/community/Seam_2_3/seam-reference-guide/pom.xml 2011-10-08 10:28:24 UTC (rev 14220) +++ branches/community/Seam_2_3/seam-reference-guide/pom.xml 2011-10-08 11:39:51 UTC (rev 14221) @@ -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/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> <artifactId>jboss-seam-parent</artifactId> <groupId>org.jboss.seam</groupId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <relativePath>../jboss-seam-parent/pom.xml</relativePath> </parent> <groupId>org.jboss.seam</groupId> <artifactId>seam-reference-guide</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0.ALPHA</version> <name>Seam Reference Guide</name> <packaging>jar</packaging> _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
