Seam SVN: r15657 - in branches/enterprise/WFK-2_1: functional-tests and 1 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2014-01-30 17:19:08 -0500 (Thu, 30 Jan 2014)
New Revision: 15657
Modified:
branches/enterprise/WFK-2_1/bom/pom.xml
branches/enterprise/WFK-2_1/functional-tests/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml
Log:
tuning of dependencies
Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml 2014-01-30 10:32:32 UTC (rev 15656)
+++ branches/enterprise/WFK-2_1/bom/pom.xml 2014-01-30 22:19:08 UTC (rev 15657)
@@ -71,7 +71,7 @@
<version.net.sourceforge.jexcelapi>2.6.10</version.net.sourceforge.jexcelapi>
<version.org.javassist>3.15.0-GA-redhat-2</version.org.javassist>
<version.javax.portlet>1.0</version.javax.portlet>
- <version.javax.mail>1.4.2</version.javax.mail>
+ <version.javax.mail>1.4.5-redhat-1</version.javax.mail>
<version.javax.xml.ws>2.1</version.javax.xml.ws>
<version.javax.xml.soap>1.3</version.javax.xml.soap>
<version.javax.annotation>1.0</version.javax.annotation>
Modified: branches/enterprise/WFK-2_1/functional-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/functional-tests/pom.xml 2014-01-30 10:32:32 UTC (rev 15656)
+++ branches/enterprise/WFK-2_1/functional-tests/pom.xml 2014-01-30 22:19:08 UTC (rev 15657)
@@ -25,6 +25,28 @@
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>graphene-webdriver</artifactId>
<type>pom</type>
+ <exclusions>
+ <exclusion>
+ <artifactId>jetty-http</artifactId>
+ <groupId>org.eclipse.jetty</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jetty-io</artifactId>
+ <groupId>org.eclipse.jetty</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jetty-repacked</artifactId>
+ <groupId>org.seleniumhq.selenium</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jetty-util</artifactId>
+ <groupId>org.eclipse.jetty</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jetty-websocket</artifactId>
+ <groupId>org.eclipse.jetty</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml 2014-01-30 10:32:32 UTC (rev 15656)
+++ branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml 2014-01-30 22:19:08 UTC (rev 15657)
@@ -14,10 +14,26 @@
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>bcmail-jdk14</artifactId>
+ <groupId>org.bouncycastle</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>bctsp-jdk14</artifactId>
+ <groupId>org.bouncycastle</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext-rtf</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>bctsp-jdk14</artifactId>
+ <groupId>org.bouncycastle</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
10 years, 9 months
Seam SVN: r15656 - branches/enterprise/WFK-2_1/bom.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2014-01-30 05:32:32 -0500 (Thu, 30 Jan 2014)
New Revision: 15656
Modified:
branches/enterprise/WFK-2_1/bom/pom.xml
Log:
upgraded Hsearch to 4.4.2.Final-redhat-wfk-1 and dom4j to 1.6.1.redhat-6
Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml 2014-01-29 15:57:35 UTC (rev 15655)
+++ branches/enterprise/WFK-2_1/bom/pom.xml 2014-01-30 10:32:32 UTC (rev 15656)
@@ -44,7 +44,7 @@
<version.org.hibernate>4.2.7.SP1-redhat-3</version.org.hibernate>
<version.org.hibernate.common>4.0.1.Final-redhat-2</version.org.hibernate.common>
<version.org.hibernate.javax.persistence>1.0.1.Final-redhat-2</version.org.hibernate.javax.persistence>
- <version.org.hibernate.search>4.4.0.Final-redhat-wfk-3</version.org.hibernate.search>
+ <version.org.hibernate.search>4.4.2.Final-redhat-wfk-1</version.org.hibernate.search>
<version.org.hibernate.validator>4.3.1.Final-redhat-1</version.org.hibernate.validator>
<version.infinispan>5.2.7.Final-redhat-1</version.infinispan>
@@ -86,7 +86,7 @@
<version.xerces>2.10.0</version.xerces>
<version.org.openid4java>0.9.6</version.org.openid4java>
<version.com.google.gwt>1.5.2</version.com.google.gwt>
- <version.dom4j>1.6.1-redhat-5</version.dom4j>
+ <version.dom4j>1.6.1.redhat-6</version.dom4j>
<version.org.beanshell>2.0b4</version.org.beanshell>
<version.org.tuckey>3.0.4</version.org.tuckey>
<version.org.dbunit>2.2</version.org.dbunit>
10 years, 9 months
Seam SVN: r15655 - in branches/enterprise/WFK-2_1: bom and 1 other directory.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2014-01-29 10:57:35 -0500 (Wed, 29 Jan 2014)
New Revision: 15655
Modified:
branches/enterprise/WFK-2_1/bom/pom.xml
branches/enterprise/WFK-2_1/pom.xml
Log:
upgraded RF to 4.3.5.Final-redhat-1
Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml 2014-01-29 08:51:35 UTC (rev 15654)
+++ branches/enterprise/WFK-2_1/bom/pom.xml 2014-01-29 15:57:35 UTC (rev 15655)
@@ -36,7 +36,7 @@
<version.drools>5.3.0.BRMS</version.drools>
<version.resteasy>2.3.7.Final-redhat-2</version.resteasy>
<version.spring>3.1.4.RELEASE</version.spring>
- <version.richfaces>4.3.4.Final-redhat-1</version.richfaces>
+ <version.richfaces>4.3.5.Final-redhat-1</version.richfaces>
<version.org.slf4j>1.7.2.redhat-2</version.org.slf4j>
<version.org.jboss.spec.jboss.javaee.6.0>3.0.2.Final-redhat-7</version.org.jboss.spec.jboss.javaee.6.0>
Modified: branches/enterprise/WFK-2_1/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/pom.xml 2014-01-29 08:51:35 UTC (rev 15654)
+++ branches/enterprise/WFK-2_1/pom.xml 2014-01-29 15:57:35 UTC (rev 15655)
@@ -50,7 +50,7 @@
<version.jbossas7>7.3.0.Final-redhat-14</version.jbossas7>
<version.arquillian-jbossas7-container>7.2.0.Final</version.arquillian-jbossas7-container>
<version.emma>2.0.5312</version.emma>
- <version.richfaces.cdk>4.3.1.Final-redhat-3</version.richfaces.cdk>
+ <version.richfaces.cdk>4.3.1.Final-redhat-4</version.richfaces.cdk>
<!-- ***************** -->
<!-- Repository Deployment URLs -->
10 years, 9 months
Seam SVN: r15654 - in branches/enterprise/WFK-2_1: bom and 3 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2014-01-29 03:51:35 -0500 (Wed, 29 Jan 2014)
New Revision: 15654
Modified:
branches/enterprise/WFK-2_1/bom/pom.xml
branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml
branches/enterprise/WFK-2_1/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath
branches/enterprise/WFK-2_1/jboss-seam/src/main/java/org/jboss/seam/persistence/HibernateSessionInvocationHandler.java
branches/enterprise/WFK-2_1/pom.xml
Log:
aligned EAP 6.2 deps
Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml 2014-01-22 15:53:10 UTC (rev 15653)
+++ branches/enterprise/WFK-2_1/bom/pom.xml 2014-01-29 08:51:35 UTC (rev 15654)
@@ -32,36 +32,34 @@
<properties>
<!-- Version string properties -->
- <version.seam>2.3.3.Final-redhat-1</version.seam>
- <version.drools>5.3.0.BRMS</version.drools>
- <version.resteasy>2.3.6.Final-redhat-1</version.resteasy>
- <version.spring>3.1.4.RELEASE</version.spring>
+ <version.seam>2.3.3.Final-redhat-1</version.seam>
+ <version.drools>5.3.0.BRMS</version.drools>
+ <version.resteasy>2.3.7.Final-redhat-2</version.resteasy>
+ <version.spring>3.1.4.RELEASE</version.spring>
<version.richfaces>4.3.4.Final-redhat-1</version.richfaces>
- <version.org.slf4j>1.7.2-redhat-1</version.org.slf4j>
-
- <version.org.jboss.spec.jboss.javaee.6.0>3.0.2.Final-redhat-4</version.org.jboss.spec.jboss.javaee.6.0>
+ <version.org.slf4j>1.7.2.redhat-2</version.org.slf4j>
+ <version.org.jboss.spec.jboss.javaee.6.0>3.0.2.Final-redhat-7</version.org.jboss.spec.jboss.javaee.6.0>
<!-- hibernate version properties -->
- <version.org.hibernate>4.2.0.SP1-redhat-1</version.org.hibernate>
+ <version.org.hibernate>4.2.7.SP1-redhat-3</version.org.hibernate>
<version.org.hibernate.common>4.0.1.Final-redhat-2</version.org.hibernate.common>
<version.org.hibernate.javax.persistence>1.0.1.Final-redhat-2</version.org.hibernate.javax.persistence>
- <version.org.hibernate.search>4.4.0.Final-redhat-wfk-2</version.org.hibernate.search>
+ <version.org.hibernate.search>4.4.0.Final-redhat-wfk-3</version.org.hibernate.search>
<version.org.hibernate.validator>4.3.1.Final-redhat-1</version.org.hibernate.validator>
- <version.infinispan>5.2.7.Final-redhat-1</version.infinispan>
+ <version.infinispan>5.2.7.Final-redhat-1</version.infinispan>
<version.org.jboss.staxmapper>1.1.0.Final-redhat-2</version.org.jboss.staxmapper>
- <version.org.jgroups>3.2.10.Final-redhat-2</version.org.jgroups>
- <version.org.slf4j>1.7.2-redhat-1</version.org.slf4j>
+ <version.org.jgroups>3.2.12.Final-redhat-1</version.org.jgroups>
<!-- Test frameworks -->
- <version.junit>4.10</version.junit>
- <version.org.testng>5.14.10</version.org.testng>
+ <version.junit>4.10</version.junit>
+ <version.org.testng>5.14.10</version.org.testng>
<!-- Versions of Arquillian and Shrinkwrap -->
<version.org.jboss.arquillian>1.1.0.Final</version.org.jboss.arquillian>
- <version.org.jboss.arquillian.extension.drone>1.2.0.Final</version.org.jboss.arquillian.extension.drone>
+ <version.org.jboss.arquillian.extension.drone>1.2.2.Final</version.org.jboss.arquillian.extension.drone>
<version.org.jboss.arquillian.graphene>2.0.0.Final</version.org.jboss.arquillian.graphene>
<version.org.jboss.as.arquillian.container>7.2.0.Final</version.org.jboss.as.arquillian.container>
- <version.org.jboss.shrinkwrap.resolver>2.0.0</version.org.jboss.shrinkwrap.resolver>
+ <version.org.jboss.shrinkwrap.resolver>2.0.2</version.org.jboss.shrinkwrap.resolver>
<!-- other version properties https://issues.jboss.org/browse/WFK2-243 -->
<version.antlr>2.7.6</version.antlr>
Modified: branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml 2014-01-22 15:53:10 UTC (rev 15653)
+++ branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml 2014-01-29 08:51:35 UTC (rev 15654)
@@ -12,7 +12,7 @@
<mkdir dir="${test.lib.dir}"/>
<aether:resolve>
<aether:dependencies>
- <aether:dependency groupid="org.jboss.shrinkwrap.resolver" artifactid="shrinkwrap-resolver-depchain" type="pom" version="2.0.0"/>
+ <aether:dependency groupid="org.jboss.shrinkwrap.resolver" artifactid="shrinkwrap-resolver-depchain" type="pom" version="2.0.2"/>
<aether:dependency groupid="org.jboss.shrinkwrap" artifactid="shrinkwrap-api" type="pom" version="1.1.2"/>
<aether:dependency groupid="org.jboss.as" artifactid="jboss-as-arquillian-container-remote" version="${version.jboss-as7}">
<aether:exclusion groupid="org.jboss.shrinkwrap.resolver" />
Modified: branches/enterprise/WFK-2_1/jboss-seam/src/main/java/org/jboss/seam/persistence/HibernateSessionInvocationHandler.java
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam/src/main/java/org/jboss/seam/persistence/HibernateSessionInvocationHandler.java 2014-01-22 15:53:10 UTC (rev 15653)
+++ branches/enterprise/WFK-2_1/jboss-seam/src/main/java/org/jboss/seam/persistence/HibernateSessionInvocationHandler.java 2014-01-29 08:51:35 UTC (rev 15654)
@@ -857,4 +857,10 @@
return ( (SessionImplementor) delegate).list(criteria);
}
+ @Override
+ public void removeOrphanBeforeUpdates(String arg0, Object arg1)
+ {
+ ((EventSource) delegate).removeOrphanBeforeUpdates(arg0, arg1);
+ }
+
}
Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath 2014-01-22 15:53:10 UTC (rev 15653)
+++ branches/enterprise/WFK-2_1/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath 2014-01-29 08:51:35 UTC (rev 15654)
@@ -119,14 +119,14 @@
<classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-api-base-2.0.0-alpha-3.jar"/>
<classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-spi-2.0.0-alpha-3.jar"/>
<classpathentry kind="lib" path="lib/test/shrinkwrap-impl-base-1.1.2.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-2.0.0.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-maven-2.0.0.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-maven-archive-2.0.0.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-impl-maven-2.0.0.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-impl-maven-archive-2.0.0.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-spi-2.0.0.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-spi-maven-2.0.0.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-spi-maven-archive-2.0.0.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-2.0.2.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-maven-2.0.2.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-maven-archive-2.0.2.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-impl-maven-2.0.2.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-impl-maven-archive-2.0.2.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-spi-2.0.2.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-spi-maven-2.0.2.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-spi-maven-archive-2.0.2.jar"/>
<classpathentry kind="lib" path="lib/test/shrinkwrap-spi-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/test/staxmapper-1.1.0.Final.jar"/>
<classpathentry kind="lib" path="lib/test/validation-api-1.0.0.GA.jar"/>
Modified: branches/enterprise/WFK-2_1/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/pom.xml 2014-01-22 15:53:10 UTC (rev 15653)
+++ branches/enterprise/WFK-2_1/pom.xml 2014-01-29 08:51:35 UTC (rev 15654)
@@ -47,7 +47,7 @@
<!-- Version string properties -->
<version.seam>2.3.3.Final-redhat-1</version.seam>
<version.jacoco>0.5.8.201207111220</version.jacoco>
- <version.jbossas7>7.2.1.Final-redhat-10</version.jbossas7>
+ <version.jbossas7>7.3.0.Final-redhat-14</version.jbossas7>
<version.arquillian-jbossas7-container>7.2.0.Final</version.arquillian-jbossas7-container>
<version.emma>2.0.5312</version.emma>
<version.richfaces.cdk>4.3.1.Final-redhat-3</version.richfaces.cdk>
@@ -113,7 +113,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>2.2.5-redhat-5</version>
+ <version>2.2.5.redhat-7</version>
</dependency>
</dependencies>
</dependencyManagement>
10 years, 9 months
Seam SVN: r15653 - branches/enterprise/WFK-2_1/examples/openid/openid-ftest/src/test/java/org/jboss/seam/example/openid/test/graphene.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2014-01-22 10:53:10 -0500 (Wed, 22 Jan 2014)
New Revision: 15653
Modified:
branches/enterprise/WFK-2_1/examples/openid/openid-ftest/src/test/java/org/jboss/seam/example/openid/test/graphene/OpenIdFunctionalTest.java
Log:
disable OpenId ftest for now
Modified: branches/enterprise/WFK-2_1/examples/openid/openid-ftest/src/test/java/org/jboss/seam/example/openid/test/graphene/OpenIdFunctionalTest.java
===================================================================
--- branches/enterprise/WFK-2_1/examples/openid/openid-ftest/src/test/java/org/jboss/seam/example/openid/test/graphene/OpenIdFunctionalTest.java 2014-01-21 18:54:13 UTC (rev 15652)
+++ branches/enterprise/WFK-2_1/examples/openid/openid-ftest/src/test/java/org/jboss/seam/example/openid/test/graphene/OpenIdFunctionalTest.java 2014-01-22 15:53:10 UTC (rev 15653)
@@ -30,16 +30,19 @@
import org.jboss.shrinkwrap.api.Archive;
import static org.junit.Assert.*;
import org.junit.Test;
+import org.junit.Ignore;
import org.junit.runner.RunWith;
/**
* This class tests basic functionality of Seam OpenId example.
+ * TODO: Use a mock OpenId service for testing this
*
* @author Martin Gencur
*
*/
@RunAsClient
@RunWith(Arquillian.class)
+@Ignore // external openid server unreliable
public class OpenIdFunctionalTest extends SeamGrapheneTest {
@Deployment(testable = false)
10 years, 10 months
Seam SVN: r15652 - branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-web/src/main/webapp/WEB-INF.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2014-01-21 13:54:13 -0500 (Tue, 21 Jan 2014)
New Revision: 15652
Modified:
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-web/src/main/webapp/WEB-INF/faces-config.xml
Log:
https://issues.jboss.org/browse/WFK2-320 fixed seamdiscs localization configuration
Modified: branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-web/src/main/webapp/WEB-INF/faces-config.xml 2014-01-21 14:47:52 UTC (rev 15651)
+++ branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-web/src/main/webapp/WEB-INF/faces-config.xml 2014-01-21 18:54:13 UTC (rev 15652)
@@ -6,6 +6,10 @@
<application>
<!-- Use the Trinidad RenderKit -->
<default-render-kit-id>org.apache.myfaces.trinidad.core</default-render-kit-id>
+ <message-bundle>messages</message-bundle>
+ <locale-config>
+ <default-locale>en</default-locale>
+ </locale-config>
</application>
</faces-config>
10 years, 10 months
Seam SVN: r15651 - in branches/enterprise/WFK-2_1: jboss-seam-remoting/src/main/java/org/jboss/seam/remoting and 1 other directory.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2014-01-21 09:47:52 -0500 (Tue, 21 Jan 2014)
New Revision: 15651
Modified:
branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/ExecutionHandler.java
branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/InterfaceGenerator.java
branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/PollHandler.java
branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/SubscriptionHandler.java
branches/enterprise/WFK-2_1/jboss-seam/src/main/java/org/jboss/seam/util/XML.java
Log:
https://issues.jboss.org/browse/WFK2-375 enhanced fix
Modified: branches/enterprise/WFK-2_1/jboss-seam/src/main/java/org/jboss/seam/util/XML.java
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam/src/main/java/org/jboss/seam/util/XML.java 2014-01-21 14:46:38 UTC (rev 15650)
+++ branches/enterprise/WFK-2_1/jboss-seam/src/main/java/org/jboss/seam/util/XML.java 2014-01-21 14:47:52 UTC (rev 15651)
@@ -65,4 +65,17 @@
}
}
+
+ /**
+ * Get safe SaxReader with doctype feature disabled
+ * @see http://xerces.apache.org/xerces2-j/features.html#disallow-doctype-decl
+ * @return
+ * @throws Exception
+ */
+ public static SAXReader getSafeSaxReader() throws Exception
+ {
+ SAXReader xmlReader = new SAXReader();
+ xmlReader.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true);
+ return xmlReader;
+ }
}
Modified: branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/ExecutionHandler.java
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/ExecutionHandler.java 2014-01-21 14:46:38 UTC (rev 15650)
+++ branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/ExecutionHandler.java 2014-01-21 14:47:52 UTC (rev 15651)
@@ -21,6 +21,7 @@
import org.jboss.seam.log.Logging;
import org.jboss.seam.remoting.wrapper.Wrapper;
import org.jboss.seam.servlet.ContextualHttpServletRequest;
+import org.jboss.seam.util.XML;
/**
* Unmarshals the calls from an HttpServletRequest, executes them in order and
@@ -67,7 +68,7 @@
log.debug("Processing remote request: " + requestData);
// Parse the incoming request as XML
- SAXReader xmlReader = new SAXReader();
+ SAXReader xmlReader = XML.getSafeSaxReader();
Document doc = xmlReader.read( new StringReader(requestData) );
final Element env = doc.getRootElement();
final RequestContext ctx = unmarshalContext(env);
Modified: branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/InterfaceGenerator.java
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/InterfaceGenerator.java 2014-01-21 14:46:38 UTC (rev 15650)
+++ branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/InterfaceGenerator.java 2014-01-21 14:47:52 UTC (rev 15651)
@@ -88,16 +88,8 @@
Component component = Component.forName(componentName);
if (component == null)
{
- try
- {
- Class c = Reflections.classForName(componentName);
- appendClassSource(response.getOutputStream(), c, types);
- }
- catch (ClassNotFoundException ex)
- {
- log.error(String.format("Component not found: [%s]", componentName));
- throw new ServletException("Invalid request - component not found.");
- }
+ log.error(String.format("Component not found: [%s]", componentName));
+ throw new ServletException("Invalid request - component not found.");
}
else
{
Modified: branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/PollHandler.java
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/PollHandler.java 2014-01-21 14:46:38 UTC (rev 15650)
+++ branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/PollHandler.java 2014-01-21 14:47:52 UTC (rev 15651)
@@ -21,6 +21,7 @@
import org.jboss.seam.remoting.messaging.PollRequest;
import org.jboss.seam.remoting.wrapper.Wrapper;
import org.jboss.seam.servlet.ContextualHttpServletRequest;
+import org.jboss.seam.util.XML;
/**
* Handles JMS Message poll requests.
@@ -56,7 +57,7 @@
response.setContentType("text/xml");
// Parse the incoming request as XML
- SAXReader xmlReader = new SAXReader();
+ SAXReader xmlReader = XML.getSafeSaxReader();
Document doc = xmlReader.read(request.getInputStream());
Element env = doc.getRootElement();
Modified: branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/SubscriptionHandler.java
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/SubscriptionHandler.java 2014-01-21 14:46:38 UTC (rev 15650)
+++ branches/enterprise/WFK-2_1/jboss-seam-remoting/src/main/java/org/jboss/seam/remoting/SubscriptionHandler.java 2014-01-21 14:47:52 UTC (rev 15651)
@@ -17,6 +17,7 @@
import org.jboss.seam.remoting.messaging.RemoteSubscriber;
import org.jboss.seam.remoting.messaging.SubscriptionRegistry;
import org.jboss.seam.remoting.messaging.SubscriptionRequest;
+import org.jboss.seam.util.XML;
import org.jboss.seam.web.ServletContexts;
/**
@@ -40,7 +41,7 @@
response.setContentType("text/xml");
// Parse the incoming request as XML
- SAXReader xmlReader = new SAXReader();
+ SAXReader xmlReader = XML.getSafeSaxReader();
Document doc = xmlReader.read(request.getInputStream());
Element env = doc.getRootElement();
10 years, 10 months
Seam SVN: r15650 - in branches/enterprise/WFK-2_1: bom and 129 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2014-01-21 09:46:38 -0500 (Tue, 21 Jan 2014)
New Revision: 15650
Modified:
branches/enterprise/WFK-2_1/bom/pom.xml
branches/enterprise/WFK-2_1/distribution/pom.xml
branches/enterprise/WFK-2_1/examples/blog/blog-ear/pom.xml
branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/blog/blog-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/blog/blog-web/pom.xml
branches/enterprise/WFK-2_1/examples/blog/pom.xml
branches/enterprise/WFK-2_1/examples/booking/booking-ear/pom.xml
branches/enterprise/WFK-2_1/examples/booking/booking-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/booking/booking-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/booking/booking-web/pom.xml
branches/enterprise/WFK-2_1/examples/booking/pom.xml
branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ear/pom.xml
branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/contactlist/contactlist-web/pom.xml
branches/enterprise/WFK-2_1/examples/contactlist/pom.xml
branches/enterprise/WFK-2_1/examples/excel/excel-ear/pom.xml
branches/enterprise/WFK-2_1/examples/excel/excel-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/excel/excel-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/excel/excel-web/pom.xml
branches/enterprise/WFK-2_1/examples/excel/pom.xml
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml
branches/enterprise/WFK-2_1/examples/groovybooking/pom.xml
branches/enterprise/WFK-2_1/examples/hibernate/hibernate-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml
branches/enterprise/WFK-2_1/examples/hibernate/pom.xml
branches/enterprise/WFK-2_1/examples/itext/itext-ear/pom.xml
branches/enterprise/WFK-2_1/examples/itext/itext-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/itext/itext-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/itext/itext-web/pom.xml
branches/enterprise/WFK-2_1/examples/itext/pom.xml
branches/enterprise/WFK-2_1/examples/jee6/jee6-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
branches/enterprise/WFK-2_1/examples/jee6/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/jpa-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml
branches/enterprise/WFK-2_1/examples/jpa/pom.xml
branches/enterprise/WFK-2_1/examples/mail/mail-ear/pom.xml
branches/enterprise/WFK-2_1/examples/mail/mail-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/mail/mail-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/mail/mail-web/pom.xml
branches/enterprise/WFK-2_1/examples/mail/pom.xml
branches/enterprise/WFK-2_1/examples/messages/messages-ear/pom.xml
branches/enterprise/WFK-2_1/examples/messages/messages-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/messages/messages-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/messages/messages-web/pom.xml
branches/enterprise/WFK-2_1/examples/messages/pom.xml
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ear/pom.xml
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-web/pom.xml
branches/enterprise/WFK-2_1/examples/nestedbooking/pom.xml
branches/enterprise/WFK-2_1/examples/openid/openid-ear/pom.xml
branches/enterprise/WFK-2_1/examples/openid/openid-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/openid/openid-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/openid/openid-web/pom.xml
branches/enterprise/WFK-2_1/examples/openid/pom.xml
branches/enterprise/WFK-2_1/examples/pom.xml
branches/enterprise/WFK-2_1/examples/quartz/pom.xml
branches/enterprise/WFK-2_1/examples/quartz/quartz-ear/pom.xml
branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/quartz/quartz-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/quartz/quartz-web/pom.xml
branches/enterprise/WFK-2_1/examples/registration/pom.xml
branches/enterprise/WFK-2_1/examples/registration/registration-ear/pom.xml
branches/enterprise/WFK-2_1/examples/registration/registration-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/registration/registration-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/registration/registration-web/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ear/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-web/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/chatroom/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ear/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-web/pom.xml
branches/enterprise/WFK-2_1/examples/remoting/helloworld/pom.xml
branches/enterprise/WFK-2_1/examples/restbay/pom.xml
branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml
branches/enterprise/WFK-2_1/examples/restbay/restbay-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/restbay/restbay-web/pom.xml
branches/enterprise/WFK-2_1/examples/seambay/pom.xml
branches/enterprise/WFK-2_1/examples/seambay/seambay-ear/pom.xml
branches/enterprise/WFK-2_1/examples/seambay/seambay-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/seambay/seambay-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/seambay/seambay-web/pom.xml
branches/enterprise/WFK-2_1/examples/seamdiscs/pom.xml
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ear/pom.xml
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-web/pom.xml
branches/enterprise/WFK-2_1/examples/seampay/pom.xml
branches/enterprise/WFK-2_1/examples/seampay/seampay-ear/pom.xml
branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/seampay/seampay-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/seampay/seampay-web/pom.xml
branches/enterprise/WFK-2_1/examples/seamspace/pom.xml
branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ear/pom.xml
branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/pom.xml
branches/enterprise/WFK-2_1/examples/spring/pom.xml
branches/enterprise/WFK-2_1/examples/spring/spring-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/spring/spring-web/pom.xml
branches/enterprise/WFK-2_1/examples/tasks/pom.xml
branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml
branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/tasks/tasks-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/tasks/tasks-web/pom.xml
branches/enterprise/WFK-2_1/examples/ui/pom.xml
branches/enterprise/WFK-2_1/examples/ui/ui-ear/pom.xml
branches/enterprise/WFK-2_1/examples/ui/ui-ejb/pom.xml
branches/enterprise/WFK-2_1/examples/ui/ui-ftest/pom.xml
branches/enterprise/WFK-2_1/examples/ui/ui-web/pom.xml
branches/enterprise/WFK-2_1/functional-tests/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-debug/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-excel/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-gen/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-mail/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-remoting/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-resteasy/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-ui/pom.xml
branches/enterprise/WFK-2_1/jboss-seam/pom.xml
branches/enterprise/WFK-2_1/pom.xml
branches/enterprise/WFK-2_1/seam-integration-tests/pom.xml
branches/enterprise/WFK-2_1/seam-reference-guide/pom.xml
Log:
changed version to 2.3.3.Final-redhat-1
Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/bom/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>bom</artifactId>
<name>Seam 2 Bill Of Materials </name>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<licenses>
@@ -32,7 +32,7 @@
<properties>
<!-- Version string properties -->
- <version.seam>2.3.2.Final-redhat-1</version.seam>
+ <version.seam>2.3.3.Final-redhat-1</version.seam>
<version.drools>5.3.0.BRMS</version.drools>
<version.resteasy>2.3.6.Final-redhat-1</version.resteasy>
<version.spring>3.1.4.RELEASE</version.spring>
Modified: branches/enterprise/WFK-2_1/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/distribution/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/blog/blog-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/blog/blog-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/blog/blog-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<parent>
<artifactId>blog</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/blog/blog-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>blog</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/blog/blog-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/blog/blog-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/blog/blog-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/blog/blog-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -6,7 +6,7 @@
<parent>
<artifactId>blog</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/blog/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/blog/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/blog/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>blog</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Blog Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/booking/booking-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>booking</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/booking/booking-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>booking</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/booking/booking-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/booking/booking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>booking</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/booking/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/booking/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>booking</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Booking Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>contactlist</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ftest/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ftest/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ftest/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>contactlist</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/contactlist/contactlist-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/contactlist/contactlist-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/contactlist/contactlist-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>contactlist</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/contactlist/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/contactlist/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/contactlist/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>contactlist</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Contact List Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/excel/excel-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/excel/excel-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/excel/excel-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>excel</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/excel/excel-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/excel/excel-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/excel/excel-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>excel</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/excel/excel-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/excel/excel-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/excel/excel-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/excel/excel-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>excel</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/excel/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/excel/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/excel/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>excel</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Excel Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -6,7 +6,7 @@
<parent>
<artifactId>groovybooking</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/groovybooking/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/groovybooking/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>groovybooking</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Groovy Booking Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/hibernate/hibernate-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/hibernate/hibernate-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>hibernate</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/hibernate/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/hibernate/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/hibernate/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>hibernate</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Hibernate Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/itext/itext-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/itext/itext-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/itext/itext-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/itext/itext-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/itext/itext-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/itext/itext-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/itext/itext-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/itext/itext-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/itext/itext-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/itext/itext-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>itext</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/itext/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/itext/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/itext/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>itext</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Itext Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/jee6/jee6-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>jee6</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/jee6/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jee6/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/jee6/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>jee6</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Booking Example EE6</name>
Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/jpa/jpa-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>jpa</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/jpa/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/jpa/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/jpa/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>jpa</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>JPA Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/mail/mail-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/mail/mail-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/mail/mail-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/mail/mail-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/mail/mail-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/mail/mail-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/mail/mail-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/mail/mail-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/mail/mail-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/mail/mail-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>mail</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/mail/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/mail/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/mail/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>mail</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Seam Mail Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/messages/messages-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/messages/messages-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/messages/messages-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/messages/messages-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/messages/messages-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/messages/messages-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/messages/messages-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/messages/messages-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/messages/messages-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/messages/messages-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>messages</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/messages/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/messages/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/messages/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>messages</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Messages Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>nestedbooking</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>nestedbooking</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>nestedbooking</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/nestedbooking/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/nestedbooking/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/nestedbooking/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>nestedbooking</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Nested Booking Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/openid/openid-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/openid/openid-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/openid/openid-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/openid/openid-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/openid/openid-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/openid/openid-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/openid/openid-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/openid/openid-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/openid/openid-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/openid/openid-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>openid</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/openid/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/openid/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/openid/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>openid</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>OpenID Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Seam 2 EE 6 examples</name>
Modified: branches/enterprise/WFK-2_1/examples/quartz/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/quartz/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/quartz/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>quartz</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Quartz Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/quartz/quartz-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/quartz/quartz-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/quartz/quartz-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/quartz/quartz-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/quartz/quartz-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/quartz/quartz-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/quartz/quartz-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/quartz/quartz-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>quartz</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/registration/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/registration/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/registration/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>registration</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Registration Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/registration/registration-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/registration/registration-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/registration/registration-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/registration/registration-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/registration/registration-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/registration/registration-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/registration/registration-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/registration/registration-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/registration/registration-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/registration/registration-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>registration</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>chatroom</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/remoting/chatroom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/chatroom/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/remoting/chatroom/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples.remoting</groupId>
<artifactId>chatroom</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Chatroom Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>helloworld</artifactId>
<groupId>org.jboss.seam.examples.remoting</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/remoting/helloworld/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/remoting/helloworld/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/remoting/helloworld/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples.remoting</groupId>
<artifactId>helloworld</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Helloworld Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/restbay/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/restbay/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/restbay/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>restbay</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Restbay Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/restbay/restbay-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/restbay/restbay-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/restbay/restbay-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/restbay/restbay-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/restbay/restbay-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/restbay/restbay-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/restbay/restbay-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>restbay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seambay/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seambay/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seambay/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>seambay</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Seambay Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/seambay/seambay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seambay/seambay-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seambay/seambay-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seambay/seambay-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seambay/seambay-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seambay/seambay-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seambay/seambay-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/seambay/seambay-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seambay/seambay-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seambay/seambay-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seambay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seamdiscs/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamdiscs/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seamdiscs/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>seamdiscs</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Seamdiscs Example</name>
Modified: branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamdiscs</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seampay/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seampay/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seampay/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>seampay</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Seampay Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/seampay/seampay-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seampay/seampay-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seampay/seampay-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seampay/seampay-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seampay/seampay-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/seampay/seampay-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seampay/seampay-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seampay/seampay-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seampay</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seamspace/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamspace/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seamspace/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>seamspace</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>SeamSpace Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/seamspace/seamspace-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>seamspace</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/spring/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/spring/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/spring/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>spring</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Spring Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/spring/spring-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/spring/spring-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/spring/spring-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/spring/spring-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>spring</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/tasks/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/tasks/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/tasks/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>tasks</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>Tasks Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/tasks/tasks-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/tasks/tasks-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/tasks/tasks-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/tasks/tasks-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/tasks/tasks-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/tasks/tasks-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>tasks</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/ui/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/ui/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/ui/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam.examples</groupId>
<artifactId>ui</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<name>UI Example (EE6)</name>
Modified: branches/enterprise/WFK-2_1/examples/ui/ui-ear/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/ui/ui-ear/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/ui/ui-ear/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/ui/ui-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/ui/ui-ejb/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/ui/ui-ejb/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/examples/ui/ui-ftest/pom.xml
===================================================================
(Binary files differ)
Modified: branches/enterprise/WFK-2_1/examples/ui/ui-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/ui/ui-web/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/examples/ui/ui-web/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.jboss.seam.examples</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/functional-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/functional-tests/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/functional-tests/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/jboss-seam/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/jboss-seam/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/jboss-seam-debug/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-debug/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/jboss-seam-debug/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_1/jboss-seam-excel/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-excel/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/jboss-seam-excel/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_1/jboss-seam-gen/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-gen/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/jboss-seam-gen/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_1/jboss-seam-mail/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-mail/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/jboss-seam-mail/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/jboss-seam-pdf/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-remoting/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/jboss-seam-remoting/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_1/jboss-seam-resteasy/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-resteasy/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/jboss-seam-resteasy/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/enterprise/WFK-2_1/jboss-seam-ui/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-ui/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/jboss-seam-ui/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jboss-seam-ui</artifactId>
Modified: branches/enterprise/WFK-2_1/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -10,7 +10,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-parent</artifactId>
<name>Seam Parent</name>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<packaging>pom</packaging>
<licenses>
@@ -45,7 +45,7 @@
<pdf.name>${project.artifactId}.pdf</pdf.name>
<!-- Version string properties -->
- <version.seam>2.3.2.Final-redhat-1</version.seam>
+ <version.seam>2.3.3.Final-redhat-1</version.seam>
<version.jacoco>0.5.8.201207111220</version.jacoco>
<version.jbossas7>7.2.1.Final-redhat-10</version.jbossas7>
<version.arquillian-jbossas7-container>7.2.0.Final</version.arquillian-jbossas7-container>
Modified: branches/enterprise/WFK-2_1/seam-integration-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/seam-integration-tests/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/seam-integration-tests/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -4,7 +4,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: branches/enterprise/WFK-2_1/seam-reference-guide/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/seam-reference-guide/pom.xml 2014-01-21 09:29:30 UTC (rev 15649)
+++ branches/enterprise/WFK-2_1/seam-reference-guide/pom.xml 2014-01-21 14:46:38 UTC (rev 15650)
@@ -3,7 +3,7 @@
<parent>
<artifactId>jboss-seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
- <version>2.3.2.Final-redhat-1</version>
+ <version>2.3.3.Final-redhat-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
10 years, 10 months
Seam SVN: r15649 - branches/enterprise/WFK-2_1/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2014-01-21 04:29:30 -0500 (Tue, 21 Jan 2014)
New Revision: 15649
Modified:
branches/enterprise/WFK-2_1/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java
Log:
enable PageScopedUIIncludeTest as WFK2-94 seems fixed on the Mojarra side
Modified: branches/enterprise/WFK-2_1/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java
===================================================================
--- branches/enterprise/WFK-2_1/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java 2014-01-17 12:52:59 UTC (rev 15648)
+++ branches/enterprise/WFK-2_1/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/faces/PageScopedUIIncludeTest.java 2014-01-21 09:29:30 UTC (rev 15649)
@@ -86,7 +86,6 @@
assertTrue(page.getBody().getTextContent().contains("Hello, xyzzy"));
}
- @Ignore // JBSEAM-5002
@Test
public void testComponent2() throws Exception
{
10 years, 10 months