Hide Forgot
Description of problem: EAP quickstarts pom.xml files reference "JBoss AS 7" instead of "JBoss EAP 6". Version-Release number of selected component (if applicable): EAP 6.2.0 ER7 How reproducible: always Steps to Reproduce: 1. unzip jboss-eap-6.2.0.ER7-quickstarts.zip 2. grep "JBoss AS 7" . -R Actual results: Several lines with string "JBoss AS 7". For example, in jboss-eap-6.2.0.GA-quickstarts/ejb-security/pom.xml: <!-- Import the CDI API, we use provided scope as the API is included in JBoss AS 7 --> Expected results: No "JBoss AS 7" references. "JBoss EAP 6" references instead. Additional info: Some files reference both "JBoss AS 7" and "EAP 6", like jboss-eap-6.2.0.GA-quickstarts/kitchensink/pom.xml: <description>A starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6, generated from the jboss-javaee6-webapp archetype</description> These should be changed too to "JBoss EAP 6" and not mention "JBoss AS 7"
This is a duplicate of bug 1025766. These were fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/612324764846ea3f9d50977b4ffc0e8b9addac02 *** This bug has been marked as a duplicate of bug 1025766 ***