Skip to content

Commit

Permalink
Updated READMEs to mention AS 7.1 instead of AS 7 (which is not compa…
Browse files Browse the repository at this point in the history
…tible)

Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed May 11, 2012
1 parent 2024eb5 commit dbd051c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -4,7 +4,7 @@ ${artifactId}
What is it? What is it?
----------- -----------


This is your project! It is a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss Enterprise Application Platform 6 or JBoss AS 7. This is your project! It is a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss Enterprise Application Platform 6 or JBoss AS 7.1.


This project is setup to allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0. It includes a persistence unit and some sample persistence and transaction code to introduce you to database access in enterprise Java. This project is setup to allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0. It includes a persistence unit and some sample persistence and transaction code to introduce you to database access in enterprise Java.


Expand All @@ -14,7 +14,7 @@ System requirements


All you need to build this project is Java 6.0 (Java SDK 1.6) or better, Maven 3.0 or better. All you need to build this project is Java 6.0 (Java SDK 1.6) or better, Maven 3.0 or better.


The application this project produces is designed to be run on JBoss Enterprise Application Platform 6 or JBoss AS 7. The application this project produces is designed to be run on JBoss Enterprise Application Platform 6 or JBoss AS 7.1.




Configure Maven Configure Maven
Expand All @@ -23,7 +23,7 @@ Configure Maven
If you have not yet done so, you must [Configure Maven](../README.html/#mavenconfiguration) before testing the quickstarts. If you have not yet done so, you must [Configure Maven](../README.html/#mavenconfiguration) before testing the quickstarts.




Start JBoss Enterprise Application Platform 6 or JBoss AS 7 with the Web Profile Start JBoss Enterprise Application Platform 6 or JBoss AS 7.1
------------------------- -------------------------


1. Open a command line and navigate to the root of the JBoss server directory. 1. Open a command line and navigate to the root of the JBoss server directory.
Expand Down
Expand Up @@ -4,7 +4,7 @@ ${rootArtifactId}
What is it? What is it?
----------- -----------


This is your project! It is a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss Enterprise Application Platform 6 or JBoss AS 7. This is your project! It is a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss Enterprise Application Platform 6 or JBoss AS 7.1.


This project is setup to allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0. It includes a persistence unit and some sample persistence and transaction code to introduce you to database access in enterprise Java. This project is setup to allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0. It includes a persistence unit and some sample persistence and transaction code to introduce you to database access in enterprise Java.


Expand All @@ -13,7 +13,7 @@ System requirements


All you need to build this project is Java 6.0 (Java SDK 1.6) or better, Maven 3.0 or better. All you need to build this project is Java 6.0 (Java SDK 1.6) or better, Maven 3.0 or better.


The application this project produces is designed to be run on JBoss Enterprise Application Platform 6 or JBoss AS 7. The application this project produces is designed to be run on JBoss Enterprise Application Platform 6 or JBoss AS 7.1.




Configure Maven Configure Maven
Expand All @@ -22,7 +22,7 @@ Configure Maven
If you have not yet done so, you must [Configure Maven](../README.html/#mavenconfiguration) before testing the quickstarts. If you have not yet done so, you must [Configure Maven](../README.html/#mavenconfiguration) before testing the quickstarts.




Start JBoss Enterprise Application Platform 6 or JBoss AS 7 with the Web Profile Start JBoss Enterprise Application Platform 6 or JBoss AS 7.1
------------------------- -------------------------


1. Open a command line and navigate to the root of the JBoss server directory. 1. Open a command line and navigate to the root of the JBoss server directory.
Expand Down

0 comments on commit dbd051c

Please sign in to comment.