Author: manaRH Date: 2011-10-08 07:44:58 -0400 (Sat, 08 Oct 2011) New Revision: 14224
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] rollback the release of 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 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/functional-tests/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-embedded-bootstrap/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> @@ -62,21 +63,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 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-debug/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-excel/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-flex/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-flex/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-flex/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-gen/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-gen/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,5 +1,7 @@ <?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> Modified: branches/community/Seam_2_3/jboss-seam-ioc/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-jul/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-mail/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-mail/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> @@ -1916,7 +1917,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 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-pdf/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-remoting/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-rss/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/jboss-seam-wicket/pom.xml =================================================================== --- branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> Modified: branches/community/Seam_2_3/seam-integration-tests/pom.xml =================================================================== --- branches/community/Seam_2_3/seam-integration-tests/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/seam-integration-tests/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,5 +1,7 @@ <?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/xsd/maven-4.0.0.xsd"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>jboss-seam-parent</artifactId> Modified: branches/community/Seam_2_3/seam-reference-guide/pom.xml =================================================================== --- branches/community/Seam_2_3/seam-reference-guide/pom.xml 2011-10-08 11:41:15 UTC (rev 14223) +++ branches/community/Seam_2_3/seam-reference-guide/pom.xml 2011-10-08 11:44:58 UTC (rev 14224) @@ -1,4 +1,5 @@ -<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> _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
