diff --git a/ejb/project.xml b/ejb/project.xml index 6707ae60..d2c00a06 100644 --- a/ejb/project.xml +++ b/ejb/project.xml @@ -22,7 +22,7 @@ 3 maven-ejb-plugin Maven EJB Plugin - 1.7.1-SNAPSHOT + 1.7.1 EJB Plugin for Maven EJB Plugin for Maven http://maven.apache.org/reference/plugins/ejb/ @@ -59,6 +59,11 @@ 1.7 MAVEN_EJB_1_7 + + 1.7.1 + 1.7.1 + MAVEN_EJB_1_7_1 + @@ -89,7 +94,7 @@ - Håvard Bjåstad + HÃ¥vard BjÃ¥stad diff --git a/ejb/xdocs/changes.xml b/ejb/xdocs/changes.xml index c4a1319c..5628a9d5 100644 --- a/ejb/xdocs/changes.xml +++ b/ejb/xdocs/changes.xml @@ -23,11 +23,8 @@ Nathan Coast - - - Update dependency to Maven Model v3.0.0 final (it was previously depending - on 3.0.0 SNAPSHOT). - + + Update dependency to Maven Model v3.0.0 final (it was previously depending on 3.0.0 SNAPSHOT). By default do not generate client EJB. I believe this is a more common default that generating as generation of client EJBs is only required for distributed apps which are not so common. @@ -40,7 +37,7 @@ ejb:deploy). Previous goals dedicated to ejb client have been deprecated. There is a new property maven.ejb.client.generatewhich decides whether or not to generate the ejb client jar. It defaults to true. - Added new EJB type handler that supports + Added new EJB type handler that supports ejband ejb-clienttypes. This fixes the bug with ejb:install/deploy-clientnot uploading the client jar.